diff options
Diffstat (limited to 'drivers/usb/host/xhci-pci.c')
| -rw-r--r-- | drivers/usb/host/xhci-pci.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c index a9515265db4d..a9ec7051f286 100644 --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c | |||
| @@ -139,6 +139,10 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) | |||
| 139 | pdev->device == 0x43bb)) | 139 | pdev->device == 0x43bb)) |
| 140 | xhci->quirks |= XHCI_SUSPEND_DELAY; | 140 | xhci->quirks |= XHCI_SUSPEND_DELAY; |
| 141 | 141 | ||
| 142 | if (pdev->vendor == PCI_VENDOR_ID_AMD && | ||
| 143 | (pdev->device == 0x15e0 || pdev->device == 0x15e1)) | ||
| 144 | xhci->quirks |= XHCI_SNPS_BROKEN_SUSPEND; | ||
| 145 | |||
| 142 | if (pdev->vendor == PCI_VENDOR_ID_AMD) | 146 | if (pdev->vendor == PCI_VENDOR_ID_AMD) |
| 143 | xhci->quirks |= XHCI_TRUST_TX_LENGTH; | 147 | xhci->quirks |= XHCI_TRUST_TX_LENGTH; |
| 144 | 148 | ||
