Skip to content

Commit c800964

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

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
@@ -67,6 +67,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
6767
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa126),
6868
.driver_data = (kernel_ulong_t)0,
6969
},
70+
{
71+
/* Kaby Lake PCH-H */
72+
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa2a6),
73+
.driver_data = (kernel_ulong_t)0,
74+
},
7075
{ 0 },
7176
};
7277

0 commit comments

Comments
 (0)