Index: firmware/export/config-c200.h =================================================================== --- firmware/export/config-c200.h (revision 16087) +++ firmware/export/config-c200.h (working copy) @@ -113,9 +113,9 @@ /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE -#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ -#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ -#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */ +#define BATTERY_CAPACITY_DEFAULT 530 /* default battery capacity */ +#define BATTERY_CAPACITY_MIN 530 /* min. capacity selectable */ +#define BATTERY_CAPACITY_MAX 530 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 0 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ Index: firmware/export/powermgmt.h =================================================================== --- firmware/export/powermgmt.h (revision 16087) +++ firmware/export/powermgmt.h (working copy) @@ -116,10 +116,14 @@ #if defined(HAVE_RECORDING) # define CURRENT_RECORD 35 /* FIXME: this needs adjusting */ #endif -#elif defined(SANSA_E200) /* Sandisk players */ -# define CURRENT_NORMAL 50 /* Toni's measurements in spring 2007 suggests 50 ma during normal operation */ -# define CURRENT_BACKLIGHT 20 /* seems like a reasonible value for now */ -# define CURRENT_RECORD 35 /* FIXME: this needs adjusting */ +#elif defined(SANSA_E200) /* Sandisk E200v1 */ +# define CURRENT_NORMAL 45 /* Mike's measurements in Jan 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*/ +#elif defined(SANSA_C200) /* Sandisk C200v1 */ +# define CURRENT_NORMAL 45 /* 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*/ #else /* Not iriver H1x0, H3x0, nor Archos Ondio, nor iPODVideo, nor Sansas */ # define CURRENT_NORMAL 145 /* usual current in mA when using the AJB including some disk/backlight/... activity */ # define CURRENT_BACKLIGHT 30 /* additional current when backlight always on */