From 56803c80d0554a8b01598a077a69143b14f7036f Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Fri, 20 Apr 2018 20:14:14 +0100 Subject: [PATCH] Add battery calibration for Sony NWZ A10. --- firmware/target/hosted/sonynwz/powermgmt-nwz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */