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/ipod3g.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firmware/export/config/ipod3g.h') diff --git a/firmware/export/config/ipod3g.h b/firmware/export/config/ipod3g.h index e82cc92f56..2eafe8141d 100644 --- a/firmware/export/config/ipod3g.h +++ b/firmware/export/config/ipod3g.h @@ -127,6 +127,13 @@ /* Hardware controlled charging? FIXME */ #define CONFIG_CHARGING CHARGING_SIMPLE +/* define current usage levels */ +#define CURRENT_NORMAL 275 /* ~4h (1100mAh) */ +#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */ +#if defined(HAVE_RECORDING) +#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */ +#endif + /* Define this if you have a PortalPlayer PP5002 */ #define CONFIG_CPU PP5002 -- cgit v1.2.3