All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] usb: kbd: implement special keys
@ 2018-02-22 12:04 Heinrich Schuchardt
  2018-02-22 12:04 ` [U-Boot] [PATCH 1/2] usb: kbd: allow multibyte sequences to be put into ring buffer Heinrich Schuchardt
  2018-02-22 12:04 ` [U-Boot] [PATCH 2/2] usb: kbd: implement special keys Heinrich Schuchardt
  0 siblings, 2 replies; 16+ messages in thread
From: Heinrich Schuchardt @ 2018-02-22 12:04 UTC (permalink / raw)
  To: u-boot

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@gmx.de>

Heinrich Schuchardt (2):
  usb: kbd: allow multibyte sequences to be put into ring buffer
  usb: kbd: implement special keys

 common/usb_kbd.c | 161 +++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 114 insertions(+), 47 deletions(-)

-- 
2.14.2

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2018-03-20  0:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-22 12:04 [U-Boot] [PATCH 0/2] usb: kbd: implement special keys Heinrich Schuchardt
2018-02-22 12:04 ` [U-Boot] [PATCH 1/2] usb: kbd: allow multibyte sequences to be put into ring buffer Heinrich Schuchardt
2018-02-22 14:20   ` Marek Vasut
2018-02-22 18:06     ` Heinrich Schuchardt
2018-02-22 19:55       ` Marek Vasut
2018-02-22 20:53         ` Heinrich Schuchardt
2018-02-22 23:02           ` Marek Vasut
2018-02-23  5:50             ` Heinrich Schuchardt
2018-02-23  6:04               ` Marek Vasut
2018-02-23  7:09                 ` Heinrich Schuchardt
2018-02-22 12:04 ` [U-Boot] [PATCH 2/2] usb: kbd: implement special keys Heinrich Schuchardt
2018-02-23 20:59   ` Simon Glass
2018-02-24 11:46     ` Heinrich Schuchardt
2018-03-08 22:04       ` Heinrich Schuchardt
2018-03-19 17:59         ` Simon Glass
2018-03-20  0:12           ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.