Files
OpenCellular/common
Bill Richardson 32045efb23 Add LIGHTBAR_CMD_VERSION command to detect lightbar features.
Most systems don't have a lightbar. Those that do need a way to detect that
one exists. That's easily done by just sending a EC_CMD_LIGHTBAR_CMD command
to the EC and checking the result. If the response is
EC_RES_INVALID_COMMAND, there isn't a lightbar.

But what .cmd value should we use in struct ec_params_lightbar? Future
lightbar implementations (if any), could remove existing functions or add
new ones, so there isn't a safe choice.

This change adds a LIGHTBAR_CMD_VERSION operation to determine if any new
implementation exists. Future systems should return some useful information
in response to this command. Existing systems will return
EC_RES_INVALID_PARAM, which is enough to distinguish them.

BUG=chromium:239205
BRANCH=none
TEST=manual

make BOARD=link
make BOARD=link runtests

There are no user-visible changes in functionality to anything.

Change-Id: Ibe37f74a4dcbf68dd6bfd1963530aec907e67534
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/167549
Reviewed-by: Randall Spangler <rspangler@chromium.org>
2013-08-30 16:47:14 +00:00
..
2013-08-08 20:29:17 -07:00
2013-08-30 15:39:52 +00:00
2013-08-30 15:39:31 +00:00
2013-08-30 15:39:31 +00:00
2013-08-30 15:39:31 +00:00
2013-08-30 15:39:31 +00:00
2013-08-30 15:39:31 +00:00
2013-08-30 15:39:31 +00:00
2013-07-10 11:16:43 -07:00
2013-08-07 12:43:48 -07:00
2013-08-30 15:39:52 +00:00
2013-07-22 15:28:58 -07:00
2013-05-07 09:09:50 -07:00
2013-08-30 15:39:31 +00:00
2013-03-29 15:39:32 -07:00
2013-07-10 11:16:43 -07:00
2012-10-26 09:49:38 -07:00
2012-10-25 14:12:10 -07:00
2013-08-27 23:20:33 +00:00
2013-06-10 01:48:44 -07:00
2012-10-25 17:03:44 -07:00