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
parent
ce9a398771
commit
8d26b5661e
|
@ -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…
Reference in New Issue