]> git.sur5r.net Git - u-boot/commitdiff
tbs2910: fix lost characters on serial input
authorSoeren Moch <smoch@web.de>
Thu, 27 Nov 2014 20:21:44 +0000 (21:21 +0100)
committerStefano Babic <sbabic@denx.de>
Mon, 1 Dec 2014 09:20:20 +0000 (10:20 +0100)
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 <smoch@web.de>
include/configs/tbs2910.h

index 6ab2184418727c5ae7b370c444ac2681e4fa0099..c097b98575d260f5a3e70d6d436ab8bf7ac4e4d6 100644 (file)
 #define CONFIG_USB_STORAGE
 #define CONFIG_USB_KEYBOARD
 #ifdef CONFIG_USB_KEYBOARD
-#define CONFIG_SYS_USB_EVENT_POLL
+#define CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE
 #define CONFIG_SYS_STDIO_DEREGISTER
 #define CONFIG_PREBOOT "if hdmidet; then usb start; fi"
 #endif /* CONFIG_USB_KEYBOARD */