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.
This commit is contained in:
Bruno BELANYI 2022-03-14 14:01:36 +01:00
parent bab317e2f4
commit 581aa1b4e3

View file

@ -29,6 +29,8 @@
enable = true;
emulateWheel = true; # Holding middle buttons allows scrolling
device = "TPPS/2 Elan TrackPoint"; # Use the correct device name
};
};
}