projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18caeb7
)
mei: txe: add cherrytrail device id
author
Tomas Winkler
<tomas.winkler@intel.com>
Mon, 17 Nov 2014 22:13:21 +0000
(
00:13
+0200)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/misc/mei/pci-txe.c
b/drivers/misc/mei/pci-txe.c
index bee1c6fb7e75c3e04d094d4ddb801e9dabab7234..1b1a6e558c1ce27f5b3968a4d8f5c3654f8a81cd 100644
(file)
--- 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, }
};