]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/host/ehci-pci.c
xhci: Add Lynx Point to list of Intel switchable hosts.
[karo-tx-linux.git] / drivers / usb / host / ehci-pci.c
index 01bb7241d6efd53f3769d47e86d59a28c5cf9ce2..123481793a47afcdfc22cf476a8a8ed14301c6e1 100644 (file)
@@ -360,7 +360,9 @@ static bool usb_is_intel_switchable_ehci(struct pci_dev *pdev)
 {
        return pdev->class == PCI_CLASS_SERIAL_USB_EHCI &&
                pdev->vendor == PCI_VENDOR_ID_INTEL &&
-               pdev->device == 0x1E26;
+               (pdev->device == 0x1E26 ||
+                pdev->device == 0x8C2D ||
+                pdev->device == 0x8C26);
 }
 
 static void ehci_enable_xhci_companion(void)