projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13deb23
)
p54pci: add Symbol AP-300 minipci adapters pciid
author
Joerg Albert
<jal2@gmx.de>
Sun, 13 Jun 2010 12:22:23 +0000
(14:22 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 14 Jun 2010 19:05:06 +0000
(15:05 -0400)
Cc: stable@kernel.org
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/p54/p54pci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/p54/p54pci.c
b/drivers/net/wireless/p54/p54pci.c
index 07c4528f6e6b895d59e2cddc3fd30edcf80cb000..a5ea89cde8c43a9c837018459e9f689a83162e1e 100644
(file)
--- a/
drivers/net/wireless/p54/p54pci.c
+++ b/
drivers/net/wireless/p54/p54pci.c
@@
-41,6
+41,8
@@
static DEFINE_PCI_DEVICE_TABLE(p54p_table) = {
{ PCI_DEVICE(0x1260, 0x3877) },
/* Intersil PRISM Javelin/Xbow Wireless LAN adapter */
{ PCI_DEVICE(0x1260, 0x3886) },
+ /* Intersil PRISM Xbow Wireless LAN adapter (Symbol AP-300) */
+ { PCI_DEVICE(0x1260, 0xffff) },
{ },
};