diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2011-06-17 13:15:23 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-20 15:34:18 -0400 |
commit | 91fa4b0a6b92ebef3d5e26b709faf62a3b44beb0 (patch) | |
tree | c85b6edd20025c1b7bd0b7768caee9d6e2abeba7 /drivers/bcma/host_pci.c | |
parent | 0e44d48cbb010db492a27302b247049d5d43e065 (diff) | |
download | blackbird-op-linux-91fa4b0a6b92ebef3d5e26b709faf62a3b44beb0.tar.gz blackbird-op-linux-91fa4b0a6b92ebef3d5e26b709faf62a3b44beb0.zip |
bcma: enable support for 14e4:4357 (BCM43225)
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 279bf50f6d8e..c4b313afb9cc 100644 --- a/drivers/bcma/host_pci.c +++ b/drivers/bcma/host_pci.c @@ -226,6 +226,7 @@ static DEFINE_PCI_DEVICE_TABLE(bcma_pci_bridge_tbl) = { { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x0576) }, { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4331) }, { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4353) }, + { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4357) }, { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) }, { 0, }, }; |