summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2021-09-24 11:45:29 +0800
committerCommit Bot <commit-bot@chromium.org>2021-09-24 23:22:51 +0000
commit7d96d1326fe160c373d1deb0a017611f3f6baf74 (patch)
treea0f7baf91975d2aaed9a80387db96fa0184907c1
parentc64c7702269ea6508421a755312b545e08e6caad (diff)
downloadchrome-ec-7d96d1326fe160c373d1deb0a017611f3f6baf74.tar.gz
anahera: Enable search key
BUG=b:197850509 BRANCH=none TEST=On Anahera, make sure search key works. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I7787ab8a40bc06264918534556cb2898b2cb5b52 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3180702 Reviewed-by: caveh jalali <caveh@chromium.org> Reviewed-by: Boris Mittelberg <bmbm@google.com> Commit-Queue: Boris Mittelberg <bmbm@google.com>
-rw-r--r--board/anahera/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/anahera/keyboard.c b/board/anahera/keyboard.c
index 90ae3e43b5..90506163d9 100644
--- a/board/anahera/keyboard.c
+++ b/board/anahera/keyboard.c
@@ -20,7 +20,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 */
},
};