From e88281edd4b4496600f2ab423ee2a2363a5e27f7 Mon Sep 17 00:00:00 2001 From: Tomas Winkler Date: Tue, 18 Nov 2014 00:13:21 +0200 Subject: [PATCH] mei: txe: add cherrytrail device id Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- drivers/misc/mei/pci-txe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/misc/mei/pci-txe.c b/drivers/misc/mei/pci-txe.c index bee1c6fb7e75..1b1a6e558c1c 100644 --- a/drivers/misc/mei/pci-txe.c +++ b/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, } }; -- 2.34.1