Browse Source

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 9 years ago
parent
commit
8d26b5661e
  1. 2
      modules.d/90kernel-modules/module-setup.sh

2
modules.d/90kernel-modules/module-setup.sh

@ -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"

Loading…
Cancel
Save