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.
master
Harald Hoyer 2015-12-09 14:14:46 +01:00
parent ce9a398771
commit 8d26b5661e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ installkernel() {
uhci-hcd \ uhci-hcd \
xhci-hcd xhci-pci xhci-plat-hcd xhci-hcd xhci-pci xhci-plat-hcd


instmods \ hostonly='' instmods \
"=drivers/hid" \ "=drivers/hid" \
"=drivers/input/serio" \ "=drivers/input/serio" \
"=drivers/input/keyboard" "=drivers/input/keyboard"