Blame 0062-90kernel-modules-module-setup.sh-install-xhci-hcd.patch

Harald Hoyer 35271e
From 40913ad2199913eda4c61509348cb3f2a66d903c Mon Sep 17 00:00:00 2001
Harald Hoyer 35271e
From: Olivier Blin <dev@blino.org>
Harald Hoyer 35271e
Date: Thu, 10 May 2012 22:58:22 +0200
Harald Hoyer 35271e
Subject: [PATCH] 90kernel-modules/module-setup.sh: install xhci-hcd
Harald Hoyer 35271e
Harald Hoyer 35271e
to allow booting and using kbd devices from USB 3.0
Harald Hoyer 35271e
---
Harald Hoyer 35271e
 modules.d/90kernel-modules/module-setup.sh |    2 +-
Harald Hoyer 35271e
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer 35271e
Harald Hoyer 35271e
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
Harald Hoyer 35271e
index 26f4784..97e1de8 100755
Harald Hoyer 35271e
--- a/modules.d/90kernel-modules/module-setup.sh
Harald Hoyer 35271e
+++ b/modules.d/90kernel-modules/module-setup.sh
Harald Hoyer 35271e
@@ -36,7 +36,7 @@ installkernel() {
Harald Hoyer 35271e
         hostonly='' instmods usb_storage sdhci sdhci-pci
Harald Hoyer 35271e
 
Harald Hoyer 35271e
         # install keyboard support
Harald Hoyer 35271e
-        hostonly='' instmods atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech hid-logitech-dj hid-microsoft ehci-hcd ohci-hcd uhci-hcd
Harald Hoyer 35271e
+        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
Harald Hoyer 35271e
         # install unix socket support
Harald Hoyer 35271e
         hostonly='' instmods unix
Harald Hoyer 35271e
         instmods "=drivers/pcmcia" =ide "=drivers/usb/storage"