diff options
Diffstat (limited to 'drivers/usb/host/xhci-pci.c')
-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 9bfd4ca1153c..8345d7c23061 100644 --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c | |||
@@ -103,6 +103,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) | |||
103 | * PPT chipsets. | 103 | * PPT chipsets. |
104 | */ | 104 | */ |
105 | xhci->quirks |= XHCI_SPURIOUS_REBOOT; | 105 | xhci->quirks |= XHCI_SPURIOUS_REBOOT; |
106 | xhci->quirks |= XHCI_AVOID_BEI; | ||
106 | } | 107 | } |
107 | if (pdev->vendor == PCI_VENDOR_ID_ETRON && | 108 | if (pdev->vendor == PCI_VENDOR_ID_ETRON && |
108 | pdev->device == PCI_DEVICE_ID_ASROCK_P67) { | 109 | pdev->device == PCI_DEVICE_ID_ASROCK_P67) { |