140
140
xhci->quirks |= XHCI_SPURIOUS_SUCCESS;
141
141
xhci->quirks |= XHCI_EP_LIMIT_QUIRK;
142
142
xhci->limit_active_eps = 64;
144
153
if (pdev->vendor == PCI_VENDOR_ID_ETRON &&
145
154
pdev->device == PCI_DEVICE_ID_ASROCK_P67) {
146
155
xhci->quirks |= XHCI_RESET_ON_RESUME;
147
156
xhci_dbg(xhci, "QUIRK: Resetting on resume\n");
149
159
if (pdev->vendor == PCI_VENDOR_ID_VIA)
150
160
xhci->quirks |= XHCI_RESET_ON_RESUME;