summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-01-17 14:19:31 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-01-17 14:19:31 +0000
commit51cb7eb5f27d773db949d3491b544fdf42ff625c (patch)
treef205c54d5cefb9608aa14c7dfd7b756c8290d97b /firmware/export/config
parente3fc65cfff31bf71dc648280ad714d214b9666a1 (diff)
downloadrockbox-51cb7eb5f27d773db949d3491b544fdf42ff625c.tar.gz
rockbox-51cb7eb5f27d773db949d3491b544fdf42ff625c.zip
Sansa c200v2: enable battery charging
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24257 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansac200v2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h
index 65aebf245b..aa1ed1ab70 100644
--- a/firmware/export/config/sansac200v2.h
+++ b/firmware/export/config/sansac200v2.h
@@ -131,8 +131,8 @@
131#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 131#define BATTERY_CAPACITY_INC 0 /* capacity increment */
132#define BATTERY_TYPES_COUNT 1 /* only one type */ 132#define BATTERY_TYPES_COUNT 1 /* only one type */
133 133
134/* Hardware controlled charging? FIXME */ 134/* Charging implemented in a target-specific algorithm */
135#define CONFIG_CHARGING CHARGING_SIMPLE 135#define CONFIG_CHARGING CHARGING_TARGET
136 136
137/* define this if the unit can be powered or charged via USB */ 137/* define this if the unit can be powered or charged via USB */
138#define HAVE_USB_POWER 138#define HAVE_USB_POWER