]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
p54pci: add Symbol AP-300 minipci adapters pciid
authorJoerg Albert <jal2@gmx.de>
Sun, 13 Jun 2010 12:22:23 +0000 (14:22 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 2 Aug 2010 17:26:32 +0000 (10:26 -0700)
commit 50900f1698f68127e54c67fdfe829e4a97b1be2b upstream.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/p54/p54pci.c

index 41d33cde97c0f1584da844b60984ac3e89fcdac7..7ff033e124ae9b0ca60bbb259a8ff7339ef01df3 100644 (file)
@@ -40,6 +40,8 @@ static struct pci_device_id p54p_table[] __devinitdata = {
        { 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) },
        { },
 };