mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 11:02:31 +02:00
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:
@@ -541,6 +541,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");
|
||||
|
||||
Reference in New Issue
Block a user