summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2014-08-13 15:18:30 +0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-08-13 23:28:20 +0000
commit191671ea6b50143cafc739913972d6b6742289ea (patch)
treeaf45874bd719c153bf592828233ca57db0644902
parent4be73492817f3f6c24ece75fed33eb956c0038b8 (diff)
downloadchrome-ec-191671ea6b50143cafc739913972d6b6742289ea.tar.gz
blaze: update support batteries list
update support batteries list with new manufacturer name naming rule. BRANCH=nyan BUG=chrome-os-partner:31290 TEST=manual pluggin battery which changing new manufacturer name into sysytem, then check ec can recongize the battery. check battery can discharge normally on battery mode. check battery can be charged normally on ac mode. Change-Id: I30516fc7196a897ce713fbb9614723849cdb6f7d Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-by: Yung-chieh Lo <yjlou@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/212271
-rw-r--r--board/blaze/battery.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/board/blaze/battery.c b/board/blaze/battery.c
index 2944f97119..e1ed87f952 100644
--- a/board/blaze/battery.c
+++ b/board/blaze/battery.c
@@ -86,9 +86,16 @@ static struct battery_device support_batteries[] = {
.support_cut_off = 1,
},
{
- .manuf = "13-1B",
- .device = "BO03032X",
- .design_mv = 11100,
+ .manuf = "3331B",
+ .device = "BO03037X",
+ .design_mv = 11400,
+ .battery_info = &info_3s,
+ .support_cut_off = 1,
+ },
+ {
+ .manuf = "3331C",
+ .device = "BO03037X",
+ .design_mv = 11400,
.battery_info = &info_3s,
.support_cut_off = 1,
}