diff options
author | Michael Giacomelli <giac2000@hotmail.com> | 2008-01-20 23:03:23 +0000 |
---|---|---|
committer | Michael Giacomelli <giac2000@hotmail.com> | 2008-01-20 23:03:23 +0000 |
commit | 31b6eb57b01b4e46120ea311d8d32bcebb15ecb1 (patch) | |
tree | b2b8cbb880ca039af3dce2ce042ba932d9fd12ca /firmware/export/config-ipodcolor.h | |
parent | c1791a540ec3599de0f3e03cc24c669970d1fa51 (diff) |
Commit FS#8387 by Adam Gashlin. Enables detection of firewire devices for charging on various Ipods. Note that charging itself is not yet implemented on these devices.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16124 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodcolor.h')
-rw-r--r-- | firmware/export/config-ipodcolor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h index 3cd6d76685..3a9303a3be 100644 --- a/firmware/export/config-ipodcolor.h +++ b/firmware/export/config-ipodcolor.h @@ -89,8 +89,8 @@ #define BATTERY_CAPACITY_INC 10 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ -/* Hardware controlled charging? FIXME */ -//#define CONFIG_CHARGING CHARGING_SIMPLE +/* Hardware controlled charging? */ +#define CONFIG_CHARGING CHARGING_MONITOR /* define this if the unit can be powered or charged via USB */ #define HAVE_USB_POWER |