diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-05-09 18:22:46 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-05-16 12:46:37 -0400 |
commit | 8ec57228c37b2c98c2bf23093b4bd28d8c2708e5 (patch) | |
tree | 1f38ccd10f5642db2762500d2dcbb0380e0e16b6 /drivers/ssb | |
parent | ee70108fa2a7688dc67bfedaeb0c8c46a221effb (diff) |
ssb: add PCI IDs 0x4322 and 43222
The 0x4322 ID is found on the BCM4322 used on some SoCs like the
Linksys WRT610N V1 connected to a BCM4705. The 43222 (0xa8d6) ID
is found on the BCM43222 used on some other SoCs like the D-Link
DSL-2760U connected to a BCM63xx.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/ssb')
-rw-r--r-- | drivers/ssb/b43_pci_bridge.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ssb/b43_pci_bridge.c b/drivers/ssb/b43_pci_bridge.c index bad7ba517a1c..f551e5376147 100644 --- a/drivers/ssb/b43_pci_bridge.c +++ b/drivers/ssb/b43_pci_bridge.c | |||
@@ -29,6 +29,8 @@ static const struct pci_device_id b43_pci_bridge_tbl[] = { | |||
29 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4319) }, | 29 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4319) }, |
30 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4320) }, | 30 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4320) }, |
31 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4321) }, | 31 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4321) }, |
32 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4322) }, | ||
33 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 43222) }, | ||
32 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4324) }, | 34 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4324) }, |
33 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4325) }, | 35 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4325) }, |
34 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4328) }, | 36 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4328) }, |