commit | 0efc28120393fa312af10e4ea091d897bca70cb1 | [log] [tgz] |
---|---|---|
author | Jason Cooper <u-boot@lakedaemon.net> | Sun Jul 31 20:09:58 2011 +0000 |
committer | Remy Bohmer <linux@bohmer.net> | Mon Aug 08 22:34:57 2011 +0200 |
tree | 5248acde07f673924eac01241b380a59d542faf5 | |
parent | f62c1c4314942baf3156b931e464a810a52d951f [diff] |
usb: increase non-bulk timeout for slow chipsets. If you take a look at 96820a35, you'll see the original timeout was CONFIG_SYS_HZ. Which is 1000. After the mentioned change, non-bulk timeout was changed to 100. This causes timeout failures on the dreamplug platform when trying to initialize the usb microsd reader. Signed-off-by: Jason Cooper <u-boot@lakedaemon.net> Acked-by: Mike Frysinger <vapier@gentoo.org>