From 1eabe8042ae2953aaeacb24ee991b13bb9261e6a Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 11 Apr 2010 22:12:02 +0000 Subject: Tweaking iPod Video battery configuration. Dangerous battery level is latest reached below 3500 mV, discharge curve is optimized for stable runtime estimation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25600 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/ipod/powermgmt-ipod-pcf.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'firmware/target/arm/ipod') diff --git a/firmware/target/arm/ipod/powermgmt-ipod-pcf.c b/firmware/target/arm/ipod/powermgmt-ipod-pcf.c index c939f398e3..44e908a4a2 100644 --- a/firmware/target/arm/ipod/powermgmt-ipod-pcf.c +++ b/firmware/target/arm/ipod/powermgmt-ipod-pcf.c @@ -32,7 +32,7 @@ const unsigned short battery_level_dangerous[BATTERY_TYPES_COUNT] = #if defined(IPOD_NANO) 3330 #elif defined(IPOD_VIDEO) - 3300 + 3500 #elif defined(IPOD_COLOR) 3300 #elif defined(IPOD_3G) @@ -66,8 +66,8 @@ const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] = /* measured values */ { 3230, 3620, 3700, 3730, 3750, 3780, 3830, 3890, 3950, 4030, 4160 }, #elif defined(IPOD_VIDEO) - /* iPod Video 30GB Li-Ion 400mAh, first approach based upon measurements */ - { 3450, 3670, 3710, 3750, 3790, 3830, 3870, 3930, 4010, 4100, 4180 }, + /* iPod Video 30GB Li-Ion 400mAh */ + { 3600, 3720, 3750, 3780, 3810, 3840, 3880, 3950, 4020, 4100, 4180 }, #elif defined(IPOD_COLOR) /* iPod Photo 30GB, see FS#9072 */ { 3450, 3660, 3700, 3730, 3750, 3770, 3820, 3870, 3920, 4040, 4170 }, @@ -89,8 +89,8 @@ const unsigned short percent_to_volt_charge[11] = /* measured values */ 3230, 3620, 3700, 3730, 3750, 3780, 3830, 3890, 3950, 4030, 4160 #elif defined(IPOD_VIDEO) - /* iPOD Video 30GB Li-Ion 400mAh, first approach based upon measurements */ - 3450, 3670, 3710, 3750, 3790, 3830, 3870, 3930, 4010, 4100, 4180 + /* iPOD Video 30GB Li-Ion 400mAh */ + 3600, 3720, 3750, 3780, 3810, 3840, 3880, 3950, 4020, 4100, 4180 #elif defined(IPOD_COLOR) /* iPod Photo 30GB, see FS#9072 */ 3450, 3660, 3700, 3730, 3750, 3770, 3820, 3870, 3920, 4040, 4170 -- cgit v1.2.3