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.master
parent
d3d52b20e9
commit
180e9d7851
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue