* [PATCH 2.6.35 V2] p54pci: add Symbol AP-300 minipci adapters pciid
@ 2010-06-13 12:22 Christian Lamparter
0 siblings, 0 replies; only message in thread
From: Christian Lamparter @ 2010-06-13 12:22 UTC (permalink / raw)
To: linux-wireless; +Cc: Joerg Albert, John W Linville
From: Joerg Albert <jal2@gmx.de>
Cc: stable@kernel.org
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
---
> On Sunday 13 June 2010, Joerg Albert wrote:
>
> BTW, the 2.4 GHz card in the AP-300 has the same id
---
diff --git a/drivers/net/wireless/p54/p54pci.c b/drivers/net/wireless/p54/p54pci.c
index 791e2ae..4357e69 100644
--- a/drivers/net/wireless/p54/p54pci.c
+++ b/drivers/net/wireless/p54/p54pci.c
@@ -42,6 +42,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) },
{ },
};
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-13 12:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-13 12:22 [PATCH 2.6.35 V2] p54pci: add Symbol AP-300 minipci adapters pciid Christian Lamparter
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.