You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
390 B
11 lines
390 B
12 years ago
|
--- a/drivers/ssb/b43_pci_bridge.c
|
||
|
+++ b/drivers/ssb/b43_pci_bridge.c
|
||
|
@@ -37,6 +37,7 @@ static const struct pci_device_id b43_pc
|
||
|
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4329) },
|
||
|
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x432b) },
|
||
|
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x432c) },
|
||
|
+ { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4350) },
|
||
|
{ 0, },
|
||
|
};
|
||
|
MODULE_DEVICE_TABLE(pci, b43_pci_bridge_tbl);
|