From: Larry Finger Date: Sun, 1 Aug 2010 20:40:04 +0000 (-0500) Subject: p54pci: Add PCI ID for SMC2802W X-Git-Tag: v2.6.36-rc1~43^2~34^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f7aebd845a9d2ed42f36b7333579ec3534b4713;p=profile%2Fivi%2Fkernel-x86-ivi.git p54pci: Add PCI ID for SMC2802W The SMC2802W appears to work with p54pci. Signed-off-by: Larry Finger Tested-by: David Cozatt Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/p54/p54pci.c b/drivers/net/wireless/p54/p54pci.c index 822f8dc..71a101f 100644 --- 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) }, { }, };