]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
90kernel-modules/module-setup.sh: install xhci-hcd
authorOlivier Blin <dev@blino.org>
Thu, 10 May 2012 20:58:22 +0000 (22:58 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 16 May 2012 09:43:25 +0000 (11:43 +0200)
to allow booting and using kbd devices from USB 3.0

modules.d/90kernel-modules/module-setup.sh

index 26f47844d9718707b88176998eb8a36e9fdd7435..97e1de8369f4cdd3e853f742c8d82b682628bc63 100755 (executable)
@@ -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-logitech-dj 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 xhci-hcd
         # install unix socket support
         hostonly='' instmods unix
         instmods "=drivers/pcmcia" =ide "=drivers/usb/storage"