File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 71
71
#define PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_4 0x161e
72
72
#define PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_5 0x15d6
73
73
#define PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_6 0x15d7
74
+ #define PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_7 0x161c
75
+ #define PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_8 0x161f
74
76
75
77
#define PCI_DEVICE_ID_ASMEDIA_1042_XHCI 0x1042
76
78
#define PCI_DEVICE_ID_ASMEDIA_1042A_XHCI 0x1142
@@ -330,7 +332,9 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
330
332
pdev -> device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_3 ||
331
333
pdev -> device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_4 ||
332
334
pdev -> device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_5 ||
333
- pdev -> device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_6 ))
335
+ pdev -> device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_6 ||
336
+ pdev -> device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_7 ||
337
+ pdev -> device == PCI_DEVICE_ID_AMD_YELLOW_CARP_XHCI_8 ))
334
338
xhci -> quirks |= XHCI_DEFAULT_PM_RUNTIME_ALLOW ;
335
339
336
340
if (xhci -> quirks & XHCI_RESET_ON_RESUME )
You can’t perform that action at this time.
0 commit comments