From 581aa1b4e3fe0f19f0b364561ffa91ef593506be Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 14 Mar 2022 14:01:36 +0100 Subject: [PATCH] machines: aramis: hardware: fix trackpoint device My trackpoint, and its buttons, had stopped working a while ago. Before that, I regularly had problems where the cursor jumped around randomly, or the buttons stopped working. This seems to have fixed it. --- machines/aramis/hardware.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/aramis/hardware.nix b/machines/aramis/hardware.nix index 3ca556c..920725a 100644 --- a/machines/aramis/hardware.nix +++ b/machines/aramis/hardware.nix @@ -29,6 +29,8 @@ enable = true; emulateWheel = true; # Holding middle buttons allows scrolling + + device = "TPPS/2 Elan TrackPoint"; # Use the correct device name }; }; }