From 59b9e3ab3f64c17aaf093f0031a5e93ea5120170 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 12 Jul 2009 14:32:38 +0000 Subject: Meizu: implement power driver (USB power detect / charging status / poweroff) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21805 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-meizu-m3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-meizu-m3.h b/firmware/export/config-meizu-m3.h index 4bb2e68725..18228226e3 100644 --- a/firmware/export/config-meizu-m3.h +++ b/firmware/export/config-meizu-m3.h @@ -116,8 +116,8 @@ #define BATTERY_CAPACITY_INC 50 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ -/* Hardware controlled charging? FIXME */ -#define CONFIG_CHARGING CHARGING_SIMPLE +/* Hardware controlled charging, software can monitor plug and charge state */ +#define CONFIG_CHARGING CHARGING_MONITOR #ifndef SIMULATOR -- cgit v1.2.3