summaryrefslogtreecommitdiff
path: root/include/keyboard_8042_sharedlib.h
diff options
context:
space:
mode:
authorRajat Jain <rajatja@google.com>2020-03-26 21:51:15 -0700
committerCommit Bot <commit-bot@chromium.org>2020-03-27 23:43:43 +0000
commit4f312996f9d74ebb2ca62cc053564797bd28f8c4 (patch)
tree0a5722f50617a92cd291c7bc0c07648d3fe185ca /include/keyboard_8042_sharedlib.h
parenta849c04ef246554480ce6b048720a38006998d68 (diff)
downloadchrome-ec-4f312996f9d74ebb2ca62cc053564797bd28f8c4.tar.gz
common/vivaldi: Minor fixups
* Remove trailing "\n" from some debugs * Rename 2 keys to make it more clear / reader friendly. * Add a print for keyboard config for top keys on boot. Signed-off-by: Rajat Jain <rajatja@google.com> BRANCH=cros/firmware-hatch-12672.B BUG=b:146589270 TEST=Test on Jinlon Change-Id: I27691c697bbc26ad9cd5d3516e257110fe163df6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2124013 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'include/keyboard_8042_sharedlib.h')
-rw-r--r--include/keyboard_8042_sharedlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/keyboard_8042_sharedlib.h b/include/keyboard_8042_sharedlib.h
index 69df877218..6ab5eb8df3 100644
--- a/include/keyboard_8042_sharedlib.h
+++ b/include/keyboard_8042_sharedlib.h
@@ -114,8 +114,8 @@ enum scancode_values {
SCANCODE_BACK = 0xe038, /* e06a in codeset 1 */
SCANCODE_REFRESH = 0xe020, /* e067 in codeset 1 */
- SCANCODE_ZOOM = 0xe01d, /* e011 in codeset 1 */
- SCANCODE_SCALE = 0xe024, /* e012 in codeset 1 */
+ SCANCODE_FULLSCREEN = 0xe01d, /* e011 in codeset 1 */
+ SCANCODE_OVERVIEW = 0xe024, /* e012 in codeset 1 */
SCANCODE_SNIP = 0xe02d, /* e013 in codeset 1 */
SCANCODE_BRIGHTNESS_DOWN = 0xe02c, /* e014 in codeset 1 */
SCANCODE_BRIGHTNESS_UP = 0xe035, /* e015 in codeset 1 */