|
@@ -117,6 +117,7 @@ static void mcb_pci_remove(struct pci_dev *pdev)
|
|
|
|
|
|
static const struct pci_device_id mcb_pci_tbl[] = {
|
|
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_MEN, PCI_DEVICE_ID_MEN_CHAMELEON) },
|
|
|
|
+ { PCI_DEVICE(PCI_VENDOR_ID_ALTERA, PCI_DEVICE_ID_MEN_CHAMELEON) },
|
|
{ 0 },
|
|
{ 0 },
|
|
};
|
|
};
|
|
MODULE_DEVICE_TABLE(pci, mcb_pci_tbl);
|
|
MODULE_DEVICE_TABLE(pci, mcb_pci_tbl);
|