Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82267
b: refs/heads/master
c: cd930c9
h: refs/heads/master
i:
  82265: fe4807e
  82263: 3ce6037
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Feb 1, 2008
1 parent 85ac62c commit cc25a6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8fa7571a928d6d0e1b7444b0ea69ec7dc7db3b6
refs/heads/master: cd930c931417295ac6b4d9fea62accc67192ac34
4 changes: 4 additions & 0 deletions trunk/drivers/usb/host/ehci-hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ static int ehci_bus_suspend (struct usb_hcd *hcd)
}
}

/* Apparently some devices need a >= 1-uframe delay here */
if (ehci->bus_suspended)
udelay(150);

/* turn off now-idle HC */
ehci_halt (ehci);
hcd->state = HC_STATE_SUSPENDED;
Expand Down

0 comments on commit cc25a6b

Please sign in to comment.