From ffce85ac520e3d8b928f1ab7fe53353affbb4f5b Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Wed, 12 Jun 2013 13:13:45 -0700 Subject: Slippy: Adjust battery voltages to be closer to reality. I'm still not convinced that the Slippy battery voltages are right for all cases, but these are closer to what seems to be working. It matches what the battery we've tested with seems to want. BUG=chrome-os-partner:18825 BRANCH=none TEST=none Change-Id: I2d86c5ef39a70d3826fec31207250617596baa33 Signed-off-by: Bill Richardson Reviewed-on: https://gerrit.chromium.org/gerrit/58415 --- common/battery_slippy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/battery_slippy.c b/common/battery_slippy.c index 75c9c2d4fb..14c7b3dee4 100644 --- a/common/battery_slippy.c +++ b/common/battery_slippy.c @@ -10,9 +10,9 @@ /* FIXME: We need REAL values for all this stuff */ static const struct battery_info info = { - .voltage_max = 12600, - .voltage_normal = 11100, - .voltage_min = 6000, + .voltage_max = 16800, + .voltage_normal = 14800, + .voltage_min = 10800, /* * Operational temperature range -- cgit v1.2.1