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

2019-06-16 Thread Heinrich Schuchardt
Provide support for F1-F12, Insert, Delete, Home, End, Page Up, Page Down. Signed-off-by: Heinrich Schuchardt --- common/usb_kbd.c | 54 1 file changed, 54 insertions(+) diff --git a/common/usb_kbd.c b/common/usb_kbd.c index

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

2018-03-19 Thread Tom Rini
On Mon, Mar 19, 2018 at 11:59:45AM -0600, Simon Glass wrote: > +Tom for comment > > Hi Heinrich, > > On 8 March 2018 at 15:04, Heinrich Schuchardt wrote: > > On 03/08/2018 09:30 PM, Simon Glass wrote: > >> Hi Heinrich, > >> > >> input.c uses PS/2 scan codes at present.

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

2018-03-19 Thread Simon Glass
+Tom for comment Hi Heinrich, On 8 March 2018 at 15:04, Heinrich Schuchardt wrote: > On 03/08/2018 09:30 PM, Simon Glass wrote: >> Hi Heinrich, >> >> input.c uses PS/2 scan codes at present. However these are somewhat >> internal. You should see docs in input.h >> >> I am

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

2018-03-08 Thread Heinrich Schuchardt
On 03/08/2018 09:30 PM, Simon Glass wrote: > Hi Heinrich, > > input.c uses PS/2 scan codes at present. However these are somewhat > internal. You should see docs in input.h > > I am not sure of the best approach, but one would be to convert USB > scan codes to PS/2 codes. > > Regards, > Simon >

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

2018-02-23 Thread Simon Glass
Hi Heinrich, On 22 February 2018 at 05:04, Heinrich Schuchardt 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

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

2018-02-22 Thread Heinrich Schuchardt
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 --- common/usb_kbd.c | 121 +-- 1 file