diff options
-rw-r--r-- | firmware/export/config-c200.h | 4 | ||||
-rw-r--r-- | firmware/export/config-e200.h | 4 | ||||
-rw-r--r-- | firmware/export/config-ipodmini.h | 5 | ||||
-rw-r--r-- | firmware/export/config-ipodmini2g.h | 5 |
4 files changed, 14 insertions, 4 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h index ac64f20e62..f4ab33fb56 100644 --- a/firmware/export/config-c200.h +++ b/firmware/export/config-c200.h @@ -130,9 +130,9 @@ #define HAVE_USB_POWER /* define current usage levels */ -#define CURRENT_NORMAL 45 /* Should be nearly identical to E200 */ +#define CURRENT_NORMAL 30 /* Should be nearly identical to E200 */ #define CURRENT_BACKLIGHT 40 /* Screen is about 20, blue LEDs are another 20, so 40 if both */ -#define CURRENT_RECORD 40 /* flash player, so this is just unboosted current*/ +#define CURRENT_RECORD 30 /* flash player, so this is just unboosted current*/ /** Non-simulator section **/ #ifndef SIMULATOR diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index b290a24952..602a84707c 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -124,9 +124,9 @@ #define CONFIG_CHARGING CHARGING_SIMPLE /* define current usage levels */ -#define CURRENT_NORMAL 45 /* Mike's measurements in Jan 2008 */ +#define CURRENT_NORMAL 30 /* Toni's measurements in Nov 2008 */ #define CURRENT_BACKLIGHT 40 /* Screen is about 20, blue LEDs are another 20, so 40 if both */ -#define CURRENT_RECORD 40 /* flash player, so this is just unboosted current*/ +#define CURRENT_RECORD 30 /* flash player, so this is just unboosted current*/ /* define this if the unit can be powered or charged via USB */ #define HAVE_USB_POWER diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index 5d7781a486..210eb1d717 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h @@ -112,6 +112,11 @@ #define BATTERY_CAPACITY_INC 10 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ +/* define current usage levels */ +#define CURRENT_NORMAL 50 /* PP5024 uses ~40mA, so add some for disk */ +#define CURRENT_BACKLIGHT 20 /* FIXME: This needs to be measured */ +#define CURRENT_RECORD 110 /* FIXME: Needs to be measured */ + /* Hardware controlled charging? */ #define CONFIG_CHARGING CHARGING_MONITOR diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h index dbbbc4356c..49630d7b3d 100644 --- a/firmware/export/config-ipodmini2g.h +++ b/firmware/export/config-ipodmini2g.h @@ -119,6 +119,11 @@ #define BATTERY_CAPACITY_INC 50 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ +/* define current usage levels */ +#define CURRENT_NORMAL 50 /* PP5024 uses ~40mA, so add some for disk */ +#define CURRENT_BACKLIGHT 20 /* FIXME: This needs to be measured */ +#define CURRENT_RECORD 110 /* FIXME: Needs to be measured */ + /* Hardware controlled charging? */ #define CONFIG_CHARGING CHARGING_MONITOR |