|
@@ -155,6 +155,11 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
|
|
|
if (pdev->vendor == PCI_VENDOR_ID_VIA)
|
|
|
xhci->quirks |= XHCI_RESET_ON_RESUME;
|
|
|
|
|
|
+ /* See https://bugzilla.kernel.org/show_bug.cgi?id=79511 */
|
|
|
+ if (pdev->vendor == PCI_VENDOR_ID_VIA &&
|
|
|
+ pdev->device == 0x3432)
|
|
|
+ xhci->quirks |= XHCI_BROKEN_STREAMS;
|
|
|
+
|
|
|
if (xhci->quirks & XHCI_RESET_ON_RESUME)
|
|
|
xhci_dbg_trace(xhci, trace_xhci_dbg_quirks,
|
|
|
"QUIRK: Resetting on resume");
|