Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39943
b: refs/heads/master
c: b023429
h: refs/heads/master
i:
  39941: e364eb2
  39939: f4a5e61
  39935: b6c8e1c
v: v3
  • Loading branch information
Ben Collins committed Oct 18, 2006
1 parent 7abba46 commit bf2d16f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4938d3f4f8f1ffd744fa3626df8085118aeb1d79
refs/heads/master: b023429ca30fc18b17a7b3e279b55bd652e9a989
7 changes: 7 additions & 0 deletions trunk/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 bf2d16f

Please sign in to comment.