commit | 56014a4b17d7433277ceaec651b99bc0b13be871 | [log] [tgz] |
---|---|---|
author | Jim Lin <jilin@nvidia.com> | Thu Jan 24 01:05:55 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Feb 04 09:07:21 2013 -0500 |
tree | 4e3620ca59a127508cdff87bfae4f9c2af1984ef | |
parent | e181a235307ba6967d90d854c08a28bffe5eec37 [diff] |
console: USB: KBD: Fix incorrect autoboot timeout Autoboot timeout defined by CONFIG_BOOTDELAY will not be accurate if CONFIG_USB_KEYBOARD and CONFIG_SYS_USB_EVENT_POLL are defined in configuration file and when tstc() function for checking key pressed takes longer time than 10 ms (e.g., 50 ms) to finish. Signed-off-by: Jim Lin <jilin@nvidia.com>