Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ssb: add PCI ID 0x4351

14e4:4351 is found on a Broadcom BCM43222.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Álvaro Fernández Rojas and committed by
John W. Linville
9837baa9 0fdcaa59

+1
+1
drivers/ssb/b43_pci_bridge.c
··· 38 38 { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x432b) }, 39 39 { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x432c) }, 40 40 { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4350) }, 41 + { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4351) }, 41 42 { 0, }, 42 43 }; 43 44 MODULE_DEVICE_TABLE(pci, b43_pci_bridge_tbl);