|
@@ -162,6 +162,10 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
|
|
pdev->device == 0x3432)
|
|
pdev->device == 0x3432)
|
|
xhci->quirks |= XHCI_BROKEN_STREAMS;
|
|
xhci->quirks |= XHCI_BROKEN_STREAMS;
|
|
|
|
|
|
|
|
+ if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA &&
|
|
|
|
+ pdev->device == 0x1042)
|
|
|
|
+ xhci->quirks |= XHCI_BROKEN_STREAMS;
|
|
|
|
+
|
|
if (xhci->quirks & XHCI_RESET_ON_RESUME)
|
|
if (xhci->quirks & XHCI_RESET_ON_RESUME)
|
|
xhci_dbg_trace(xhci, trace_xhci_dbg_quirks,
|
|
xhci_dbg_trace(xhci, trace_xhci_dbg_quirks,
|
|
"QUIRK: Resetting on resume");
|
|
"QUIRK: Resetting on resume");
|