From 5a4614dc1f3c71237d41562b0cb7f76cf7e2fa39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Fri, 13 Feb 2015 01:42:13 +0100 Subject: [PATCH] Add hid_lenovo to initrd kernel modules --- nixos/modules/system/boot/kernel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix index ff0c6ac3bee..0cae9cb844c 100644 --- a/nixos/modules/system/boot/kernel.nix +++ b/nixos/modules/system/boot/kernel.nix @@ -195,7 +195,7 @@ in "xhci_hcd" "xhci_pci" "usbhid" - "hid_generic" + "hid_generic" "hid_lenovo" "hid_apple" "hid_logitech_dj" "hid_lenovo_tpkbd" "hid_roccat" # Unix domain sockets (needed by udev).