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