Re: [U-Boot] [PATCH] USB: add arrow key support to usb_kbd

2012-11-07 Thread Marek Vasut
Dear Allen Martin, On Tue, Nov 06, 2012 at 02:56:37PM -0800, Marek Vasut wrote: Dear Simon Glass, Hi Marek, On Tue, Nov 6, 2012 at 2:49 PM, Marek Vasut ma...@denx.de wrote: Dear Allen Martin, Check for scancodes for arrow keys and map them to ^F/^B, ^N/^P. Control

Re: [U-Boot] [PATCH] USB: add arrow key support to usb_kbd

2012-11-07 Thread Marek Vasut
Dear Stephen Warren, On 11/06/2012 03:56 PM, Marek Vasut wrote: Dear Simon Glass, Hi Marek, On Tue, Nov 6, 2012 at 2:49 PM, Marek Vasut ma...@denx.de wrote: Dear Allen Martin, Check for scancodes for arrow keys and map them to ^F/^B, ^N/^P. Control characters are used

Re: [U-Boot] [PATCH] USB: add arrow key support to usb_kbd

2012-11-07 Thread Allen Martin
On Wed, Nov 07, 2012 at 05:18:27AM -0800, Marek Vasut wrote: Dear Stephen Warren, On 11/06/2012 03:56 PM, Marek Vasut wrote: Dear Simon Glass, Hi Marek, On Tue, Nov 6, 2012 at 2:49 PM, Marek Vasut ma...@denx.de wrote: Dear Allen Martin, Check for scancodes for arrow

Re: [U-Boot] [PATCH] USB: add arrow key support to usb_kbd

2012-11-07 Thread Marek Vasut
Dear Allen Martin, On Wed, Nov 07, 2012 at 05:18:27AM -0800, Marek Vasut wrote: Dear Stephen Warren, On 11/06/2012 03:56 PM, Marek Vasut wrote: Dear Simon Glass, Hi Marek, On Tue, Nov 6, 2012 at 2:49 PM, Marek Vasut ma...@denx.de wrote: Dear Allen Martin,

Re: [U-Boot] [PATCH] USB: add arrow key support to usb_kbd

2012-11-06 Thread Stephen Warren
On 11/06/2012 02:26 PM, Allen Martin wrote: Check for scancodes for arrow keys and map them to ^F/^B, ^N/^P. Control characters are used instead of ANSI sequence because the queueing code in usb_kbd doesn't handle the data increase when one keypress generates 3 keycodes. The real fix is to

Re: [U-Boot] [PATCH] USB: add arrow key support to usb_kbd

2012-11-06 Thread Marek Vasut
Dear Allen Martin, Check for scancodes for arrow keys and map them to ^F/^B, ^N/^P. Control characters are used instead of ANSI sequence because the queueing code in usb_kbd doesn't handle the data increase when one keypress generates 3 keycodes. The real fix is to convert this driver to

Re: [U-Boot] [PATCH] USB: add arrow key support to usb_kbd

2012-11-06 Thread Simon Glass
Hi Marek, On Tue, Nov 6, 2012 at 2:49 PM, Marek Vasut ma...@denx.de wrote: Dear Allen Martin, Check for scancodes for arrow keys and map them to ^F/^B, ^N/^P. Control characters are used instead of ANSI sequence because the queueing code in usb_kbd doesn't handle the data increase when one

Re: [U-Boot] [PATCH] USB: add arrow key support to usb_kbd

2012-11-06 Thread Simon Glass
On Tue, Nov 6, 2012 at 1:26 PM, Allen Martin amar...@nvidia.com wrote: Check for scancodes for arrow keys and map them to ^F/^B, ^N/^P. Control characters are used instead of ANSI sequence because the queueing code in usb_kbd doesn't handle the data increase when one keypress generates 3

Re: [U-Boot] [PATCH] USB: add arrow key support to usb_kbd

2012-11-06 Thread Allen Martin
On Tue, Nov 06, 2012 at 02:49:29PM -0800, Marek Vasut wrote: Dear Allen Martin, Check for scancodes for arrow keys and map them to ^F/^B, ^N/^P. Control characters are used instead of ANSI sequence because the queueing code in usb_kbd doesn't handle the data increase when one keypress

Re: [U-Boot] [PATCH] USB: add arrow key support to usb_kbd

2012-11-06 Thread Marek Vasut
Dear Simon Glass, Hi Marek, On Tue, Nov 6, 2012 at 2:49 PM, Marek Vasut ma...@denx.de wrote: Dear Allen Martin, Check for scancodes for arrow keys and map them to ^F/^B, ^N/^P. Control characters are used instead of ANSI sequence because the queueing code in usb_kbd doesn't handle

Re: [U-Boot] [PATCH] USB: add arrow key support to usb_kbd

2012-11-06 Thread Allen Martin
On Tue, Nov 06, 2012 at 02:56:37PM -0800, Marek Vasut wrote: Dear Simon Glass, Hi Marek, On Tue, Nov 6, 2012 at 2:49 PM, Marek Vasut ma...@denx.de wrote: Dear Allen Martin, Check for scancodes for arrow keys and map them to ^F/^B, ^N/^P. Control characters are used instead

Re: [U-Boot] [PATCH] USB: add arrow key support to usb_kbd

2012-11-06 Thread Stephen Warren
On 11/06/2012 03:56 PM, Marek Vasut wrote: Dear Simon Glass, Hi Marek, On Tue, Nov 6, 2012 at 2:49 PM, Marek Vasut ma...@denx.de wrote: Dear Allen Martin, Check for scancodes for arrow keys and map them to ^F/^B, ^N/^P. Control characters are used instead of ANSI sequence because the