summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodcolor.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-02-16 22:53:54 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-02-16 22:53:54 +0000
commit909e4c6c06e004a6063cab014c12bcef6a2b37e5 (patch)
treeb64c604449db683cf13928cda463131bfb0696f0 /firmware/export/config/ipodcolor.h
parent53b1af7a61898ac76a94018fc1863c2a2abf9d3c (diff)
downloadrockbox-909e4c6c06e004a6063cab014c12bcef6a2b37e5.tar.gz
rockbox-909e4c6c06e004a6063cab014c12bcef6a2b37e5.zip
Add iPod 3G and iPod Color/Photo (FS#9072) current consumption and battery discharge curves to allow reasonable runtime estimation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24709 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/ipodcolor.h')
-rw-r--r--firmware/export/config/ipodcolor.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config/ipodcolor.h b/firmware/export/config/ipodcolor.h
index c0168d9886..aa76f7420a 100644
--- a/firmware/export/config/ipodcolor.h
+++ b/firmware/export/config/ipodcolor.h
@@ -121,6 +121,13 @@
121/* define this if the unit can be powered or charged via USB */ 121/* define this if the unit can be powered or charged via USB */
122#define HAVE_USB_POWER 122#define HAVE_USB_POWER
123 123
124/* define current usage levels */
125#define CURRENT_NORMAL 69 /* ~10h (700mAh), see FS#9072 */
126#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */
127#if defined(HAVE_RECORDING)
128#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */
129#endif
130
124/* Define Apple remote tuner */ 131/* Define Apple remote tuner */
125#define CONFIG_TUNER IPOD_REMOTE_TUNER 132#define CONFIG_TUNER IPOD_REMOTE_TUNER
126#define HAVE_RDS_CAP 133#define HAVE_RDS_CAP