summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodvideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipodvideo.h')
-rw-r--r--firmware/export/config/ipodvideo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config/ipodvideo.h b/firmware/export/config/ipodvideo.h
index bad7195c32..54c604f38a 100644
--- a/firmware/export/config/ipodvideo.h
+++ b/firmware/export/config/ipodvideo.h
@@ -154,6 +154,10 @@
154/* define this if the unit can be powered or charged via USB */ 154/* define this if the unit can be powered or charged via USB */
155#define HAVE_USB_POWER 155#define HAVE_USB_POWER
156 156
157/* define this if the unit can have USB charging disabled by user -
158 * if USB/MAIN power is discernable and hardware doesn't compel charging */
159#define HAVE_USB_CHARGING_ENABLE
160
157/* define current usage levels */ 161/* define current usage levels */
158#define CURRENT_NORMAL 24 /* 30MHz clock, LCD off, accessory supply on */ 162#define CURRENT_NORMAL 24 /* 30MHz clock, LCD off, accessory supply on */
159#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */ 163#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */