From b678a6ff46846883a9b5adb8e16b40adaefa738c Mon Sep 17 00:00:00 2001 From: Rajat Jain Date: Tue, 28 Jan 2020 16:11:50 -0800 Subject: hatch/baseboard: Enable the Search key button in mask Enable the search key located at Row-3, Col-0 BUG=b:146501925,b:148488560 TEST=Check search key while debugging BRANCH=firmware-hatch-12672.B Signed-off-by: Rajat Jain Change-Id: I3496d6413994f147839fbb29f6d666b5fc6c0914 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2080600 Reviewed-by: Scott Collyer --- baseboard/hatch/baseboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baseboard/hatch/baseboard.c') diff --git a/baseboard/hatch/baseboard.c b/baseboard/hatch/baseboard.c index 0651ffdc7c..e91a37ea98 100644 --- a/baseboard/hatch/baseboard.c +++ b/baseboard/hatch/baseboard.c @@ -64,7 +64,7 @@ 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