Skip to content

Commit eb98d15

Browse files
virtuosogregkh
authored andcommitted
intel_th: pci: Add Cannon Lake PCH-H support
commit 84331e1390b6378a5129a3678c87a42c6f697d29 upstream. This adds Intel(R) Trace Hub PCI ID for Cannon Lake PCH-H. Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1875ed8 commit eb98d15

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • drivers/hwtracing/intel_th

drivers/hwtracing/intel_th/pci.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
7272
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa2a6),
7373
.driver_data = (kernel_ulong_t)0,
7474
},
75+
{
76+
/* Cannon Lake H */
77+
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa326),
78+
.driver_data = (kernel_ulong_t)0,
79+
},
7580
{ 0 },
7681
};
7782

0 commit comments

Comments
 (0)