diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-07-15 13:44:28 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-07-18 13:45:24 -0400 |
commit | d1d3799fcb1037357b54be44e796a6253484268e (patch) | |
tree | 957501ae3cf46de30991dd738bb515b71426e722 /drivers/bcma/host_pci.c | |
parent | d8aef3239e7d6a1bd550014ac766e5ec11c63ea9 (diff) |
bcma: add support for BCM43217 found in Tenda W322E (14e4:43a9)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma/host_pci.c')
-rw-r--r-- | drivers/bcma/host_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bcma/host_pci.c b/drivers/bcma/host_pci.c index e333305363aa..3cf725a49dc1 100644 --- a/drivers/bcma/host_pci.c +++ b/drivers/bcma/host_pci.c | |||
@@ -279,6 +279,7 @@ static const struct pci_device_id bcma_pci_bridge_tbl[] = { | |||
279 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4358) }, | 279 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4358) }, |
280 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4359) }, | 280 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4359) }, |
281 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4365) }, | 281 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4365) }, |
282 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x43a9) }, | ||
282 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) }, | 283 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) }, |
283 | { 0, }, | 284 | { 0, }, |
284 | }; | 285 | }; |