summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-07-12 14:32:38 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-07-12 14:32:38 +0000
commit59b9e3ab3f64c17aaf093f0031a5e93ea5120170 (patch)
tree2e4789ef5f946ae85a4b229a644cfda31fb370c3 /firmware/export
parentf9e7a5ad39e73d189a7aa927c46d826490d20a2d (diff)
downloadrockbox-59b9e3ab3f64c17aaf093f0031a5e93ea5120170.tar.gz
rockbox-59b9e3ab3f64c17aaf093f0031a5e93ea5120170.zip
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
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-meizu-m3.h4
1 files changed, 2 insertions, 2 deletions
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 @@
116#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 116#define BATTERY_CAPACITY_INC 50 /* capacity increment */
117#define BATTERY_TYPES_COUNT 1 /* only one type */ 117#define BATTERY_TYPES_COUNT 1 /* only one type */
118 118
119/* Hardware controlled charging? FIXME */ 119/* Hardware controlled charging, software can monitor plug and charge state */
120#define CONFIG_CHARGING CHARGING_SIMPLE 120#define CONFIG_CHARGING CHARGING_MONITOR
121 121
122#ifndef SIMULATOR 122#ifndef SIMULATOR
123 123