commit | fd7f513223d69cc0eb31a61695cf944350ff8aae | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 07 14:42:16 2011 -0800 |
committer | Remy Bohmer <linux@bohmer.net> | Sat Feb 19 20:32:34 2011 +0100 |
tree | 181c14ab100fc6075409b23b43b00b363dacdc4e | |
parent | 9663497469eb3967b7f8a501fe2cdcd14dc0837e [diff] |
Fix EHCI usb submit timeout and unify with OHCI Changed both to use a common timeout for URB submission, since they were using different values and EHCI's was too short. Also fixed EHCI to actually check if urb submission succeeded, rather than silently continuing into the weeds. Change-Id: I7f71499ffaa05187d8e5618db2419e1606007b82 Signed-off-by: Simon Glass <sjg@chromium.org>