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-09-08 08:46:32 -04:00
2020-05-18 21:19:23 -04:00
2020-05-18 21:19:23 -04:00
2020-08-14 15:18:30 -04:00
2020-11-01 15:58:47 +01:00
2020-07-11 21:30:21 +09:00
2020-07-28 19:30:39 -06:00
2020-05-18 21:19:23 -04:00
2020-10-30 23:13:13 -04:00
2020-11-06 09:51:31 +08:00
2020-10-05 10:54:27 -04:00
2020-07-27 14:16:29 +05:30
2020-10-22 11:26:14 -04:00
2020-05-18 21:19:18 -04:00
2020-10-30 14:20:27 +01:00
2020-10-12 07:26:57 -04:00
2020-09-01 14:47:43 +02:00
2020-10-27 08:13:31 +01:00
2020-10-09 17:53:12 +08:00
2020-11-05 14:58:45 +08:00
2020-05-18 21:19:23 -04:00
2020-10-29 14:42:18 -06:00
2020-11-09 17:28:17 +01:00
2020-10-08 11:42:36 -04:00
2020-10-27 08:13:31 +01:00
2020-08-13 09:53:34 +02:00
2020-11-06 11:27:14 -05:00
2020-10-30 15:24:30 -04:00
2020-10-29 11:30:29 -04:00
2020-10-28 11:49:30 -04:00
2020-10-29 09:10:24 -04:00
2020-06-23 14:43:23 -04:00
2020-05-18 21:19:18 -04:00
2020-10-23 16:52:09 +05:30
2020-07-27 15:18:15 -04:00
2020-10-29 08:00:12 +01:00
2020-11-06 09:51:33 +08:00
2020-10-23 13:33:07 -04:00
2020-10-05 18:02:16 +02:00
2020-09-17 06:09:53 +02:00
2020-10-30 23:13:13 -04:00
2020-09-30 08:53:42 -04:00
2020-10-22 11:26:14 -04:00
2020-10-22 09:54:54 -04:00
2020-11-06 09:46:43 -05:00
2020-05-18 21:19:18 -04:00
2020-10-30 15:24:30 -04:00
2020-09-30 08:53:43 -04:00
2020-08-11 20:34:46 +05:30
2020-11-06 09:51:29 +08:00
2020-10-30 15:24:30 -04:00
2020-07-25 14:46:57 -06:00
2020-11-06 10:18:20 +08:00
2020-11-06 11:27:14 -05:00
2020-10-16 09:44:27 -04:00
2020-11-01 15:53:08 +01: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-10-20 00:49:05 +02:00
2020-10-30 23:13:13 -04:00
2020-08-24 14:11:31 -04:00
2020-07-25 14:46:57 -06:00
2020-05-18 21:19:18 -04:00
2020-11-01 15:57:35 +01: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