提交 b023429c 编写于 作者: B Ben Collins

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

Signed-off-by: NBen Collins <bcollins@ubuntu.com>
上级 4938d3f4
...@@ -573,3 +573,10 @@ int __init igafb_setup(char *options) ...@@ -573,3 +573,10 @@ int __init igafb_setup(char *options)
module_init(igafb_init); module_init(igafb_init);
MODULE_LICENSE("GPL"); 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);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册