nixos/availableKernelModules: add cherry hid

This adds support for Cherry USB keyboards at boot.
This commit is contained in:
Luflosi 2021-02-01 18:19:40 +01:00
parent 2ec0291327
commit cfb06016e8
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -225,7 +225,7 @@ in
"xhci_pci"
"usbhid"
"hid_generic" "hid_lenovo" "hid_apple" "hid_roccat"
"hid_logitech_hidpp" "hid_logitech_dj" "hid_microsoft"
"hid_logitech_hidpp" "hid_logitech_dj" "hid_microsoft" "hid_cherry"
] ++ optionals (pkgs.stdenv.isi686 || pkgs.stdenv.isx86_64) [
# Misc. x86 keyboard stuff.