summary refs log tree commit diff
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2018-01-06 17:15:02 +0000
committerGitHub <noreply@github.com>2018-01-06 17:15:02 +0000
commitd7d3f359ae65dbd12459c69e2a40196d005ea9c3 (patch)
treefd7170720fa96e19d327892b3ed9e3c2dbea80e8
parentb78c42cd4bf08b045b83913febba42faa71a1cb0 (diff)
parenteeaa82bde1b5808308517fb9260491d3edb96cad (diff)
downloadnixlib-d7d3f359ae65dbd12459c69e2a40196d005ea9c3.tar
nixlib-d7d3f359ae65dbd12459c69e2a40196d005ea9c3.tar.gz
nixlib-d7d3f359ae65dbd12459c69e2a40196d005ea9c3.tar.bz2
nixlib-d7d3f359ae65dbd12459c69e2a40196d005ea9c3.tar.lz
nixlib-d7d3f359ae65dbd12459c69e2a40196d005ea9c3.tar.xz
nixlib-d7d3f359ae65dbd12459c69e2a40196d005ea9c3.tar.zst
nixlib-d7d3f359ae65dbd12459c69e2a40196d005ea9c3.zip
Merge pull request #33529 from jluttine/add-logitech-usb-kb-kernel-module
nixos/availableKernelModules: add logitech hid
-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"