1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-28 05:09:22 +01:00
Files
u-boot-megous/drivers
Heinrich Schuchardt b055a05b98 input: add support for FN1 - FN10 on crosswire kbd
Chromebooks and the sandbox use a crosswire keyboard with function keys
FN1 - FN10. These keys are needed when running UEFI applications like GRUB
or the UEFI SCT.

Add support for these keys when translating from key codes to
ECMA-48 (or withdrawn ANSI 3.64) escape sequences.

All escape sequences start with 0x1b. So we should not repeat this
byte in the kbd_to_ansi364 table.

For testing use:

sandbox_defconfig + CONFIG_EFI_SELFTEST=y

$ ./u-boot -D -l

=> setenv efi_selftest extended text input
=> bootefi selftest

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2020-11-09 17:28:17 +01:00
..
2020-08-03 22:19:54 -04:00
2020-07-27 14:16:29 +05:30
2020-10-22 11:26:14 -04:00
2020-10-30 14:20:27 +01:00
2020-05-18 21:19:18 -04:00
2020-10-22 09:54:54 -04:00
2020-11-06 09:51:29 +08:00
2020-10-16 09:44:27 -04:00
2020-11-06 10:18:20 +08:00
2020-10-22 09:54:52 -04:00
2020-08-03 22:19:54 -04:00
2020-08-24 14:11:31 -04:00
2020-11-06 10:18:20 +08:00
2020-11-06 10:18:20 +08:00