diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2012-03-04 11:41:25 +0100 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2012-03-04 12:23:05 +0100 |
commit | f6e17e86fed65cb503199691d69973e83c45ddbf (patch) | |
tree | 78134652dba68a308ccf45f62156e0e419382388 /firmware/target/arm/as3525 | |
parent | f8de21f4603657ac7f8e22fc36f269e6a1fab0f8 (diff) | |
download | rockbox-f6e17e86fed65cb503199691d69973e83c45ddbf.tar.gz rockbox-f6e17e86fed65cb503199691d69973e83c45ddbf.zip |
AMSv2: add proper definitions for charge current
Change-Id: I6a14570e94df1be62ae46816d2ff4e3f2b7bc21a
Diffstat (limited to 'firmware/target/arm/as3525')
-rw-r--r-- | firmware/target/arm/as3525/powermgmt-target.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
39 | #define BATT_FULL_VOLTAGE 4160 | 39 | #define BATT_FULL_VOLTAGE 4160 |
40 | #define BATT_VAUTO_RECHARGE 4100 | 40 | #define BATT_VAUTO_RECHARGE 4100 |
41 | #define BATT_CHG_V CHG_V_4_20V | 41 | #define BATT_CHG_V CHG_V_4_20V |
42 | #define BATT_CHG_I CHG_I_150MA | 42 | #define BATT_CHG_I CHG_I_140MA |
43 | #define CHARGER_TOTAL_TIMER (4*3600*2) /* about 1.5 * capacity / current */ | 43 | #define CHARGER_TOTAL_TIMER (4*3600*2) /* about 1.5 * capacity / current */ |
44 | 44 | ||
45 | #elif defined(SANSA_CLIPV2) | 45 | #elif defined(SANSA_CLIPV2) |
@@ -48,7 +48,7 @@ | |||
48 | #define BATT_FULL_VOLTAGE 4200 | 48 | #define BATT_FULL_VOLTAGE 4200 |
49 | #define BATT_VAUTO_RECHARGE 4100 | 49 | #define BATT_VAUTO_RECHARGE 4100 |
50 | #define BATT_CHG_V CHG_V_4_20V | 50 | #define BATT_CHG_V CHG_V_4_20V |
51 | #define BATT_CHG_I CHG_I_150MA | 51 | #define BATT_CHG_I CHG_I_140MA |
52 | #define CHARGER_TOTAL_TIMER (4*3600*2) /* about 1.5 * capacity / current */ | 52 | #define CHARGER_TOTAL_TIMER (4*3600*2) /* about 1.5 * capacity / current */ |
53 | 53 | ||
54 | #elif defined(SANSA_E200V2) | 54 | #elif defined(SANSA_E200V2) |
@@ -75,7 +75,7 @@ | |||
75 | #define BATT_FULL_VOLTAGE 4200 | 75 | #define BATT_FULL_VOLTAGE 4200 |
76 | #define BATT_VAUTO_RECHARGE 4100 | 76 | #define BATT_VAUTO_RECHARGE 4100 |
77 | #define BATT_CHG_V CHG_V_4_20V | 77 | #define BATT_CHG_V CHG_V_4_20V |
78 | #define BATT_CHG_I CHG_I_200MA | 78 | #define BATT_CHG_I CHG_I_210MA |
79 | #define CHARGER_TOTAL_TIMER (4*3600*2) | 79 | #define CHARGER_TOTAL_TIMER (4*3600*2) |
80 | 80 | ||
81 | #elif defined(SANSA_CLIPZIP) | 81 | #elif defined(SANSA_CLIPZIP) |
@@ -84,7 +84,7 @@ | |||
84 | #define BATT_FULL_VOLTAGE 4160 | 84 | #define BATT_FULL_VOLTAGE 4160 |
85 | #define BATT_VAUTO_RECHARGE 4100 | 85 | #define BATT_VAUTO_RECHARGE 4100 |
86 | #define BATT_CHG_V CHG_V_4_20V | 86 | #define BATT_CHG_V CHG_V_4_20V |
87 | #define BATT_CHG_I CHG_I_150MA | 87 | #define BATT_CHG_I CHG_I_140MA |
88 | #define CHARGER_TOTAL_TIMER (4*3600*2) /* about 1.5 * capacity / current */ | 88 | #define CHARGER_TOTAL_TIMER (4*3600*2) /* about 1.5 * capacity / current */ |
89 | 89 | ||
90 | #elif defined(SANSA_C200V2) | 90 | #elif defined(SANSA_C200V2) |