|
@@ -145,9 +145,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
|
|
|
xhci->quirks |= XHCI_TRUST_TX_LENGTH;
|
|
|
}
|
|
|
if (pdev->vendor == PCI_VENDOR_ID_RENESAS &&
|
|
|
- pdev->device == 0x0015 &&
|
|
|
- pdev->subsystem_vendor == PCI_VENDOR_ID_SAMSUNG &&
|
|
|
- pdev->subsystem_device == 0xc0cd)
|
|
|
+ pdev->device == 0x0015)
|
|
|
xhci->quirks |= XHCI_RESET_ON_RESUME;
|
|
|
if (pdev->vendor == PCI_VENDOR_ID_VIA)
|
|
|
xhci->quirks |= XHCI_RESET_ON_RESUME;
|