diff options
author | Brandon Low <lostlogic@rockbox.org> | 2006-03-16 17:34:37 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@rockbox.org> | 2006-03-16 17:34:37 +0000 |
commit | 4b68f1e2a3e0f57e723ad5fdab4f8970bcf66719 (patch) | |
tree | 2b2fe9eb89edff9810aa7e8e927e149b23e4c277 /firmware/export/config-ipodvideo.h | |
parent | d4f9ebe2c3025339e414b5b139027f19fc9a6b14 (diff) |
Proper charger input, usb and charger activity detection/reporting for ipod video
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9061 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodvideo.h')
-rw-r--r-- | firmware/export/config-ipodvideo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h index e08b029ebd..6057afa9d7 100644 --- a/firmware/export/config-ipodvideo.h +++ b/firmware/export/config-ipodvideo.h @@ -69,6 +69,8 @@ /* define this if the hardware can be powered off while charging */ //#define HAVE_POWEROFF_WHILE_CHARGING +#define HAVE_CHARGE_STATE 1 + /* The start address index for ROM builds */ #define ROM_START 0x00000000 |