mb/google/nissa/var/rull: Add Fn key scancode
The Fn key on rull emits a scancode of 94 (0x5e). BUG=b:372211281 TEST=Flash rull, boot to Linux kernel, and verify that KEY_FN is generated when pressed using `evtest`. Change-Id: Idb02d7013fa78233abff556bc6fa1d224c434338 Signed-off-by: Rui Zhou <zhourui@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85014 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lei Cao <caolei6@huaqin.corp-partner.google.com> Reviewed-by: Eric Lai <ericllai@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
parent
e019a41d8a
commit
d8c2f92f6c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
config ACPI_FNKEY_GEN_SCANCODE
|
||||
default 94 if (BOARD_GOOGLE_XOL || BOARD_GOOGLE_RIVEN)
|
||||
default 94 if (BOARD_GOOGLE_XOL || BOARD_GOOGLE_RIVEN || BOARD_GOOGLE_RULL)
|
||||
|
||||
config BOARD_GOOGLE_BRYA_COMMON
|
||||
def_bool n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue