Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127217
b: refs/heads/master
c: d859bff
h: refs/heads/master
i:
  127215: f452931
v: v3
  • Loading branch information
Steven Noonan authored and Greg Kroah-Hartman committed Jan 7, 2009
1 parent 1bdb229 commit 427b862
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: 92b0da1571353a39d07e0a592c4dda294cc2e04c
refs/heads/master: d859bffc662482f06ba5603e6f592de4e18cf135
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/pci-quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ static void __devinit quirk_usb_disable_ehci(struct pci_dev *pdev)
/* if boot firmware now owns EHCI, spin till
* it hands it over.
*/
msec = 5000;
msec = 1000;
while ((cap & EHCI_USBLEGSUP_BIOS) && (msec > 0)) {
tried_handoff = 1;
msleep(10);
Expand Down

0 comments on commit 427b862

Please sign in to comment.