aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/xhci-pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
index 464049f638c0..687d36608155 100644
--- a/drivers/usb/host/xhci-pci.c
+++ b/drivers/usb/host/xhci-pci.c
@@ -33,7 +33,7 @@
33#define PCI_DEVICE_ID_FRESCO_LOGIC_FL1400 0x1400 33#define PCI_DEVICE_ID_FRESCO_LOGIC_FL1400 0x1400
34 34
35#define PCI_VENDOR_ID_ETRON 0x1b6f 35#define PCI_VENDOR_ID_ETRON 0x1b6f
36#define PCI_DEVICE_ID_ASROCK_P67 0x7023 36#define PCI_DEVICE_ID_EJ168 0x7023
37 37
38#define PCI_DEVICE_ID_INTEL_LYNXPOINT_XHCI 0x8c31 38#define PCI_DEVICE_ID_INTEL_LYNXPOINT_XHCI 0x8c31
39#define PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_XHCI 0x9c31 39#define PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_XHCI 0x9c31
@@ -140,7 +140,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
140 xhci->quirks |= XHCI_SPURIOUS_REBOOT; 140 xhci->quirks |= XHCI_SPURIOUS_REBOOT;
141 } 141 }
142 if (pdev->vendor == PCI_VENDOR_ID_ETRON && 142 if (pdev->vendor == PCI_VENDOR_ID_ETRON &&
143 pdev->device == PCI_DEVICE_ID_ASROCK_P67) { 143 pdev->device == PCI_DEVICE_ID_EJ168) {
144 xhci->quirks |= XHCI_RESET_ON_RESUME; 144 xhci->quirks |= XHCI_RESET_ON_RESUME;
145 xhci->quirks |= XHCI_TRUST_TX_LENGTH; 145 xhci->quirks |= XHCI_TRUST_TX_LENGTH;
146 xhci->quirks |= XHCI_BROKEN_STREAMS; 146 xhci->quirks |= XHCI_BROKEN_STREAMS;