From f6e17e86fed65cb503199691d69973e83c45ddbf Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 4 Mar 2012 11:41:25 +0100 Subject: AMSv2: add proper definitions for charge current Change-Id: I6a14570e94df1be62ae46816d2ff4e3f2b7bc21a --- firmware/target/arm/as3525/powermgmt-target.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware/target/arm/as3525/powermgmt-target.h') diff --git a/firmware/target/arm/as3525/powermgmt-target.h b/firmware/target/arm/as3525/powermgmt-target.h index 3b459fa695..e0aa0ec4c3 100644 --- a/firmware/target/arm/as3525/powermgmt-target.h +++ b/firmware/target/arm/as3525/powermgmt-target.h @@ -39,7 +39,7 @@ #define BATT_FULL_VOLTAGE 4160 #define BATT_VAUTO_RECHARGE 4100 #define BATT_CHG_V CHG_V_4_20V -#define BATT_CHG_I CHG_I_150MA +#define BATT_CHG_I CHG_I_140MA #define CHARGER_TOTAL_TIMER (4*3600*2) /* about 1.5 * capacity / current */ #elif defined(SANSA_CLIPV2) @@ -48,7 +48,7 @@ #define BATT_FULL_VOLTAGE 4200 #define BATT_VAUTO_RECHARGE 4100 #define BATT_CHG_V CHG_V_4_20V -#define BATT_CHG_I CHG_I_150MA +#define BATT_CHG_I CHG_I_140MA #define CHARGER_TOTAL_TIMER (4*3600*2) /* about 1.5 * capacity / current */ #elif defined(SANSA_E200V2) @@ -75,7 +75,7 @@ #define BATT_FULL_VOLTAGE 4200 #define BATT_VAUTO_RECHARGE 4100 #define BATT_CHG_V CHG_V_4_20V -#define BATT_CHG_I CHG_I_200MA +#define BATT_CHG_I CHG_I_210MA #define CHARGER_TOTAL_TIMER (4*3600*2) #elif defined(SANSA_CLIPZIP) @@ -84,7 +84,7 @@ #define BATT_FULL_VOLTAGE 4160 #define BATT_VAUTO_RECHARGE 4100 #define BATT_CHG_V CHG_V_4_20V -#define BATT_CHG_I CHG_I_150MA +#define BATT_CHG_I CHG_I_140MA #define CHARGER_TOTAL_TIMER (4*3600*2) /* about 1.5 * capacity / current */ #elif defined(SANSA_C200V2) -- cgit v1.2.3