build: PKGBUILD for ArchLinux
[reset-trackpoint-fix.git] / README.md
1 # reset-trackpoint-fix (thinkpad)
2
3 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.
4
5 ## Installation
6
7 `make install` to install files.
8
9 `make enable` to enable a service files to trigger reset on laptop resume.
10
11 `make uninstall` to disable the service and clean installed files up.
12
13
14 ## Configuration
15
16 - Uncomment and set a proper value in `/etc/reset-trackpoint-fix.conf`. Usually it is equal to `serio1`.
17
18 - Enable `systemctl enable /etc/systemd/system/reset-trackpoint-fix.service`
19
20
21 ## Files
22
23 **aka** installation locations:
24
25 - `/usr/bin/reset-trackpoint-fix.sh`
26
27 - `/etc/reset-trackpoint-fix.conf`
28
29 - `/etc/systemd/system/reset-trackpoint-fix.service`