usb: increase non-bulk timeout for slow chipsets.
authorJason Cooper <u-boot@lakedaemon.net>
Sun, 31 Jul 2011 20:09:58 +0000 (20:09 +0000)
committerRemy Bohmer <linux@bohmer.net>
Mon, 8 Aug 2011 20:34:57 +0000 (22:34 +0200)
commit80b350a7ab83653242033877c203940db7ecc0e5
tree5248acde07f673924eac01241b380a59d542faf5
parent2a94dda0e7c95de19356b78ad59808ee1e67ae27
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>
include/usb.h