summary refs log tree commit diff
path: root/nixos/modules/system/boot/kernel.nix
diff options
context:
space:
mode:
authorJaakko Luttinen <jaakko.luttinen@iki.fi>2018-01-06 18:57:06 +0200
committerOrivej Desh <orivej@gmx.fr>2018-01-06 17:11:30 +0000
commiteeaa82bde1b5808308517fb9260491d3edb96cad (patch)
treefd7170720fa96e19d327892b3ed9e3c2dbea80e8 /nixos/modules/system/boot/kernel.nix
parentb78c42cd4bf08b045b83913febba42faa71a1cb0 (diff)
downloadnixlib-eeaa82bde1b5808308517fb9260491d3edb96cad.tar
nixlib-eeaa82bde1b5808308517fb9260491d3edb96cad.tar.gz
nixlib-eeaa82bde1b5808308517fb9260491d3edb96cad.tar.bz2
nixlib-eeaa82bde1b5808308517fb9260491d3edb96cad.tar.lz
nixlib-eeaa82bde1b5808308517fb9260491d3edb96cad.tar.xz
nixlib-eeaa82bde1b5808308517fb9260491d3edb96cad.tar.zst
nixlib-eeaa82bde1b5808308517fb9260491d3edb96cad.zip
nixos/availableKernelModules: add logitech hid
This adds support for Logitech (wireless) USB keyboards at boot
Diffstat (limited to 'nixos/modules/system/boot/kernel.nix')
-rw-r--r--nixos/modules/system/boot/kernel.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix
index 4db9631743e3..90074a1ba77b 100644
--- a/nixos/modules/system/boot/kernel.nix
+++ b/nixos/modules/system/boot/kernel.nix
@@ -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"