[U-Boot] [PATCH v2 0/5] usb: kbd: implement special keys
Heinrich Schuchardt
xypron.glpk at gmx.de
Sat Aug 10 09:24:14 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.
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 | 285 +++++++++++++++++++++++++++++++-
4 files changed, 361 insertions(+), 46 deletions(-)
--
2.20.1
More information about the U-Boot
mailing list