Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b023429c authored by Ben Collins's avatar Ben Collins
Browse files

[igafb] Add pci dev table for module auto loading.



Signed-off-by: default avatarBen Collins <bcollins@ubuntu.com>
parent 4938d3f4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -573,3 +573,10 @@ int __init igafb_setup(char *options)

module_init(igafb_init);
MODULE_LICENSE("GPL");
static struct pci_device_id igafb_pci_tbl[] __devinitdata = {
	{ PCI_VENDOR_ID_INTERG, PCI_DEVICE_ID_INTERG_1682,
	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
	{ }
};

MODULE_DEVICE_TABLE(pci, igafb_pci_tbl);