| 1 | From 699c57a18b40ffbe1763915acdc1a3e4fb539d01 Mon Sep 17 00:00:00 2001 |
| 2 | From: Hauke Mehrtens <hauke@hauke-m.de> |
| 3 | Date: Fri, 13 Jan 2012 17:42:15 +0100 |
| 4 | Subject: [PATCH 29/32] bcma: add new PCI ID |
| 5 | |
| 6 | This ID was found on the PCIe wireless card on the board of a Netgear |
| 7 | WNDR3400 using a bcm4716. The device with this ID is identified by b43 |
| 8 | as "Broadcom 43224 WLAN". |
| 9 | |
| 10 | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> |
| 11 | --- |
| 12 | drivers/bcma/host_pci.c | 1 + |
| 13 | 1 files changed, 1 insertions(+), 0 deletions(-) |
| 14 | |
| 15 | --- a/drivers/bcma/host_pci.c |
| 16 | +++ b/drivers/bcma/host_pci.c |
| 17 | @@ -278,6 +278,7 @@ static DEFINE_PCI_DEVICE_TABLE(bcma_pci_ |
| 18 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4353) }, |
| 19 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4357) }, |
| 20 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) }, |
| 21 | + { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0xa8d8) }, |
| 22 | { 0, }, |
| 23 | }; |
| 24 | MODULE_DEVICE_TABLE(pci, bcma_pci_bridge_tbl); |
| 25 | |