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

Commit 5f7aebd8 authored by Larry Finger's avatar Larry Finger Committed by John W. Linville
Browse files

p54pci: Add PCI ID for SMC2802W



The SMC2802W appears to work with p54pci.

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Tested-by: default avatarDavid Cozatt <olbrannon@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 75401849
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -43,6 +43,8 @@ static DEFINE_PCI_DEVICE_TABLE(p54p_table) = {
	{ PCI_DEVICE(0x1260, 0x3886) },
	{ PCI_DEVICE(0x1260, 0x3886) },
	/* Intersil PRISM Xbow Wireless LAN adapter (Symbol AP-300) */
	/* Intersil PRISM Xbow Wireless LAN adapter (Symbol AP-300) */
	{ PCI_DEVICE(0x1260, 0xffff) },
	{ PCI_DEVICE(0x1260, 0xffff) },
	/* Standard Microsystems Corp SMC2802W Wireless PCI */
	{ PCI_DEVICE(0x10b8, 0x2802) },
	{ },
	{ },
};
};