[U-Boot] [PATCH 0/2] usb: kbd: implement special keys

2019-06-16 Thread Heinrich Schuchardt
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. Heinrich Schuchardt (2): usb: kbd: simplify coding for arrow keys usb: kbd: implement special keys

[U-Boot] [PATCH 0/2] usb: kbd: implement special keys

2018-02-22 Thread Heinrich Schuchardt
Correct support for arrow keys: use the standard xterm escape sequences. Provide support for F1-F12, Insert, Delete, Home, End, Page Up, Page Down. Signed-off-by: Heinrich Schuchardt Heinrich Schuchardt (2): usb: kbd: allow multibyte sequences to be put into ring buffer