From: Rafał Miłecki Date: Sat, 14 May 2011 08:31:46 +0000 (+0200) Subject: bcma: add PCI ID of the card found in Thinkpad X120e X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9594b56dbed8cecc4694ed2ab7cf36c66623910e;p=deliverable%2Flinux.git bcma: add PCI ID of the card found in Thinkpad X120e Reported-by: Gottfried Haider Signed-off-by: Rafał Miłecki Signed-off-by: John W. Linville --- diff --git a/drivers/bcma/host_pci.c b/drivers/bcma/host_pci.c index 99dd36e8500b..ffd8797faf4f 100644 --- 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) },