summaryrefslogtreecommitdiff
path: root/include/button.h
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2017-04-20 17:44:38 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-05-12 18:46:14 -0700
commit05a8637ca0f5118da1af8d14d460d210cc2665b3 (patch)
tree1648fde091772f8def8ab37ff75aed60f6cf6ca3 /include/button.h
parent70f2088b41cb540f29fef24acf149746b39822af (diff)
downloadchrome-ec-05a8637ca0f5118da1af8d14d460d210cc2665b3.tar.gz
Fizz: Add recovery button
Cr50 masks the recovery button signal on a proto board when the power button is being pressed (b:37682117). This bug has to be fixed for the recovery button to work. BUG=b:37274183 BRANCH=none TEST=make buildall Change-Id: Ia413ffce84d67b6f24f983ccce8ae8277452ac2c Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/494069 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'include/button.h')
-rw-r--r--include/button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/button.h b/include/button.h
index 8909ba5f11..c542d44c47 100644
--- a/include/button.h
+++ b/include/button.h
@@ -17,6 +17,7 @@ enum keyboard_button_type {
KEYBOARD_BUTTON_POWER = 0,
KEYBOARD_BUTTON_VOLUME_DOWN,
KEYBOARD_BUTTON_VOLUME_UP,
+ KEYBOARD_BUTTON_RECOVERY,
KEYBOARD_BUTTON_CAPSENSE_1,
KEYBOARD_BUTTON_CAPSENSE_2,
KEYBOARD_BUTTON_CAPSENSE_3,