Re: [U-Boot] [PATCH v3 0/5] usb: kbd: implement special keys

2019-10-13 Thread Marek Vasut
On 10/10/19 11:36 PM, Heinrich Schuchardt wrote: > 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

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

2019-10-10 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. Enhance the keyboard unit test. v3: rebase on current git HEAD v2: enhance the keyboard unit test