From de6c203b53c2c2aa0a3e53be81df58ef4c48abdb Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 2 Jan 2012 14:11:28 +0000 Subject: ypr0: Tiny cleanup in ypr0 config file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31522 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/samsungypr0.h | 8 ++------ 1 file 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 -- cgit v1.2.3