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: 2abe2b2cdad2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9a6d5a8b1548
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 23, 2019

  1. linux: Enable KEYBOARD_APPLESPI

    This is available for 5.3+ and enables support for
    Apple trackpads and keyboards
    
    Closes #71552
    NeQuissimus committed Oct 23, 2019
    Copy the full SHA
    0973f67 View commit details

Commits on Oct 25, 2019

  1. Merge pull request #71812 from NeQuissimus/applespi

    linux: Enable KEYBOARD_APPLESPI
    globin authored Oct 25, 2019
    Copy the full SHA
    9a6d5a8 View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 pkgs/os-specific/linux/kernel/common-config.nix
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Original file line number Diff line number Diff line change
@@ -654,6 +654,8 @@ let
JOYSTICK_XPAD_FF = option yes; # X-Box gamepad rumble support
JOYSTICK_XPAD_LEDS = option yes; # LED Support for Xbox360 controller 'BigX' LED

KEYBOARD_APPLESPI = whenAtLeast "5.3" module;

KEXEC_FILE = option yes;
KEXEC_JUMP = option yes;