linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bcma: add PCI ID for spromless BCM43227
@ 2014-08-23 10:22 Hauke Mehrtens
  2014-08-23 13:39 ` Rafał Miłecki
  0 siblings, 1 reply; 4+ messages in thread
From: Hauke Mehrtens @ 2014-08-23 10:22 UTC (permalink / raw)
  To: linville, linux-wireless; +Cc: zajec5, Hauke Mehrtens

This adds the PCI ID a BCM43227 without a sprom.
This devices was found on a Netgear R6250 attached to a BCM4708 ARM SoC.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 drivers/bcma/host_pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bcma/host_pci.c b/drivers/bcma/host_pci.c
index 294a7dd..42fcd6d 100644
--- a/drivers/bcma/host_pci.c
+++ b/drivers/bcma/host_pci.c
@@ -282,6 +282,7 @@ static const struct pci_device_id bcma_pci_bridge_tbl[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x43a9) },
 	{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x43aa) },
 	{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) },
+	{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 43227) },
 	{ 0, },
 };
 MODULE_DEVICE_TABLE(pci, bcma_pci_bridge_tbl);
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-23 14:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-23 10:22 [PATCH] bcma: add PCI ID for spromless BCM43227 Hauke Mehrtens
2014-08-23 13:39 ` Rafał Miłecki
2014-08-23 13:42   ` Hauke Mehrtens
2014-08-23 14:51   ` Larry Finger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).