1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-04 20:23:51 +03:00

Corrected name of USB power supply device.

As far as I can see in the 3.0 kernel sources, both the Dingoo and
the NanoNote use "usb" in lower case.
This commit is contained in:
Maarten ter Huurne 2011-09-23 00:57:27 +02:00
parent 53a73cabc7
commit 0acbd35fb4

View File

@ -241,7 +241,7 @@ void GMenu2X::init() {
}*/
#else
batteryHandle = fopen("/sys/class/power_supply/battery/capacity", "r");
usbHandle = fopen("/sys/class/power_supply/USB/online", "r");
usbHandle = fopen("/sys/class/power_supply/usb/online", "r");
acHandle = fopen("/sys/class/power_supply/ac/online", "r");
backlightHandle = fopen(
#ifdef PLATFORM_NANONOTE