mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-04 14:01:54 +00:00
Add the lock key to the keyboard mask on kevin
TEST=confirm lock key scancode shows up in matrix BUG=none BRANCH=none Change-Id: I51ef44017ea57abd3cbbc69c55f3d9da7afff42b Signed-off-by: David Schneider <dnschneid@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/341469 Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
8aa04ea278
commit
45d9f6afeb
@@ -104,7 +104,7 @@ struct keyboard_scan_config keyscan_config = {
|
||||
.poll_timeout_us = SECOND,
|
||||
.actual_key_mask = {
|
||||
0x14, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff,
|
||||
0xa4, 0xff, 0xf6, 0x55, 0xfa, 0xc8 /* full set */
|
||||
0xa4, 0xff, 0xfe, 0x55, 0xfa, 0xc8 /* full set with lock key */
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user