summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
diff options
context:
space:
mode:
authorMike M Hsieh <mike.m.hsieh@intel.com>2015-08-27 11:44:14 +0800
committerchrome-bot <chrome-bot@chromium.org>2015-08-27 14:39:53 -0700
commit6ced01bb864fb3a8479ab621827d92f0ed9ecc67 (patch)
tree0cb7a5fb15b880cdb613417b6ed44ae29336cc60 /include/ec_commands.h
parent5bc9b3280765211deec626e25105c73c2ebb3e94 (diff)
downloadchrome-ec-6ced01bb864fb3a8479ab621827d92f0ed9ecc67.tar.gz
kunimitsu: battery led implementation
Implement LED function for battery charging behavior BUG=none BRANCH=none TEST=checked and verified LED behavior while charging and remaining battery capacity under 3%/10% Signed-off-by: Mike Hsieh <mike.m.hsieh@intel.com> Change-Id: Ic340d4ea428f7726611b2ae24a4d18563c63ee80 Reviewed-on: https://chromium-review.googlesource.com/295476 Commit-Ready: Wenkai Du <wenkai.du@intel.com> Tested-by: Wenkai Du <wenkai.du@intel.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'include/ec_commands.h')
-rw-r--r--include/ec_commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index 6f6ee32a34..14ef6fb20a 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -1532,6 +1532,7 @@ enum ec_led_colors {
EC_LED_COLOR_BLUE,
EC_LED_COLOR_YELLOW,
EC_LED_COLOR_WHITE,
+ EC_LED_COLOR_AMBER,
EC_LED_COLOR_COUNT
};