35271e26a2
- new upstream version
24 lines
1.2 KiB
Diff
24 lines
1.2 KiB
Diff
From 40913ad2199913eda4c61509348cb3f2a66d903c Mon Sep 17 00:00:00 2001
|
|
From: Olivier Blin <dev@blino.org>
|
|
Date: Thu, 10 May 2012 22:58:22 +0200
|
|
Subject: [PATCH] 90kernel-modules/module-setup.sh: install xhci-hcd
|
|
|
|
to allow booting and using kbd devices from USB 3.0
|
|
---
|
|
modules.d/90kernel-modules/module-setup.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
|
index 26f4784..97e1de8 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-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"
|