]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/host/xhci-pci.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[~andy/linux] / drivers / usb / host / xhci-pci.c
index d2a7332daca417a38dbcdb74855acaae30ec1089..ef98b38626fbb5910aa6c486aecb856f1f4b7df5 100644 (file)
@@ -33,8 +33,6 @@
 #define PCI_VENDOR_ID_ETRON            0x1b6f
 #define PCI_DEVICE_ID_ASROCK_P67       0x7023
 
-#define PCI_DEVICE_ID_NEC_uPD720200    0x0194
-
 static const char hcd_name[] = "xhci_hcd";
 
 /* called after powerup, by probe or system-pm "wakeup" */
@@ -76,11 +74,8 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
                                pdev->revision);
        }
 
-       if (pdev->vendor == PCI_VENDOR_ID_NEC) {
+       if (pdev->vendor == PCI_VENDOR_ID_NEC)
                xhci->quirks |= XHCI_NEC_HOST;
-               if (pdev->device == PCI_DEVICE_ID_NEC_uPD720200)
-                       xhci->quirks |= XHCI_RESET_ON_RESUME;
-       }
 
        if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96)
                xhci->quirks |= XHCI_AMD_0x96_HOST;