summaryrefslogtreecommitdiff
path: root/include/lightbar_msg_list.h
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2012-04-25 13:56:09 -0700
committerBill Richardson <wfrichar@chromium.org>2012-04-25 18:42:36 -0700
commite763812a3a420e313d8784ad1c0ab510f2c174b3 (patch)
tree79aed3667377eb4358ab667ad9a137def24ec23a /include/lightbar_msg_list.h
parent93a4ed6bcdaef3b36865b04a41c3e26ffd96108c (diff)
downloadchrome-ec-e763812a3a420e313d8784ad1c0ab510f2c174b3.tar.gz
Give ectool the same lightbar commands as the console.
BUG=chrome-os-partner:7839 TEST=manual Try "lightbar help" on the EC console and "ectool lightbar help" on the host. You should see the same commands and behavior. Change-Id: I6e879e8bb892ef5ada7ef85a97fdf243149f4cb6 Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'include/lightbar_msg_list.h')
-rw-r--r--include/lightbar_msg_list.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/include/lightbar_msg_list.h b/include/lightbar_msg_list.h
index d6a33ed20f..f1c73a7f83 100644
--- a/include/lightbar_msg_list.h
+++ b/include/lightbar_msg_list.h
@@ -7,16 +7,16 @@
* types.
*/
#define LIGHTBAR_MSG_LIST \
- LBMSG(ERROR) \
- LBMSG(S5) \
- LBMSG(S3) \
- LBMSG(S0) \
- LBMSG(S5S3) \
- LBMSG(S3S0) \
- LBMSG(S0S3) \
- LBMSG(S3S5) \
- LBMSG(STOP) \
- LBMSG(RUN) \
- LBMSG(PULSE) \
- LBMSG(TEST) \
- LBMSG(KONAMI)
+ LBMSG(ERROR), \
+ LBMSG(S5), \
+ LBMSG(S3), \
+ LBMSG(S0), \
+ LBMSG(S5S3), \
+ LBMSG(S3S0), \
+ LBMSG(S0S3), \
+ LBMSG(S3S5), \
+ LBMSG(STOP), \
+ LBMSG(RUN), \
+ LBMSG(PULSE), \
+ LBMSG(TEST), \
+ LBMSG(KONAMI),