Root/target/linux/brcm47xx/patches-3.2/0042-bcma-add-new-PCI-ID.patch

1From 699c57a18b40ffbe1763915acdc1a3e4fb539d01 Mon Sep 17 00:00:00 2001
2From: Hauke Mehrtens <hauke@hauke-m.de>
3Date: Fri, 13 Jan 2012 17:42:15 +0100
4Subject: [PATCH 29/32] bcma: add new PCI ID
5
6This ID was found on the PCIe wireless card on the board of a Netgear
7WNDR3400 using a bcm4716. The device with this ID is identified by b43
8as "Broadcom 43224 WLAN".
9
10Signed-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

Archive Download this file



interactive