Skip to content

Commit

Permalink
Add MODULE_FIRMWARE macro
Browse files Browse the repository at this point in the history
This should help dracut to understand that the firmware is also needed
if the module is put into initrd.

Signed-off-by: Patrik Jakobsson <[email protected]>
  • Loading branch information
patjak committed Jun 5, 2024
1 parent b1f7424 commit d47bb25
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 @@ -551,6 +551,7 @@ static struct pci_driver fthd_pci_driver = {

module_pci_driver(fthd_pci_driver);

MODULE_FIRMWARE("facetimehd/firmware.bin");
MODULE_DEVICE_TABLE(pci, fthd_pci_id_table);
MODULE_AUTHOR("Patrik Jakobsson <[email protected]>");
MODULE_DESCRIPTION("FacetimeHD camera driver");
Expand Down

0 comments on commit d47bb25

Please sign in to comment.