Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299155
b: refs/heads/master
c: 457a4f6
h: refs/heads/master
i:
  299153: cb283ba
  299151: 5ef78a5
v: v3
  • Loading branch information
Elric Fu authored and Sarah Sharp committed Apr 11, 2012
1 parent 392f004 commit 7235b75
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d8aec3dbdfd02627e198e7956ab4aaeba2a349fa
refs/heads/master: 457a4f61f9bfc3ae76e5b49f30f25d86bb696f67
2 changes: 2 additions & 0 deletions trunk/drivers/usb/host/xhci-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
xhci->quirks |= XHCI_RESET_ON_RESUME;
xhci_dbg(xhci, "QUIRK: Resetting on resume\n");
}
if (pdev->vendor == PCI_VENDOR_ID_VIA)
xhci->quirks |= XHCI_RESET_ON_RESUME;
}

/* called during probe() after chip reset completes */
Expand Down

0 comments on commit 7235b75

Please sign in to comment.