We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6395e4 commit 7debf54Copy full SHA for 7debf54
modules.d/90kernel-modules/module-setup.sh
@@ -35,13 +35,14 @@ installkernel() {
35
36
if [[ -z $drivers ]]; then
37
hostonly='' instmods \
38
- hid_generic unix \
+ hid_generic unix
39
+
40
+ hostonly=$(optional_hostonly) instmods \
41
ehci-hcd ehci-pci ehci-platform \
42
ohci-hcd ohci-pci \
43
uhci-hcd \
- xhci-hcd xhci-pci xhci-plat-hcd
-
44
- hostonly=$(optional_hostonly) instmods \
+ usbhid \
45
+ xhci-hcd xhci-pci xhci-plat-hcd \
46
"=drivers/hid" \
47
"=drivers/tty/serial" \
48
"=drivers/input/serio" \
@@ -54,7 +55,7 @@ installkernel() {
54
55
56
instmods \
57
yenta_socket \
- atkbd i8042 usbhid firewire-ohci pcmcia hv-vmbus \
58
+ atkbd i8042 firewire-ohci pcmcia hv-vmbus \
59
virtio virtio_ring virtio_pci pci_hyperv \
60
"=drivers/pcmcia"
61
0 commit comments