On Sat, 10 Aug 2019 at 03:24, Heinrich Schuchardt <xypron.g...@gmx.de> 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
> * numerical pad keys
>
> The following features are not yet implemented by the USB keyboard
> driver and therefore not tested:
>
> * modifiers for non-alpha-numeric keys, e.g. <SHIFT><TAB> and <ALT><F4>
> * some special keys, e.g. <PRINT>
> * some modifiers, e.g. <ALT> and <META>
> * alternative keyboard layouts
>
> Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de>
> ---
> v2
>         new patch
> ---
>  drivers/usb/emul/sandbox_keyb.c |  27 +--
>  test/dm/usb.c                   | 283 +++++++++++++++++++++++++++++++-
>  2 files changed, 292 insertions(+), 18 deletions(-)

Nice!

Reviewed-by: Simon Glass <s...@chromium.org>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to