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 64e5601cde..20ed2a5865 100644 --- a/src/soc/intel/common/block/usb4/xhci.c +++ b/src/soc/intel/common/block/usb4/xhci.c @@ -31,6 +31,7 @@ static const unsigned short pci_device_ids[] = { PCI_DID_INTEL_TGP_TCSS_XHCI, PCI_DID_INTEL_TGP_H_TCSS_XHCI, PCI_DID_INTEL_ADP_TCSS_XHCI, + PCI_DID_INTEL_ADP_N_TCSS_XHCI, 0 }; |