27 lines
954 B
Diff
27 lines
954 B
Diff
|
From 8d26b5661ea2fd9fb41c83048b7590e44b1c95df Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Wed, 9 Dec 2015 14:14:46 +0100
|
||
|
Subject: [PATCH] kernel-modules: include all HID driver in hostonly mode
|
||
|
|
||
|
If a kernel is updated in the undocked state and later on docked, some
|
||
|
keyboard modules can be missing.
|
||
|
|
||
|
Thus include all HID drivers.
|
||
|
---
|
||
|
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 41bf37d..c5f2397 100755
|
||
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
||
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
||
|
@@ -41,7 +41,7 @@ installkernel() {
|
||
|
uhci-hcd \
|
||
|
xhci-hcd xhci-pci xhci-plat-hcd
|
||
|
|
||
|
- instmods \
|
||
|
+ hostonly='' instmods \
|
||
|
"=drivers/hid" \
|
||
|
"=drivers/input/serio" \
|
||
|
"=drivers/input/keyboard"
|