all repos — nixfiles @ acfa8110cdf4dde9532d33442a4ad18f5a6196c6

System and user configuration, managed by nix and home-manager

Thinkpad: Replace outdated tp_smapi module with acpi_call

Alan Pearce
commit

acfa8110cdf4dde9532d33442a4ad18f5a6196c6

parent

dffdf0798a50f7377c9901ae01c4ee576b2dfb37

1 file changed, 2 insertions(+), 3 deletions(-)

jump to
M modules/hardware/thinkpad.nixmodules/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 = {