Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e88281ed authored by Tomas Winkler's avatar Tomas Winkler Committed by Greg Kroah-Hartman
Browse files

mei: txe: add cherrytrail device id

parent 18caeb70
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -37,6 +37,7 @@


static const struct pci_device_id mei_txe_pci_tbl[] = {
static const struct pci_device_id mei_txe_pci_tbl[] = {
	{PCI_VDEVICE(INTEL, 0x0F18)}, /* Baytrail */
	{PCI_VDEVICE(INTEL, 0x0F18)}, /* Baytrail */
	{PCI_VDEVICE(INTEL, 0x2298)}, /* Cherrytrail */


	{0, }
	{0, }
};
};