From: Harald Hoyer Date: Fri, 3 Feb 2012 11:03:36 +0000 (+0100) Subject: kernel-modules: add hid-logitech-dj to hardcoded hid devices X-Git-Tag: 015~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43a8f6133db551aaad738b742d94753b54cb90ef;p=thirdparty%2Fdracut.git kernel-modules: add hid-logitech-dj to hardcoded hid devices https://bugzilla.redhat.com/show_bug.cgi?id=786303 --- diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh index 88f0e2d49..74ae25f5e 100755 --- a/modules.d/90kernel-modules/module-setup.sh +++ b/modules.d/90kernel-modules/module-setup.sh @@ -36,7 +36,7 @@ installkernel() { hostonly='' instmods usb_storage sdhci sdhci-pci # install keyboard support - hostonly='' instmods atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech hid-microsoft ehci-hcd ohci-hcd uhci-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 # install unix socket support hostonly='' instmods unix instmods "=drivers/pcmcia" =ide "=drivers/usb/storage"