diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-06-16 06:08:04 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-06-16 06:08:04 +0000 |
| commit | 46e1231a446b6adb002808ee83ace9c9be95d5e2 (patch) | |
| tree | 1a42f573811e5b46bd3c7652c9a94ed3811f5002 /firmware/export | |
| parent | d258c58937a7389e8c9471cf61c68d2eadae9020 (diff) | |
| download | rockbox-46e1231a446b6adb002808ee83ace9c9be95d5e2.zip rockbox-46e1231a446b6adb002808ee83ace9c9be95d5e2.tar.gz rockbox-46e1231a446b6adb002808ee83ace9c9be95d5e2.tar.bz2 rockbox-46e1231a446b6adb002808ee83ace9c9be95d5e2.tar.xz | |
FS#11402 by me : sd_enable for Sansa AMSv2
Gets a bit more battery life
Adjust current usage, it was a bit too low for Clipv2/Clip+
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26866 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config/sansaclipplus.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansaclipv2.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansafuzev2.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h index 883a71e..90636b1 100644 --- a/firmware/export/config/sansaclipplus.h +++ b/firmware/export/config/sansaclipplus.h @@ -161,7 +161,7 @@ /* #define HAVE_POWEROFF_WHILE_CHARGING */ /* define current usage levels (based on battery bench) */ -#define CURRENT_NORMAL 15 +#define CURRENT_NORMAL 19 #define CURRENT_BACKLIGHT 15 #define CURRENT_RECORD CURRENT_NORMAL /* TODO */ diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h index 3ae09b7..85c1276 100644 --- a/firmware/export/config/sansaclipv2.h +++ b/firmware/export/config/sansaclipv2.h @@ -157,7 +157,7 @@ /* #define HAVE_POWEROFF_WHILE_CHARGING */ /* define current usage levels (based on battery bench) */ -#define CURRENT_NORMAL 23 +#define CURRENT_NORMAL 24 #define CURRENT_BACKLIGHT 15 #define CURRENT_RECORD 11 diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index f3d8e08..de980c6 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h @@ -164,7 +164,7 @@ #define CONFIG_I2C I2C_AS3525 /* define current usage levels (based on battery bench) */ -#define CURRENT_NORMAL 30 +#define CURRENT_NORMAL 26 #define CURRENT_BACKLIGHT 30 #define CURRENT_RECORD CURRENT_NORMAL |