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

Simon Glass sjg at chromium.org
Tue Aug 13 09:34:08 UTC 2019


On Sat, 10 Aug 2019 at 03:24, Heinrich Schuchardt <xypron.glpk at 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.glpk at 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 <sjg at chromium.org>


More information about the U-Boot mailing list