]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/4.9.49/intel_th-pci-add-cannon-lake-pch-h-support.patch
4.9-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 4.9.49 / intel_th-pci-add-cannon-lake-pch-h-support.patch
1 From 84331e1390b6378a5129a3678c87a42c6f697d29 Mon Sep 17 00:00:00 2001
2 From: Alexander Shishkin <alexander.shishkin@linux.intel.com>
3 Date: Thu, 30 Jun 2016 16:11:13 +0300
4 Subject: intel_th: pci: Add Cannon Lake PCH-H support
5
6 From: Alexander Shishkin <alexander.shishkin@linux.intel.com>
7
8 commit 84331e1390b6378a5129a3678c87a42c6f697d29 upstream.
9
10 This adds Intel(R) Trace Hub PCI ID for Cannon Lake PCH-H.
11
12 Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
13 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14
15 ---
16 drivers/hwtracing/intel_th/pci.c | 5 +++++
17 1 file changed, 5 insertions(+)
18
19 --- a/drivers/hwtracing/intel_th/pci.c
20 +++ b/drivers/hwtracing/intel_th/pci.c
21 @@ -85,6 +85,11 @@ static const struct pci_device_id intel_
22 PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa2a6),
23 .driver_data = (kernel_ulong_t)0,
24 },
25 + {
26 + /* Cannon Lake H */
27 + PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa326),
28 + .driver_data = (kernel_ulong_t)0,
29 + },
30 { 0 },
31 };
32