summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipod4g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipod4g.h')
-rw-r--r--firmware/export/config/ipod4g.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config/ipod4g.h b/firmware/export/config/ipod4g.h
index b9251e72fe..2a08a710e7 100644
--- a/firmware/export/config/ipod4g.h
+++ b/firmware/export/config/ipod4g.h
@@ -146,6 +146,10 @@
146/* define this if the unit can be powered or charged via USB */ 146/* define this if the unit can be powered or charged via USB */
147#define HAVE_USB_POWER 147#define HAVE_USB_POWER
148 148
149/* define this if the unit can have USB charging disabled by user -
150 * if USB/MAIN power is discernable and hardware doesn't compel charging */
151#define HAVE_USB_CHARGING_ENABLE
152
149/* define current usage levels */ 153/* define current usage levels */
150#define CURRENT_NORMAL 100 /* MP3: ~10.5h out of 1100mAh battery */ 154#define CURRENT_NORMAL 100 /* MP3: ~10.5h out of 1100mAh battery */
151#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */ 155#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */