X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fthunderbolt%2Fnhi.c;h=a8c20413dbda9711e1828a064f8a940900442e31;hb=e55f1d1d13e7f1c364672d667d78fd1f640ab9f9;hp=9c15344b657acebb240e8555af47e572314acd5c;hpb=e7ca8fcd15049b1e48ae2ef1434a68a51ef0ead5;p=cascardo%2Flinux.git diff --git a/drivers/thunderbolt/nhi.c b/drivers/thunderbolt/nhi.c index 9c15344b657a..a8c20413dbda 100644 --- a/drivers/thunderbolt/nhi.c +++ b/drivers/thunderbolt/nhi.c @@ -648,6 +648,12 @@ static struct pci_device_id nhi_ids[] = { .device = PCI_DEVICE_ID_INTEL_CACTUS_RIDGE_4C, .subvendor = 0x2222, .subdevice = 0x1111, }, + { + .class = PCI_CLASS_SYSTEM_OTHER << 8, .class_mask = ~0, + .vendor = PCI_VENDOR_ID_INTEL, + .device = PCI_DEVICE_ID_INTEL_FALCON_RIDGE_2C_NHI, + .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, + }, { .class = PCI_CLASS_SYSTEM_OTHER << 8, .class_mask = ~0, .vendor = PCI_VENDOR_ID_INTEL,