diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2011-06-17 07:15:23 -0400 |
---|---|---|
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) |
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) = { | |||
226 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x0576) }, | 226 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x0576) }, |
227 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4331) }, | 227 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4331) }, |
228 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4353) }, | 228 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4353) }, |
229 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4357) }, | ||
229 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) }, | 230 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) }, |
230 | { 0, }, | 231 | { 0, }, |
231 | }; | 232 | }; |