summaryrefslogtreecommitdiffstats
path: root/include/configs/tbs2910.h
diff options
context:
space:
mode:
authorSoeren Moch <smoch@web.de>2014-11-27 21:21:44 +0100
committerStefano Babic <sbabic@denx.de>2014-12-01 10:20:20 +0100
commitdaa12e3f22b4928263684a89c0f0b31f3571c8a5 (patch)
tree5cb3f959c63aaac81b4100a8f2474af4aeeb1d86 /include/configs/tbs2910.h
parent7731745c139a4e8591cde93174c1be3277f0b94b (diff)
downloadblackbird-obmc-uboot-daa12e3f22b4928263684a89c0f0b31f3571c8a5.tar.gz
blackbird-obmc-uboot-daa12e3f22b4928263684a89c0f0b31f3571c8a5.zip
tbs2910: fix lost characters on serial input
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>
Diffstat (limited to 'include/configs/tbs2910.h')
-rw-r--r--include/configs/tbs2910.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
index 6ab2184418..c097b98575 100644
--- a/include/configs/tbs2910.h
+++ b/include/configs/tbs2910.h
@@ -167,7 +167,7 @@
#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 */
OpenPOWER on IntegriCloud