Skip to content

Instantly share code, notes, and snippets.

@gchiappe
Created January 31, 2020 16:14
Show Gist options
  • Save gchiappe/1b399a131825ba3b5775bd4d0660482e to your computer and use it in GitHub Desktop.
Save gchiappe/1b399a131825ba3b5775bd4d0660482e to your computer and use it in GitHub Desktop.
Thinkpad Touchpad: restore multi touch at sleep wake
#!/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