firmware: Adding vol up/down ascii definitions

BUG=chrome-os-partner:61275
BRANCH=None
TEST=test vol up/down keys and see if menu changes.

Change-Id: I2213639d530f954f12040b14bf2e5cdeb5c03218
Signed-off-by: Shelley Chen <shchen@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/426408
Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
Shelley Chen
2017-01-06 09:03:30 -08:00
committed by chrome-bot
parent a609478d1a
commit 4de0c43b1c
2 changed files with 10 additions and 1 deletions

View File

@@ -824,7 +824,12 @@ enum VbKeyCode_t {
VB_KEY_DOWN = 0x101,
VB_KEY_LEFT = 0x102,
VB_KEY_RIGHT = 0x103,
VB_KEY_CTRL_ENTER = 0x104,
VB_KEY_CTRL_ENTER = 0x104
};
enum VbButtonCode_t {
VB_BUTTON_VOL_UP = 0x62,
VB_BUTTON_VOL_DOWN = 0x63
};
/* Flags for additional information.