diff options
author | Thomas Martitz <kugel@rockbox.org> | 2012-01-02 14:11:28 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2012-01-02 14:11:28 +0000 |
commit | de6c203b53c2c2aa0a3e53be81df58ef4c48abdb (patch) | |
tree | dae28441bc891e30d2a16461ee17ee8ad83d4dee | |
parent | 81aac5ac1a0c86d84d1ccec52c4b9859adea5107 (diff) |
ypr0: Tiny cleanup in ypr0 config file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31522 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/export/config/samsungypr0.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/firmware/export/config/samsungypr0.h b/firmware/export/config/samsungypr0.h index ba56c096a6..53b9285ac4 100644 --- a/firmware/export/config/samsungypr0.h +++ b/firmware/export/config/samsungypr0.h @@ -20,9 +20,6 @@ /*TODO: implement USB data transfer management -> see safe mode script and think a way to implemtent it in the code */ #define USB_NONE -/* Hardware controlled charging with monitoring */ -#define CONFIG_CHARGING CHARGING_MONITOR - /* There is only USB charging */ //#define HAVE_USB_POWER @@ -135,9 +132,8 @@ #define CURRENT_NORMAL 24 /* ~25h, on 600mAh that's about 24mA */ #define CURRENT_BACKLIGHT 62 /* ~6,5h -> 92mA. Minus 24mA normal that gives us 68mA */ -/* TODO: We possibly can only watch linux charging */ -//#define CONFIG_CHARGING CHARGING_TARGET -//#define HAVE_RESET_BATTERY_FILTER +/* Linux controlls charging, we can monitor */ +#define CONFIG_CHARGING CHARGING_MONITOR /* same dimensions as gigabeats */ #define CONFIG_LCD LCD_YPR0 |