We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961b6ff commit 164eb56Copy full SHA for 164eb56
drivers/hwtracing/intel_th/pci.c
@@ -164,6 +164,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
164
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa1a6),
165
.driver_data = (kernel_ulong_t)0,
166
},
167
+ {
168
+ /* Lewisburg PCH */
169
+ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa226),
170
+ .driver_data = (kernel_ulong_t)0,
171
+ },
172
{
173
/* Gemini Lake */
174
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x318e),
0 commit comments