summaryrefslogtreecommitdiff
path: root/firmware/export/config-fuze.h
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-06-20 14:29:21 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-06-20 14:29:21 +0000
commitf81ce592e5a48c95a0c125a73092217c53014874 (patch)
treef3224a7f52ca66c56c37574b3ecf9bd407677c06 /firmware/export/config-fuze.h
parentf289b9f591746e5ff85835194bf7eae8ff088e6b (diff)
downloadrockbox-f81ce592e5a48c95a0c125a73092217c53014874.tar.gz
rockbox-f81ce592e5a48c95a0c125a73092217c53014874.zip
Enable charging on the Sansa Fuze (charging/discharging curves are still uncalibrated)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21394 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-fuze.h')
-rw-r--r--firmware/export/config-fuze.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h
index a30f95e5b0..c8fae9aca9 100644
--- a/firmware/export/config-fuze.h
+++ b/firmware/export/config-fuze.h
@@ -148,8 +148,8 @@
148#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 148#define BATTERY_CAPACITY_INC 0 /* capacity increment */
149#define BATTERY_TYPES_COUNT 1 /* only one type */ 149#define BATTERY_TYPES_COUNT 1 /* only one type */
150 150
151/* Hardware controlled charging? FIXME */ 151/* Charging implemented in a target-specific algorithm */
152#define CONFIG_CHARGING CHARGING_SIMPLE 152#define CONFIG_CHARGING CHARGING_TARGET
153 153
154/* define this if the unit can be powered or charged via USB */ 154/* define this if the unit can be powered or charged via USB */
155#define HAVE_USB_POWER 155#define HAVE_USB_POWER