Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b4e072163c76
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1fd1c2ad880d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 29, 2020

  1. nixos/availableKernelModules: add microsoft hid

    This adds support for Microsoft USB keyboards at boot.
    KamilaBorowska committed Aug 29, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    mweinelt Martin Weinelt
    Copy the full SHA
    bcc93f0 View commit details

Commits on Nov 5, 2020

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

    nixos/availableKernelModules: add microsoft hid
    timokau authored Nov 5, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    mweinelt Martin Weinelt
    Copy the full SHA
    1fd1c2a View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 nixos/modules/system/boot/kernel.nix
2 changes: 1 addition & 1 deletion nixos/modules/system/boot/kernel.nix
Original file line number Diff line number Diff line change
@@ -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.