Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1965
b: refs/heads/master
c: c22fa3a
h: refs/heads/master
i:
  1963: 3996844
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed Jun 13, 2005
1 parent 1b03141 commit 50a1d01
Show file tree
Hide file tree
Showing 2 changed files with 5 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: c0105338eb4e61e537ca34ae06921177cb6efcf0
refs/heads/master: c22fa3acbc2ef79ea57217643f6cd6d226963069
5 changes: 4 additions & 1 deletion trunk/drivers/usb/host/ehci-hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,12 @@ static int ehci_hub_control (
/* force reset to complete */
writel (temp & ~PORT_RESET,
&ehci->regs->port_status [wIndex]);
/* REVISIT: some hardware needs 550+ usec to clear
* this bit; seems too long to spin routinely...
*/
retval = handshake (
&ehci->regs->port_status [wIndex],
PORT_RESET, 0, 500);
PORT_RESET, 0, 750);
if (retval != 0) {
ehci_err (ehci, "port %d reset error %d\n",
wIndex + 1, retval);
Expand Down

0 comments on commit 50a1d01

Please sign in to comment.