summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
diff options
context:
space:
mode:
authorSam Hurst <shurst@google.com>2017-01-31 14:48:14 -0800
committerchrome-bot <chrome-bot@chromium.org>2017-01-31 21:58:50 -0800
commit1e9971abab112911996356767aeb683c7beba808 (patch)
tree4c676d6c3006a98af39f117a80556f2c5dc84744 /include/ec_commands.h
parentca0d5aba6bbc669d983e0b00d0de2d661f6c646d (diff)
downloadchrome-ec-1e9971abab112911996356767aeb683c7beba808.tar.gz
ec:Correct EC_CMD_HOST_EVENT_GET_WAKE_MASK value
All host commands must be 4-digit uppercase hex digits. EC_CMD_HOST_EVENT_GET_WAKE_MASK is currently defined as 0x008d BUG=chrome-os-partner:62518 TEST=make -j buildall 100bcffc R __host_cmd_0x00000x0087 100bd008 R __host_cmd_0x00000x008C 100bd014 R __host_cmd_0x00000x008D 100bd020 R __host_cmd_0x00000x008F 100bd02c R __host_cmd_0x00000x0092 BRANCH=none Change-Id: If2460efa7453e8007514b10dd9a973120006c7e1 Reviewed-on: https://chromium-review.googlesource.com/435581 Commit-Ready: Sam Hurst <shurst@google.com> Tested-by: Sam Hurst <shurst@google.com> Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'include/ec_commands.h')
-rw-r--r--include/ec_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index f4ee639c64..a445e54a79 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -2865,7 +2865,7 @@ struct __ec_align4 ec_response_host_event_mask {
#define EC_CMD_HOST_EVENT_GET_B 0x0087
#define EC_CMD_HOST_EVENT_GET_SMI_MASK 0x0088
#define EC_CMD_HOST_EVENT_GET_SCI_MASK 0x0089
-#define EC_CMD_HOST_EVENT_GET_WAKE_MASK 0x008d
+#define EC_CMD_HOST_EVENT_GET_WAKE_MASK 0x008D
/* These all use ec_params_host_event_mask */
#define EC_CMD_HOST_EVENT_SET_SMI_MASK 0x008A