projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c29acf2
)
bcma: add PCI ID of the card found in Thinkpad X120e
author
Rafał Miłecki
<zajec5@gmail.com>
Sat, 14 May 2011 08:31:46 +0000
(10:31 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 16 May 2011 18:25:29 +0000
(14:25 -0400)
Reported-by: Gottfried Haider <gottfried.haider@gmail.com>
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/bcma/host_pci.c
patch
|
blob
|
history
diff --git
a/drivers/bcma/host_pci.c
b/drivers/bcma/host_pci.c
index 99dd36e8500b8df8706885bcc2d9dc31694e73cb..ffd8797faf4f0d3a10bcd49dbef7264e399347dd 100644
(file)
--- a/
drivers/bcma/host_pci.c
+++ b/
drivers/bcma/host_pci.c
@@
-171,6
+171,7
@@
static void bcma_host_pci_remove(struct pci_dev *dev)
}
static DEFINE_PCI_DEVICE_TABLE(bcma_pci_bridge_tbl) = {
+ { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x0576) },
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4331) },
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4353) },
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) },