|
@@ -99,6 +99,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
|
|
|
pdev->device == PCI_DEVICE_ID_ASROCK_P67) {
|
|
pdev->device == PCI_DEVICE_ID_ASROCK_P67) {
|
|
|
xhci->quirks |= XHCI_RESET_ON_RESUME;
|
|
xhci->quirks |= XHCI_RESET_ON_RESUME;
|
|
|
xhci_dbg(xhci, "QUIRK: Resetting on resume\n");
|
|
xhci_dbg(xhci, "QUIRK: Resetting on resume\n");
|
|
|
|
|
+ xhci->quirks |= XHCI_TRUST_TX_LENGTH;
|
|
|
}
|
|
}
|
|
|
if (pdev->vendor == PCI_VENDOR_ID_VIA)
|
|
if (pdev->vendor == PCI_VENDOR_ID_VIA)
|
|
|
xhci->quirks |= XHCI_RESET_ON_RESUME;
|
|
xhci->quirks |= XHCI_RESET_ON_RESUME;
|