Skip to content

Commit

Permalink
Add 'usbhid' to the list of default modules
Browse files Browse the repository at this point in the history
Closes #206
  • Loading branch information
anatol committed Feb 15, 2023
1 parent e2d144d commit 7cab980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var defaultModulesList = []string{
"kernel/drivers/hid/",
"kernel/drivers/ata/",
"kernel/drivers/scsi/",
"hid_generic", "sd_mod", "ahci",
"hid_generic", "usbhid", "sd_mod", "ahci",
"sdhci", "sdhci_acpi", "sdhci_pci", "mmc_block", // mmc
"nvme", "usb_storage", "uas",
"efivarfs",
Expand Down

0 comments on commit 7cab980

Please sign in to comment.