summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2007-03-23 10:59:01 +0000
committerBarry Wardell <rockbox@barrywardell.net>2007-03-23 10:59:01 +0000
commit74b9ec0bbe11a06a42a609ab03ac536cf7b5e840 (patch)
tree0c8d0244f4e13cdda1e0a1c9a53a94ecc78e3d8c /firmware/export
parent7a780dbefce97ceaf4068a85967fda33eae5b725 (diff)
downloadrockbox-74b9ec0bbe11a06a42a609ab03ac536cf7b5e840.tar.gz
rockbox-74b9ec0bbe11a06a42a609ab03ac536cf7b5e840.zip
FS#6860 - Battery calibration for Sansa. Thanks to Matthias Wientapper.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12898 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-e200.h2
-rw-r--r--firmware/export/config.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 094bd7f7b0..589883d10e 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -83,7 +83,7 @@
83#define CONFIG_I2C I2C_PP5020 83#define CONFIG_I2C I2C_PP5020
84 84
85/* Type of mobile power */ 85/* Type of mobile power */
86#define CONFIG_BATTERY BATT_LPCS355385 86#define CONFIG_BATTERY BATT_LIION750
87#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ 87#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */
88#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */ 88#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */
89#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 89#define BATTERY_CAPACITY_INC 0 /* capacity increment */
diff --git a/firmware/export/config.h b/firmware/export/config.h
index c935ac466f..2d7b3e131a 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -77,6 +77,7 @@
77#define BATT_LPCS355385 1550 /* iriver h10 20Gb - SKC LPCS355385 */ 77#define BATT_LPCS355385 1550 /* iriver h10 20Gb - SKC LPCS355385 */
78#define BATT_BP009 820 /* iriver H10 5/6Gb - iriver BP009 */ 78#define BATT_BP009 820 /* iriver H10 5/6Gb - iriver BP009 */
79#define BATT_LIION830 830 /* Toshiba Gigabeat Fxx and Xxx series MK11-2740 */ 79#define BATT_LIION830 830 /* Toshiba Gigabeat Fxx and Xxx series MK11-2740 */
80#define BATT_LIION750 750 /* Sansa e200 LiIon 3,7V */
80#define BATT_1AA 333 /* iRiver iFP: Alkaline, NiHM */ 81#define BATT_1AA 333 /* iRiver iFP: Alkaline, NiHM */
81 82
82/* CONFIG_CHARGING */ 83/* CONFIG_CHARGING */