From c64c7702269ea6508421a755312b545e08e6caad Mon Sep 17 00:00:00 2001 From: Devin Lu Date: Fri, 24 Sep 2021 11:35:41 +0800 Subject: Redrix: Enable search key BUG=none BRANCH=none TEST=On Redrix, make sure search key works. Signed-off-by: Devin Lu Change-Id: I2bb65db54fd10b5b3282728852ac6d9e094ad354 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3180701 Reviewed-by: Boris Mittelberg Commit-Queue: Boris Mittelberg --- board/redrix/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }, }; -- cgit v1.2.1