Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/patjak/facetimehd
Browse files Browse the repository at this point in the history
  • Loading branch information
whitty committed Mar 3, 2025
2 parents 624e48b + 45b9a2c commit fb8b0a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fthd_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ static struct pci_driver fthd_pci_driver = {
.name = KBUILD_MODNAME,
.probe = fthd_pci_probe,
.remove = fthd_pci_remove,
.shutdown = fthd_pci_remove,
.id_table = fthd_pci_id_table,
#ifdef CONFIG_PM
.suspend = fthd_pci_suspend,
Expand Down

0 comments on commit fb8b0a1

Please sign in to comment.