From 7d8c02d1059f74eb88d175509fd95b34d0c9b0dd Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Fri, 21 May 2010 12:48:15 +0000 Subject: Clip+: add charging curve Charge using 150mA current like the OF to charge faster Edit clipv2 charging curve with 150mA git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26227 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'firmware/target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c') diff --git a/firmware/target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c b/firmware/target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c index 3e8aaacad8..7ba5dd7b5c 100644 --- a/firmware/target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c +++ b/firmware/target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c @@ -44,8 +44,6 @@ const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] = /* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */ const unsigned short percent_to_volt_charge[11] = { - 3379, 3766, 3828, 3855, 3875, 3911, 3975, 4035, 4117, 4217, 4219 - + 3417, 3802, 3856, 3888, 3905, 3931, 3973, 4025, 4084, 4161, 4219 }; #endif /* CONFIG_CHARGING */ - -- cgit v1.2.3