diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2008-12-24 19:36:37 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2008-12-24 19:36:37 +0000 |
commit | 377b42b63bf49e72f49969ad96eeeef8cc3c4ce2 (patch) | |
tree | 3167e772e655c71c4dc58a2ceaa8a190d65ff287 /firmware/export/config-h100.h | |
parent | 9b8f56f35cfd67a1438ef7a6676319405b226d5d (diff) |
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
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r-- | firmware/export/config-h100.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ |