diff options
Diffstat (limited to 'src/soc/intel/common/block/usb4/xhci.c')
-rw-r--r-- | src/soc/intel/common/block/usb4/xhci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/usb4/xhci.c b/src/soc/intel/common/block/usb4/xhci.c index d4fb3e2432..d0be8e5f9f 100644 --- a/src/soc/intel/common/block/usb4/xhci.c +++ b/src/soc/intel/common/block/usb4/xhci.c @@ -27,6 +27,7 @@ static struct device_operations usb4_xhci_ops = { static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_TGP_TCSS_XHCI, + PCI_DEVICE_ID_INTEL_TGP_H_TCSS_XHCI, PCI_DEVICE_ID_INTEL_ADP_TCSS_XHCI, 0 }; |