diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ec/google/chromeec/ec_commands.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ec/google/chromeec/ec_commands.h b/src/ec/google/chromeec/ec_commands.h index d4c0bc4996..ac6c09029b 100644 --- a/src/ec/google/chromeec/ec_commands.h +++ b/src/ec/google/chromeec/ec_commands.h @@ -428,6 +428,9 @@ enum host_event_code { /* EC encountered a panic, triggering a reset */ EC_HOST_EVENT_PANIC = 24, + /* Keyboard fastboot combo has been pressed */ + EC_HOST_EVENT_KEYBOARD_FASTBOOT = 25, + /* * 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 |