diff options
author | Dave Chapman <dave@dchapman.com> | 2006-01-07 00:43:48 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-01-07 00:43:48 +0000 |
commit | b82c441f290cda0faffbf467aaf4eb990c07dcc9 (patch) | |
tree | 894ad24dee14e64cd89ca8c135332d5578a4e906 /firmware/export/config-ipodcolor.h | |
parent | ee927e6514d38fe29524aea39d1f0883d3005ad3 (diff) |
iPod: Add USB detection. When inserting the USB cable, hold down MENU to charge via USB, otherwise Rockbox will reboot into the Disk Mode application stored in flash
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8303 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodcolor.h')
-rw-r--r-- | firmware/export/config-ipodcolor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h index 778055f3d7..b88c9bc7a4 100644 --- a/firmware/export/config-ipodcolor.h +++ b/firmware/export/config-ipodcolor.h @@ -84,6 +84,9 @@ #define USB_IPODSTYLE +/* define this if the unit can be powered or charged via USB */ +#define HAVE_USB_POWER + /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL |