OSDN Git Service

mei: txe: add cherrytrail device id
authorTomas Winkler <tomas.winkler@intel.com>
Mon, 17 Nov 2014 22:13:21 +0000 (00:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Nov 2014 03:06:41 +0000 (19:06 -0800)
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/pci-txe.c

index bee1c6f..1b1a6e5 100644 (file)
@@ -37,6 +37,7 @@
 
 static const struct pci_device_id mei_txe_pci_tbl[] = {
        {PCI_VDEVICE(INTEL, 0x0F18)}, /* Baytrail */
+       {PCI_VDEVICE(INTEL, 0x2298)}, /* Cherrytrail */
 
        {0, }
 };