diff options
-rw-r--r-- | drivers/usb/host/xhci-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c index 39e230f2dd1..5c67f845901 100644 --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c | |||
@@ -145,6 +145,7 @@ static int xhci_pci_setup(struct usb_hcd *hcd) | |||
145 | pdev->device == PCI_DEVICE_ID_ASROCK_P67) { | 145 | pdev->device == PCI_DEVICE_ID_ASROCK_P67) { |
146 | xhci->quirks |= XHCI_RESET_ON_RESUME; | 146 | xhci->quirks |= XHCI_RESET_ON_RESUME; |
147 | xhci_dbg(xhci, "QUIRK: Resetting on resume\n"); | 147 | xhci_dbg(xhci, "QUIRK: Resetting on resume\n"); |
148 | xhci->quirks |= XHCI_TRUST_TX_LENGTH; | ||
148 | } | 149 | } |
149 | if (pdev->vendor == PCI_VENDOR_ID_VIA) | 150 | if (pdev->vendor == PCI_VENDOR_ID_VIA) |
150 | xhci->quirks |= XHCI_RESET_ON_RESUME; | 151 | xhci->quirks |= XHCI_RESET_ON_RESUME; |