Specify module device table

Makes the driver automatically load when hardware is detected. This
should have been done a long time ago. Ooops.

Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
This commit is contained in:
Patrik Jakobsson
2021-11-16 13:07:34 +01:00
parent f85a6041af
commit 8431504df5

View File

@@ -547,6 +547,7 @@ static struct pci_driver fthd_pci_driver = {
module_pci_driver(fthd_pci_driver);
MODULE_DEVICE_TABLE(pci, fthd_pci_id_table);
MODULE_AUTHOR("Patrik Jakobsson <patrik.r.jakobsson@gmail.com>");
MODULE_DESCRIPTION("FacetimeHD camera driver");
MODULE_LICENSE("GPL");