From 180e9d78516fb4b2ee5baef44521007a860d4dd2 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 23 Apr 2015 13:46:52 +0200 Subject: [PATCH] kernel-modules: install all HID drivers Instead of hardcoding a list of useful drivers, which has to be curated all the time, just include all HID drivers. --- modules.d/90kernel-modules/module-setup.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh index a7b08536d..6e2fd7413 100755 --- a/modules.d/90kernel-modules/module-setup.sh +++ b/modules.d/90kernel-modules/module-setup.sh @@ -41,10 +41,13 @@ installkernel() { uhci-hcd \ xhci-hcd xhci-pci xhci-plat-hcd + instmods \ + "=drivers/hid" \ + "=drivers/input/serio" \ + "=drivers/input/keyboard" + instmods yenta_socket scsi_dh_rdac scsi_dh_emc scsi_dh_alua \ - atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \ - hid-logitech-dj hid-microsoft hid-lcpower firewire-ohci \ - pcmcia hid-hyperv hv-vmbus hyperv-keyboard + atkbd i8042 usbhid firewire-ohci pcmcia hv-vmbus if [[ "$(uname -p)" == arm* ]]; then # arm specific modules -- 2.47.3