Thinkpad: Replace outdated tp_smapi module with acpi_call
Alan Pearce alan@alanpearce.eu
Sun, 01 Oct 2017 20:43:27 +0200
1 files changed, 2 insertions(+), 3 deletions(-)
M modules/hardware/thinkpad.nix → modules/hardware/thinkpad.nix
@@ -1,10 +1,9 @@ { config, pkgs, ... }: -{ boot.kernelModules = [ "tp_smapi" ]; +{ boot.kernelModules = [ ]; boot.blacklistedKernelModules = [ "thinkpad_ec" ]; boot.extraModulePackages = with config.boot.kernelPackages; [ - # acpi_call - tp_smapi + acpi_call ]; hardware.trackpoint = {