summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-03-22 19:06:54 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-03-22 19:06:54 +0000
commit9ee68cbfd34dfaa5827f3f7dce96952610775106 (patch)
treeeeef1a4f2793dad8aa944ab0676298ce6291a4a0 /firmware/export
parent2611e957d23b4d85f6cc933251e46f79856e1df8 (diff)
downloadrockbox-9ee68cbfd34dfaa5827f3f7dce96952610775106.tar.gz
rockbox-9ee68cbfd34dfaa5827f3f7dce96952610775106.zip
FS#9968: Charging on e200v2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20465 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-e200v2.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h
index 276fa13903..7f993be512 100644
--- a/firmware/export/config-e200v2.h
+++ b/firmware/export/config-e200v2.h
@@ -130,14 +130,14 @@
130/* define this if the flash memory uses the SecureDigital Memory Card protocol */ 130/* define this if the flash memory uses the SecureDigital Memory Card protocol */
131#define CONFIG_STORAGE STORAGE_SD 131#define CONFIG_STORAGE STORAGE_SD
132 132
133#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ 133#define BATTERY_CAPACITY_DEFAULT 730 /* default battery capacity */
134#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ 134#define BATTERY_CAPACITY_MIN 730 /* min. capacity selectable */
135#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */ 135#define BATTERY_CAPACITY_MAX 730 /* max. capacity selectable */
136#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 136#define BATTERY_CAPACITY_INC 0 /* capacity increment */
137#define BATTERY_TYPES_COUNT 1 /* only one type */ 137#define BATTERY_TYPES_COUNT 1 /* only one type */
138 138
139/* Hardware controlled charging? FIXME */ 139/* Charging implemented in a target-specific algorithm */
140#define CONFIG_CHARGING CHARGING_SIMPLE 140#define CONFIG_CHARGING CHARGING_TARGET
141 141
142/* define this if the unit can be powered or charged via USB */ 142/* define this if the unit can be powered or charged via USB */
143#define HAVE_USB_POWER 143#define HAVE_USB_POWER