From: Harald Hoyer Date: Thu, 12 Jul 2012 08:20:28 +0000 (+0200) Subject: kernel-modules/module-setup.sh: add hid_generic to kernel modules X-Git-Tag: 021~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ddc789f5aa1878a51db1c74b0d3503c3df35c1e;p=thirdparty%2Fdracut.git kernel-modules/module-setup.sh: add hid_generic to kernel modules --- diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh index 1744e534d..f309de8b1 100755 --- a/modules.d/90kernel-modules/module-setup.sh +++ b/modules.d/90kernel-modules/module-setup.sh @@ -43,7 +43,7 @@ installkernel() { hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm sdhci_dove ahci_platform pata_imx sata_mv # install keyboard support - hostonly='' instmods atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech hid-logitech-dj hid-microsoft ehci-hcd ohci-hcd uhci-hcd xhci-hcd + hostonly='' instmods atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech hid-logitech-dj hid-microsoft ehci-hcd ohci-hcd uhci-hcd xhci-hcd hid_generic # install unix socket support hostonly='' instmods unix instmods "=drivers/pcmcia" =ide "=drivers/usb/storage"