summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2012-08-31 00:56:55 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2012-08-31 00:56:55 +0200
commit4faaca13ca2c6b47275331fc49544a0ecef232ac (patch)
treeb2045a0bc35fbe57d2f4b438dcb583d69ebf45a9 /firmware/target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c
parentd6732a1a9bea03d17b889193a58eb736c4eb973c (diff)
downloadrockbox-4faaca13ca2c6b47275331fc49544a0ecef232ac.tar.gz
rockbox-4faaca13ca2c6b47275331fc49544a0ecef232ac.zip
fuze+: use safer battery shutoff and dangerous levels
Change-Id: I68258828afd3021bab2067e5af0a5dcd2d44de04
Diffstat (limited to 'firmware/target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c')
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c
index 561b7ffdd7..af87d7045d 100644
--- a/firmware/target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c
@@ -23,12 +23,12 @@
23 23
24const unsigned short battery_level_dangerous[BATTERY_TYPES_COUNT] = 24const unsigned short battery_level_dangerous[BATTERY_TYPES_COUNT] =
25{ 25{
26 3300 26 3400
27}; 27};
28 28
29const unsigned short battery_level_shutoff[BATTERY_TYPES_COUNT] = 29const unsigned short battery_level_shutoff[BATTERY_TYPES_COUNT] =
30{ 30{
31 3100 31 3300
32}; 32};
33 33
34/* voltages (millivolt) of 0%, 10%, ... 100% when charging disabled */ 34/* voltages (millivolt) of 0%, 10%, ... 100% when charging disabled */