> Again, maybe PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_C_4C_BRIDGE? Question--- PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_C_4C_BRIDGE is defined in "drivers/thunderbolt/nhi.h" as opposed to "include/linux/pci_ids.h". It seems like the ids in "drivers/thunderbolt/nhi.h" are specifically for use within the thunderbolt driver only. Would you want me to move it into pci_ids.h so that I could use it here? Or could I ignore this suggestion? My personal inclination is that that would make more sense to do in a separate refactoring patch.