Merge pull request #33529 from jluttine/add-logitech-usb-kb-kernel-module

nixos/availableKernelModules: add logitech hid
This commit is contained in:
Orivej Desh 2018-01-06 17:15:02 +00:00 committed by GitHub
commit d7d3f359ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,7 +197,7 @@ in
"mmc_block"
# Support USB keyboards, in case the boot fails and we only have
# a USB keyboard.
# a USB keyboard, or for LUKS passphrase prompt.
"uhci_hcd"
"ehci_hcd"
"ehci_pci"
@ -206,7 +206,7 @@ in
"xhci_hcd"
"xhci_pci"
"usbhid"
"hid_generic" "hid_lenovo" "hid_apple" "hid_roccat"
"hid_generic" "hid_lenovo" "hid_apple" "hid_roccat" "hid_logitech_hidpp"
# Misc. keyboard stuff.
"pcips2" "atkbd" "i8042"