Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9837baa9 authored by Álvaro Fernández Rojas's avatar Álvaro Fernández Rojas Committed by John W. Linville
Browse files

ssb: add PCI ID 0x4351



14e4:4351 is found on a Broadcom BCM43222.

Signed-off-by: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 0fdcaa59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ static const struct pci_device_id b43_pci_bridge_tbl[] = {
	{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x432b) },
	{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x432c) },
	{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4350) },
	{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4351) },
	{ 0, },
};
MODULE_DEVICE_TABLE(pci, b43_pci_bridge_tbl);