Move RPP-S XHCI from USB4 driver to XHCI driver
Change-Id: I7853de5010123875cb0e0150c2e3763f1d3eaff8
This commit is contained in:
@@ -4233,7 +4233,7 @@
|
||||
#define PCI_DID_INTEL_MTL_M_TCSS_XHCI 0x7eb0
|
||||
#define PCI_DID_INTEL_MTL_P_TCSS_XHCI 0x7ec0
|
||||
#define PCI_DID_INTEL_RPP_P_TCSS_XHCI 0xa71e
|
||||
#define PCI_DID_INTEL_RPP_S_TCSS_XHCI 0x7a60
|
||||
#define PCI_DID_INTEL_RPP_S_XHCI 0x7a60
|
||||
|
||||
/* Intel P2SB device Ids */
|
||||
#define PCI_DID_INTEL_APL_P2SB 0x5a92
|
||||
|
@@ -27,7 +27,6 @@ static struct device_operations usb4_xhci_ops = {
|
||||
|
||||
static const unsigned short pci_device_ids[] = {
|
||||
PCI_DID_INTEL_RPP_P_TCSS_XHCI,
|
||||
PCI_DID_INTEL_RPP_S_TCSS_XHCI,
|
||||
PCI_DID_INTEL_MTL_M_TCSS_XHCI,
|
||||
PCI_DID_INTEL_MTL_P_TCSS_XHCI,
|
||||
PCI_DID_INTEL_TGP_TCSS_XHCI,
|
||||
|
@@ -148,6 +148,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DID_INTEL_ADP_P_XHCI,
|
||||
PCI_DID_INTEL_ADP_S_XHCI,
|
||||
PCI_DID_INTEL_ADP_M_XHCI,
|
||||
PCI_DID_INTEL_RPP_S_XHCI,
|
||||
0
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user