From: Alexander Shishkin Date: Tue, 19 Sep 2017 15:47:42 +0000 (+0300) Subject: intel_th: pci: Add Lewisburg PCH support X-Git-Tag: v4.13.6~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85b56e5dc4f56c7edccf27ad749a2b63f7a409b5;p=thirdparty%2Fkernel%2Fstable.git intel_th: pci: Add Lewisburg PCH support commit 24600840c74112ad04a9ddd99d7d7f731dcaa1cb upstream. This adds Intel(R) Trace Hub PCI ID for Lewisburg PCH. Signed-off-by: Alexander Shishkin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/hwtracing/intel_th/pci.c b/drivers/hwtracing/intel_th/pci.c index da40df2ff27d2..ed6262be36431 100644 --- a/drivers/hwtracing/intel_th/pci.c +++ b/drivers/hwtracing/intel_th/pci.c @@ -90,6 +90,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x19e1), .driver_data = (kernel_ulong_t)0, }, + { + /* Lewisburg PCH */ + PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa1a6), + .driver_data = (kernel_ulong_t)0, + }, { /* Gemini Lake */ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x318e),