Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mei: txe: add cherrytrail device id

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tomas Winkler and committed by
Greg Kroah-Hartman
e88281ed 18caeb70

+1
+1
drivers/misc/mei/pci-txe.c
··· 37 37 38 38 static const struct pci_device_id mei_txe_pci_tbl[] = { 39 39 {PCI_VDEVICE(INTEL, 0x0F18)}, /* Baytrail */ 40 + {PCI_VDEVICE(INTEL, 0x2298)}, /* Cherrytrail */ 40 41 41 42 {0, } 42 43 };