[U-Boot] [PATCH v3 0/5] usb: kbd: implement special keys
Heinrich Schuchardt
xypron.glpk at gmx.de
Thu Oct 10 21:36:54 UTC 2019
GRUB uses function keys. So we should support these with an USB keyboard.
Provide support for F1-F12, Insert, Delete, Home, End, Page Up, Page Down.
Simplify the code beforehand.
Enhance the keyboard unit test.
v3:
rebase on current git HEAD
v2:
enhance the keyboard unit test
Heinrich Schuchardt (5):
usb: kbd: simplify coding for arrow keys
usb: kbd: implement special keys
usb: kbd: fix typo
usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h
dm: test: usb: rework keyboard test
common/usb_kbd.c | 89 +++++++---
drivers/usb/emul/sandbox_keyb.c | 27 +--
include/usb.h | 6 +
test/dm/usb.c | 283 +++++++++++++++++++++++++++++++-
4 files changed, 360 insertions(+), 45 deletions(-)
--
2.23.0
More information about the U-Boot
mailing list