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:
7540184
)
p54pci: Add PCI ID for SMC2802W
author
Larry Finger
<Larry.Finger@lwfinger.net>
Sun, 1 Aug 2010 20:40:04 +0000
(15:40 -0500)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 4 Aug 2010 19:27:38 +0000
(15:27 -0400)
The SMC2802W appears to work with p54pci.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Tested-by: David Cozatt <olbrannon@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/p54/p54pci.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/p54/p54pci.c
b/drivers/net/wireless/p54/p54pci.c
index 822f8dc26e9c051d3b9ee34e79ef715b0f204067..71a101fb2e4ecad6639d9e878fcdac3e68224f34 100644
(file)
--- a/
drivers/net/wireless/p54/p54pci.c
+++ b/
drivers/net/wireless/p54/p54pci.c
@@
-43,6
+43,8
@@
static DEFINE_PCI_DEVICE_TABLE(p54p_table) = {
{ PCI_DEVICE(0x1260, 0x3886) },
/* Intersil PRISM Xbow Wireless LAN adapter (Symbol AP-300) */
{ PCI_DEVICE(0x1260, 0xffff) },
+ /* Standard Microsystems Corp SMC2802W Wireless PCI */
+ { PCI_DEVICE(0x10b8, 0x2802) },
{ },
};