Re: [U-Boot] [PATCH] tbs2910: fix lost characters on serial input

2014-12-01 Thread Stefano Babic
On 27/11/2014 21:21, Soeren Moch wrote: > With enabled console_mux for serial input and usb keyboard sometimes > characters get lost when typing too fast at the serial input (pasting > strings in serial console window). Fix this by using INT_QUEUE for > polling the usb keyboard. > > Signed-off-by:

[U-Boot] [PATCH] tbs2910: fix lost characters on serial input

2014-11-27 Thread Soeren Moch
With enabled console_mux for serial input and usb keyboard sometimes characters get lost when typing too fast at the serial input (pasting strings in serial console window). Fix this by using INT_QUEUE for polling the usb keyboard. Signed-off-by: Soeren Moch --- Cc: Stefano Babic --- include/co