mcb: Add Altera PCI ID to mcb-pci
authorJohannes Thumshirn <jthumshirn@suse.de>
Mon, 12 Mar 2018 09:41:19 +0000 (10:41 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 19 Mar 2018 19:20:24 +0000 (14:20 -0500)
Some older PCI-attached MEN FPGAs use an Altera PCI Vendor ID instead of
the MEN one. Add it to the PCI ID table so the driver automatically
attaches to it.

Reported-by: Ben Turner <ben.turner@21net.com>
Tested-by: Ben Turner <ben.turner@21net.com>
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: Andreas Geißler <andreas.geissler@men.de>
drivers/mcb/mcb-pci.c

index af4d2f26f1c620a9cd0cd600739fd22e2aaee16a..c2d69e33bf2bfc1d16780f90802bf4695f699013 100644 (file)
@@ -117,6 +117,7 @@ static void mcb_pci_remove(struct pci_dev *pdev)
 
 static const struct pci_device_id mcb_pci_tbl[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_MEN, PCI_DEVICE_ID_MEN_CHAMELEON) },
+       { PCI_DEVICE(PCI_VENDOR_ID_ALTERA, PCI_DEVICE_ID_MEN_CHAMELEON) },
        { 0 },
 };
 MODULE_DEVICE_TABLE(pci, mcb_pci_tbl);