mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-16 18:11:22 +00:00
ectool: add missing EC feature strings
Add the strings to display the recently added EC feature flags. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=none BUG=none TEST=on ZerbleBarn, run 'ectool inventory' Change-Id: I213d34515800532fc3b2378b8619e2b90ce5fd28 Reviewed-on: https://chromium-review.googlesource.com/937263 Commit-Ready: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
045aef2cda
commit
870fa901a3
@@ -537,8 +537,12 @@ static const char * const ec_feature_names[] = {
|
||||
[EC_FEATURE_VSTORE] = "Temporary secure vstore",
|
||||
[EC_FEATURE_USBC_SS_MUX_VIRTUAL] = "Host-controlled USB-C SS mux",
|
||||
[EC_FEATURE_RTC] = "Real-time clock",
|
||||
[EC_FEATURE_FINGERPRINT] = "Fingerprint",
|
||||
[EC_FEATURE_TOUCHPAD] = "Touchpad",
|
||||
[EC_FEATURE_RWSIG] = "RWSIG task",
|
||||
[EC_FEATURE_DEVICE_EVENT] = "Device events reporting",
|
||||
[EC_FEATURE_UNIFIED_WAKE_MASKS] = "Unified wake masks for LPC/eSPI",
|
||||
[EC_FEATURE_HOST_EVENT64] = "64-bit host events",
|
||||
};
|
||||
|
||||
int cmd_inventory(int argc, char *argv[])
|
||||
|
||||
Reference in New Issue
Block a user