diff options
author | Michael Giacomelli <giac2000@hotmail.com> | 2018-04-20 20:14:14 +0100 |
---|---|---|
committer | Michael Giacomelli <giac2000@hotmail.com> | 2018-04-20 20:14:46 +0100 |
commit | 56803c80d0554a8b01598a077a69143b14f7036f (patch) | |
tree | 5368aa37f7de3f258243b318e22c6ec5e7511a69 /firmware | |
parent | 22823e2f78bb566bc9e138d3b14b20d03def77f3 (diff) |
Add battery calibration for Sony NWZ A10.
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/target/hosted/sonynwz/powermgmt-nwz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/sonynwz/powermgmt-nwz.c b/firmware/target/hosted/sonynwz/powermgmt-nwz.c index ce5f251570..2e88f204bd 100644 --- a/firmware/target/hosted/sonynwz/powermgmt-nwz.c +++ b/firmware/target/hosted/sonynwz/powermgmt-nwz.c @@ -35,7 +35,7 @@ const unsigned short battery_level_shutoff[BATTERY_TYPES_COUNT] = /* voltages (millivolt) of 0%, 10%, ... 100% when charging disabled */ const unsigned short percent_to_volt_discharge[BATTERY_TYPES_COUNT][11] = { - { 3450, 3502, 3550, 3587, 3623, 3669, 3742, 3836, 3926, 4026, 4200 } + { 3450, 3698, 3746, 3781, 3792, 3827, 3882, 3934, 3994, 4060, 4180 } }; /* voltages (millivolt) of 0%, 10%, ... 100% when charging enabled */ |