From 377b42b63bf49e72f49969ad96eeeef8cc3c4ce2 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 24 Dec 2008 19:36:37 +0000 Subject: H10 can distinguish USB and MAIN charger input so return proper flags. H100s were misconfigured and should use CHARGING_SIMPLE. Comment more on what charging types mean in config.h. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19582 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h100.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'firmware/export/config-h100.h') diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 7f91e35fbf..be718259f8 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -110,8 +110,7 @@ #define BATTERY_TYPES_COUNT 1 /* only one type */ /* Hardware controlled charging */ - -#define CONFIG_CHARGING CHARGING_MONITOR /* FIXME: remove that once monitoring is fixed properly */ +#define CONFIG_CHARGING CHARGING_SIMPLE /* define current usage levels */ #define CURRENT_NORMAL 80 /* 16h playback on 1300mAh battery */ -- cgit v1.2.3