commit | a9010500d70bfc7987611905374f975892fe5587 | [log] [tgz] |
---|---|---|
author | Soeren Moch <smoch@web.de> | Thu Nov 27 21:21:44 2014 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Mon Dec 01 10:20:20 2014 +0100 |
tree | 5cb3f959c63aaac81b4100a8f2474af4aeeb1d86 | |
parent | d7e0731c2e14774ebc18dbf8e9e14da42341299c [diff] |
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>