瀏覽代碼

mei: txe: add cherrytrail device id

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Tomas Winkler 11 年之前
父節點
當前提交
e88281edd4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/misc/mei/pci-txe.c

+ 1 - 0
drivers/misc/mei/pci-txe.c

@@ -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, }
 };