From acfa8110cdf4dde9532d33442a4ad18f5a6196c6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 1 Oct 2017 20:43:27 +0200 Subject: Thinkpad: Replace outdated tp_smapi module with acpi_call --- modules/hardware/thinkpad.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/hardware') diff --git a/modules/hardware/thinkpad.nix b/modules/hardware/thinkpad.nix index 1e97f06..755b433 100644 --- a/modules/hardware/thinkpad.nix +++ b/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 = { -- cgit 1.4.1