commit | b2f3e0ea3e469a759fd74832ce551e3384bc07c0 | [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 | 3fd1e85aaa33c97edf06bea35ce1ae57accd1f47 [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>