From fe5b058aa01b5227354c15fb57426d5999e195e5 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 19 Jul 2019 08:51:37 +0200 Subject: [PATCH] petalius: use imps protocol, trackpoint breaks on suspend otherwise --- petalius.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/petalius.nix b/petalius.nix index a17653c..40b4671 100644 --- a/petalius.nix +++ b/petalius.nix @@ -78,12 +78,12 @@ ]; boot.kernelParams = [ # "psmouse.synaptics_intertouch=1" - # "psmouse.proto=imps" + "psmouse.proto=imps" ]; boot.kernelModules = [ - # "rmi_smbus" - # "i2c_hid" - # "psmouse" + "rmi_smbus" + "i2c_hid" + "psmouse" ]; # time.timeZone = pkgs.lib.mkOverride 10 "Asia/Tokyo";