From fe519c7e4d4022fd692c90d507f0917a02547ad8 Mon Sep 17 00:00:00 2001 From: Udo Schläfer Date: Mon, 13 Oct 2014 21:21:01 +0200 Subject: Enable battery charging detection for iBasso DX50/DX90. This changes iBasso DX50/DX90 config from CHARGING_SIMPLE (Simple, hardware controlled charging (CPU cannot read charger state but may read when power is plugged-in) to CHARGING_MONITOR (Hardware controlled charging with monitoring (CPU is able to read HW charging state and when power is plugged-in)). Not really usefull at the moment, since USB connection (charging) is not (yet) gracefully handled for iBasso devices. Change-Id: I55da81b10637d4de88d713ea5eba08eb59bc629f Reviewed-on: http://gerrit.rockbox.org/1010 Reviewed-by: Michael Giacomelli --- firmware/export/config/ibassodx90.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config/ibassodx90.h') diff --git a/firmware/export/config/ibassodx90.h b/firmware/export/config/ibassodx90.h index d560f3e10b..68a728eab4 100644 --- a/firmware/export/config/ibassodx90.h +++ b/firmware/export/config/ibassodx90.h @@ -99,7 +99,7 @@ #define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE -#define CONFIG_CHARGING CHARGING_SIMPLE +#define CONFIG_CHARGING CHARGING_MONITOR #define NO_LOW_BATTERY_SHUTDOWN -- cgit v1.2.3