Skip to content

Commit

Permalink
[igafb] Add pci dev table for module auto loading.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins committed Oct 18, 2006
1 parent 4938d3f commit b023429
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/video/igafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit b023429

Please sign in to comment.