From 4c22a3c859a89f325cb1217f5b7c42798c8da5bd Mon Sep 17 00:00:00 2001 From: Lorenz Brun Date: Sat, 27 Jan 2024 02:11:57 +0100 Subject: nixos/kernel: add hid_corsair to initrd modules Same as all the other HID drivers, otherwise Corsair keyboards do not work before the switch to stage2 without custom configuration. (cherry picked from commit b8b53fdf37710b1c1b58b9a17e2649355dbee938) --- nixos/modules/system/boot/kernel.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos') diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix index a46331ccd431d..cab63032992bd 100644 --- a/nixos/modules/system/boot/kernel.nix +++ b/nixos/modules/system/boot/kernel.nix @@ -292,6 +292,7 @@ in "usbhid" "hid_generic" "hid_lenovo" "hid_apple" "hid_roccat" "hid_logitech_hidpp" "hid_logitech_dj" "hid_microsoft" "hid_cherry" + "hid_corsair" ] ++ optionals pkgs.stdenv.hostPlatform.isx86 [ # Misc. x86 keyboard stuff. -- cgit 1.4.1