summaryrefslogtreecommitdiff
path: root/board/vell/keyboard.c
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2022-01-24 11:23:13 +0800
committerCommit Bot <commit-bot@chromium.org>2022-01-27 11:30:09 +0000
commit8999e0b19efde3a0dfef823a7af39fcbf908be22 (patch)
treeb98c316fc01f96103adc17dd6dc658dfb1e5641a /board/vell/keyboard.c
parent28548678b7d4367c02a158650d0a4d8348cec9dd (diff)
downloadchrome-ec-8999e0b19efde3a0dfef823a7af39fcbf908be22.tar.gz
vell: Enable search key
BUG=b:194337804 BRANCH=none TEST=On Vell, make sure search key works. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I619c3a5031e6d1ea8c15a6b8d4be981ea7e21d1a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3411672 Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'board/vell/keyboard.c')
-rw-r--r--board/vell/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/vell/keyboard.c b/board/vell/keyboard.c
index 2ab0ef9fc3..f3b537b447 100644
--- a/board/vell/keyboard.c
+++ b/board/vell/keyboard.c
@@ -19,7 +19,7 @@ __override struct keyboard_scan_config keyscan_config = {
.min_post_scan_delay_us = 1000,
.poll_timeout_us = 100 * MSEC,
.actual_key_mask = {
- 0x14, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff,
+ 0x1c, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff,
0xa4, 0xff, 0xfe, 0x55, 0xfa, 0xca /* full set */
},
};