Re: [U-Boot] [PATCH v2 5/5] dm: test: usb: rework keyboard test

2019-08-13 Thread Simon Glass
On Sat, 10 Aug 2019 at 03:24, Heinrich Schuchardt wrote: > > Allow the unit test to pass full 8 byte scan code sequences to the USB > keyboard emulation driver and to parse multi-byte escape sequences. > > The following features are not yet tested: > > * LED status > * caps-lock > * num-lock > * n

[U-Boot] [PATCH v2 5/5] dm: test: usb: rework keyboard test

2019-08-10 Thread Heinrich Schuchardt
Allow the unit test to pass full 8 byte scan code sequences to the USB keyboard emulation driver and to parse multi-byte escape sequences. The following features are not yet tested: * LED status * caps-lock * num-lock * numerical pad keys The following features are not yet implemented by the USB