Created
January 31, 2020 16:14
-
-
Save gchiappe/1b399a131825ba3b5775bd4d0660482e to your computer and use it in GitHub Desktop.
Thinkpad Touchpad: restore multi touch at sleep wake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Install this file as: | |
# /usr/lib/pm-utils/sleep.d/95thinkpad_touchpad | |
# and sudo chmod +x it. | |
case "$1" in | |
resume) | |
modprobe -r psmouse | |
modprobe psmouse | |
esac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment