From 909e4c6c06e004a6063cab014c12bcef6a2b37e5 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Tue, 16 Feb 2010 22:53:54 +0000 Subject: 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 --- firmware/export/config/ipodcolor.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firmware/export/config/ipodcolor.h') 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 @@ /* define this if the unit can be powered or charged via USB */ #define HAVE_USB_POWER +/* define current usage levels */ +#define CURRENT_NORMAL 69 /* ~10h (700mAh), see FS#9072 */ +#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */ +#if defined(HAVE_RECORDING) +#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */ +#endif + /* Define Apple remote tuner */ #define CONFIG_TUNER IPOD_REMOTE_TUNER #define HAVE_RDS_CAP -- cgit v1.2.3