aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hwtracing/intel_th/pci.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hwtracing/intel_th/pci.c b/drivers/hwtracing/intel_th/pci.c
index 1cf6290d6435..70f2cb90adc5 100644
--- a/drivers/hwtracing/intel_th/pci.c
+++ b/drivers/hwtracing/intel_th/pci.c
@@ -165,6 +165,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
165 PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x34a6), 165 PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x34a6),
166 .driver_data = (kernel_ulong_t)&intel_th_2x, 166 .driver_data = (kernel_ulong_t)&intel_th_2x,
167 }, 167 },
168 {
169 /* Comet Lake */
170 PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x02a6),
171 .driver_data = (kernel_ulong_t)&intel_th_2x,
172 },
168 { 0 }, 173 { 0 },
169}; 174};
170 175