X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fehci-pci.c;fp=drivers%2Fusb%2Fhost%2Fehci-pci.c;h=b71e22e732634009755e666300c090a4843d46ae;hp=a79e64b26d856d2a6cc3e8db6ec36719b35f965c;hb=a1ea43bdfc45efbd4d0a7bd96b5a8389e4639537;hpb=ddec008d0b9eb6940d2f4a5bf324a9374bbf88d0 diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index a79e64b26d85..b71e22e73263 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c @@ -359,7 +359,8 @@ static bool usb_is_intel_switchable_ehci(struct pci_dev *pdev) pdev->vendor == PCI_VENDOR_ID_INTEL && (pdev->device == 0x1E26 || pdev->device == 0x8C2D || - pdev->device == 0x8C26); + pdev->device == 0x8C26 || + pdev->device == 0x9C26); } static void ehci_enable_xhci_companion(void)