mirror of https://gitee.com/openkylin/linux.git
[igafb] Add pci dev table for module auto loading.
Signed-off-by: Ben Collins <bcollins@ubuntu.com>
This commit is contained in:
parent
4938d3f4f8
commit
b023429ca3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue