diff options
author | Bill Richardson <wfrichar@chromium.org> | 2013-06-12 13:13:45 -0700 |
---|---|---|
committer | ChromeBot <chrome-bot@google.com> | 2013-06-12 15:01:01 -0700 |
commit | ffce85ac520e3d8b928f1ab7fe53353affbb4f5b (patch) | |
tree | a83d5bb8c1e7acb03c97e6787760cc7a45377001 | |
parent | 270d92532fa3bef7d52115822deb0bf21c435974 (diff) | |
download | chrome-ec-ffce85ac520e3d8b928f1ab7fe53353affbb4f5b.tar.gz |
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 <wfrichar@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/58415
-rw-r--r-- | common/battery_slippy.c | 6 |
1 files 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 |