mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 00:51:29 +00:00
nautilus : update battery info
Update battery info. BUG=b:70481430 BRANCH=none TEST=build/flash nautilus, check battery information Change-Id: Ia8821bb997f4a936394545ab048dd4ce10dab6a0 Reviewed-on: https://chromium-review.googlesource.com/818673 Commit-Ready: YongBeum Ha <ybha@samsung.com> Tested-by: YongBeum Ha <ybha@samsung.com> Reviewed-by: Philip Chen <philipchen@chromium.org>
This commit is contained in:
@@ -25,16 +25,16 @@ static enum battery_present batt_pres_prev = BP_NOT_SURE;
|
||||
#define SB_SHUTDOWN_DATA 0x0010
|
||||
|
||||
static const struct battery_info info = {
|
||||
.voltage_max = 8800,
|
||||
.voltage_max = 8700,
|
||||
.voltage_normal = 7700,
|
||||
.voltage_min = 6000,
|
||||
/* Pre-charge values. */
|
||||
.precharge_current = 152, /* mA */
|
||||
|
||||
.start_charging_min_c = -5,
|
||||
.start_charging_max_c = 55,
|
||||
.charging_min_c = -5,
|
||||
.charging_max_c = 55,
|
||||
.start_charging_min_c = 0,
|
||||
.start_charging_max_c = 45,
|
||||
.charging_min_c = 0,
|
||||
.charging_max_c = 50,
|
||||
.discharging_min_c = -20,
|
||||
.discharging_max_c = 60,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user