Skip to content

Commit 9837baa

Browse files
Noltarilinvjw
authored andcommitted
ssb: add PCI ID 0x4351
14e4:4351 is found on a Broadcom BCM43222. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Signed-off-by: John W. Linville <[email protected]>
1 parent 0fdcaa5 commit 9837baa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ssb/b43_pci_bridge.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ static const struct pci_device_id b43_pci_bridge_tbl[] = {
3838
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x432b) },
3939
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x432c) },
4040
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4350) },
41+
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4351) },
4142
{ 0, },
4243
};
4344
MODULE_DEVICE_TABLE(pci, b43_pci_bridge_tbl);

0 commit comments

Comments
 (0)