|
@@ -142,6 +142,11 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
|
|
|
"QUIRK: Resetting on resume");
|
|
|
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)
|
|
|
+ xhci->quirks |= XHCI_RESET_ON_RESUME;
|
|
|
if (pdev->vendor == PCI_VENDOR_ID_VIA)
|
|
|
xhci->quirks |= XHCI_RESET_ON_RESUME;
|
|
|
}
|