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

Commits on Sep 4, 2019

  1. thinkpad/x250: add acpi_call

    This kernel module is needed to, for example, support tlp's
    
      - `START_CHARGE_THRESH_BAT?` and
      - `STOP_CHARGE_THRESH_BAT?`
    
    options.
    rycee committed Sep 4, 2019
    Copy the full SHA
    83ca0c4 View commit details

Commits on Sep 6, 2019

  1. Merge pull request #120 from rycee/x250/acpi_call

    thinkpad/x250: add acpi_call
    Mic92 authored Sep 6, 2019
    Copy the full SHA
    2db2362 View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 lenovo/thinkpad/x250/default.nix
1 change: 1 addition & 0 deletions lenovo/thinkpad/x250/default.nix
Original file line number Diff line number Diff line change
@@ -2,5 +2,6 @@
imports = [
../.
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
];
}