summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-02-14 16:19:21 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-02-14 16:19:21 +0000
commit01d4b4c99714f5e22d25e0a86dfd0e75824b1f3e (patch)
tree115aa10a69bacac37e62d28ec04b25189c69af98 /firmware/export
parent459b4f632bb880aabcc10a0940c48b8fb471eb29 (diff)
downloadrockbox-01d4b4c99714f5e22d25e0a86dfd0e75824b1f3e.tar.gz
rockbox-01d4b4c99714f5e22d25e0a86dfd0e75824b1f3e.zip
Sansa Clip: enable battery charging.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20006 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-clip.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 95ed715276..1068440e63 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -134,14 +134,14 @@
134/* define this if the flash memory uses the SecureDigital Memory Card protocol */ 134/* define this if the flash memory uses the SecureDigital Memory Card protocol */
135#define CONFIG_STORAGE STORAGE_SD 135#define CONFIG_STORAGE STORAGE_SD
136 136
137#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ 137#define BATTERY_CAPACITY_DEFAULT 380 /* default battery capacity */
138#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ 138#define BATTERY_CAPACITY_MIN 380 /* min. capacity selectable */
139#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */ 139#define BATTERY_CAPACITY_MAX 380 /* max. capacity selectable */
140#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 140#define BATTERY_CAPACITY_INC 0 /* capacity increment */
141#define BATTERY_TYPES_COUNT 1 /* only one type */ 141#define BATTERY_TYPES_COUNT 1 /* only one type */
142 142
143/* Hardware controlled charging? FIXME */ 143/* Charging implemented in a target-specific algorithm */
144#define CONFIG_CHARGING CHARGING_SIMPLE 144#define CONFIG_CHARGING CHARGING_TARGET
145 145
146/* define this if the unit can be powered or charged via USB */ 146/* define this if the unit can be powered or charged via USB */
147#define HAVE_USB_POWER 147#define HAVE_USB_POWER