Merge pull request #96639 from xfix/support-microsoft-usb-keyboards

nixos/availableKernelModules: add microsoft hid
This commit is contained in:
Timo Kaufmann 2020-11-05 20:33:49 +01:00 committed by GitHub
commit 1fd1c2ad88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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