summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2021-09-24 11:35:41 +0800
committerCommit Bot <commit-bot@chromium.org>2021-09-24 23:22:50 +0000
commitc64c7702269ea6508421a755312b545e08e6caad (patch)
tree3fd550b9d5aa53844ff43e57bc5642f7ab27dc5d
parent06d89b033065d9c96f4a6e53129b22b912fae224 (diff)
downloadchrome-ec-c64c7702269ea6508421a755312b545e08e6caad.tar.gz
Redrix: Enable search key
BUG=none BRANCH=none TEST=On Redrix, make sure search key works. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I2bb65db54fd10b5b3282728852ac6d9e094ad354 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3180701 Reviewed-by: Boris Mittelberg <bmbm@google.com> Commit-Queue: Boris Mittelberg <bmbm@google.com>
-rw-r--r--board/redrix/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/redrix/keyboard.c b/board/redrix/keyboard.c
index 90ae3e43b5..90506163d9 100644
--- a/board/redrix/keyboard.c
+++ b/board/redrix/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 */
},
};