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

Simon Glass sjg at chromium.org
Fri Feb 23 20:59:06 UTC 2018


Hi Heinrich,

On 22 February 2018 at 05:04, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> 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 <xypron.glpk at gmx.de>
> ---
>  common/usb_kbd.c | 121 +++++++++++++++++++++++++++++++++++++++++--------------
>  1 file changed, 90 insertions(+), 31 deletions(-)
>

Is there any way this code could be shared with input.c? It has
translation tables.

Regards,
Simon


More information about the U-Boot mailing list