From c5dfb7945c5b4a76781665cf059382b4c11a1622 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Mon, 27 Nov 2017 15:54:43 -0800 Subject: hostevents: Reclaim EC_HOST_EVENT_EXTENDED bit Now that we have support for 64-bit events, there is no need to reserve a bit in lower 32 bits for extended events. BUG=b:69329196 BRANCH=None TEST=make -j buildall Change-Id: Ide02c4384c2b3ab4a63b028f126c48b73d6cd269 Signed-off-by: Furquan Shaikh Reviewed-on: https://chromium-review.googlesource.com/791863 Reviewed-by: Randall Spangler Reviewed-by: Shawn N --- include/ec_commands.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/ec_commands.h b/include/ec_commands.h index 3a0d960ef1..094c866eaf 100644 --- a/include/ec_commands.h +++ b/include/ec_commands.h @@ -582,12 +582,6 @@ enum host_event_code { /* Keyboard recovery combo with hardware reinitialization */ EC_HOST_EVENT_KEYBOARD_RECOVERY_HW_REINIT = 30, - /* - * Reserve this last bit to indicate that at least one bit in a - * secondary host event word is set. See crbug.com/633646. - */ - EC_HOST_EVENT_EXTENDED = 31, - /* * The high bit of the event mask is not used as a host event code. If * it reads back as set, then the entire event mask should be -- cgit v1.2.1