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