summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodvideo.h
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@rockbox.org>2006-03-16 17:34:37 +0000
committerBrandon Low <lostlogic@rockbox.org>2006-03-16 17:34:37 +0000
commit4b68f1e2a3e0f57e723ad5fdab4f8970bcf66719 (patch)
tree2b2fe9eb89edff9810aa7e8e927e149b23e4c277 /firmware/export/config-ipodvideo.h
parentd4f9ebe2c3025339e414b5b139027f19fc9a6b14 (diff)
downloadrockbox-4b68f1e2a3e0f57e723ad5fdab4f8970bcf66719.tar.gz
rockbox-4b68f1e2a3e0f57e723ad5fdab4f8970bcf66719.zip
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.h2
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 @@
69/* define this if the hardware can be powered off while charging */ 69/* define this if the hardware can be powered off while charging */
70//#define HAVE_POWEROFF_WHILE_CHARGING 70//#define HAVE_POWEROFF_WHILE_CHARGING
71 71
72#define HAVE_CHARGE_STATE 1
73
72/* The start address index for ROM builds */ 74/* The start address index for ROM builds */
73#define ROM_START 0x00000000 75#define ROM_START 0x00000000
74 76