readme: initial version
authorAndrew Sichevoi <k@thekondor.net>
Sun, 24 Jan 2021 08:39:05 +0000 (09:39 +0100)
committerAndrew Sichevoi <k@thekondor.net>
Sun, 24 Jan 2021 08:45:28 +0000 (09:45 +0100)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
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`