Skip to content

Commit

Permalink
Merge #33529: nixos/availableKernelModules: add logitech hid
Browse files Browse the repository at this point in the history
(cherry picked from commit d7d3f35)
  • Loading branch information
orivej authored and vcunat committed Jan 14, 2018
1 parent c78b6cb commit a14448d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/system/boot/kernel.nix
Expand Up @@ -202,7 +202,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"
Expand All @@ -211,7 +211,7 @@ in
"xhci_hcd"
"xhci_pci"
"usbhid"
"hid_generic" "hid_lenovo"
"hid_generic" "hid_lenovo" "hid_logitech_hidpp"
"hid_apple" "hid_logitech_dj" "hid_lenovo_tpkbd" "hid_roccat"

# Misc. keyboard stuff.
Expand Down

0 comments on commit a14448d

Please sign in to comment.