Skip to content

Instantly share code, notes, and snippets.

@cmartinbaughman
Created July 11, 2013 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmartinbaughman/5977090 to your computer and use it in GitHub Desktop.
Save cmartinbaughman/5977090 to your computer and use it in GitHub Desktop.
Possible addition to Synaptics Touchpad driver, dynamic kernel module loading on boot:
cat <<EOF >/etc/sysconfig/modules/mydriver
#!/bin/bash
/sbin/modprobe -R psmouse >/dev/null 2>&1
/sbin/modprobe psmouse proto=imps >/dev/null 2>&1
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment