From 5001dc3620302a089e775a809e4a77a6fc4f49b0 Mon Sep 17 00:00:00 2001 From: Andrew Sichevoi Date: Sun, 24 Jan 2021 09:39:05 +0100 Subject: [PATCH] readme: initial version --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b24bf1 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# reset-trackpoint-fix (thinkpad) + +The script addresses a dead trackpoint/trackpad accordingly to [wiki page](https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_6)#TrackPoint_and_Touchpad_issues) by disconnecting and reconnecting a broken SerIO device on resume. + +## Configuration + +- Uncomment and set a proper value in `/etc/reset-trackpoint-fix.conf`. Usually it is equal to `serio1`. + +- Enable `systemctl enable /etc/systemd/system/reset-trackpoint-fix.service` + + +## Files + +**aka** installation locations: + +- `/usr/bin/reset-trackpoint-fix.sh` + +- `/etc/reset-trackpoint-fix.conf` + +- `/etc/systemd/system/reset-trackpoint-fix.service` -- 2.20.1