From bf2d16fb163789145416c4b69816a4754e1c5d83 Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Wed, 18 Oct 2006 08:50:49 -0400 Subject: [PATCH] --- yaml --- r: 39943 b: refs/heads/master c: b023429ca30fc18b17a7b3e279b55bd652e9a989 h: refs/heads/master i: 39941: e364eb2e35eb55c9427e3895d62bc370ad40773f 39939: f4a5e617b0ec5ea56c058ab05ba21159e7763364 39935: b6c8e1c1af01857c4703b74ccc9f998722120c20 v: v3 --- [refs] | 2 +- trunk/drivers/video/igafb.c | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1d2e6e95fff2..8407d7faadce 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4938d3f4f8f1ffd744fa3626df8085118aeb1d79 +refs/heads/master: b023429ca30fc18b17a7b3e279b55bd652e9a989 diff --git a/trunk/drivers/video/igafb.c b/trunk/drivers/video/igafb.c index 67f384f86758..e6df492c22a5 100644 --- a/trunk/drivers/video/igafb.c +++ b/trunk/drivers/video/igafb.c @@ -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);