Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190167
b: refs/heads/master
c: 6307e09
h: refs/heads/master
i:
  190165: ca6140f
  190163: 06bfaba
  190159: 3bd2f62
v: v3
  • Loading branch information
Dinh Nguyen authored and Greg Kroah-Hartman committed Apr 22, 2010
1 parent 6c9a579 commit 2994be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 571dc79d62a163fd043de47d7d39bae58831e81e
refs/heads/master: 6307e0961205c50a8a9b6e8e3e4dfd178a944ba9
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ static int ehci_hub_control (
* this bit; seems too long to spin routinely...
*/
retval = handshake(ehci, status_reg,
PORT_RESET, 0, 750);
PORT_RESET, 0, 1000);
if (retval != 0) {
ehci_err (ehci, "port %d reset error %d\n",
wIndex + 1, retval);
Expand Down

0 comments on commit 2994be7

Please sign in to comment.