From 7127199230a1c25ff21526d4a6166d6c056aef67 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Thu, 1 Nov 2007 03:18:01 +0000 Subject: Lets use the measurements Toni took months ago for the Sansa battery, instead of the using the Archos ones. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15389 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/powermgmt.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h index 858b5015ec..265e723655 100644 --- a/firmware/export/powermgmt.h +++ b/firmware/export/powermgmt.h @@ -116,7 +116,11 @@ extern int trickle_sec; /* trickle charge: How many seconds per minute #if defined(HAVE_RECORDING) # define CURRENT_RECORD 35 /* FIXME: this needs adjusting */ #endif -#else /* Not iriver H1x0, H3x0, nor Archos Ondio, nor iPODVideo */ +#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 */ +#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 */ #if defined(HAVE_RECORDING) -- cgit v1.2.3