From: Don Armstrong Date: Sat, 4 Nov 2006 09:46:23 +0000 (+0000) Subject: add fix_touchpad X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=70b2364c47215db6b79aa1700d287eb5ef20e52e;p=bin.git add fix_touchpad --- diff --git a/fix_touchpad b/fix_touchpad new file mode 100755 index 0000000..726c0a5 --- /dev/null +++ b/fix_touchpad @@ -0,0 +1,11 @@ +#!/bin/sh + +if [ $(id -u) != 0 ]; then + echo "$0 must be run as root"; + exit 1; +fi; + +modprobe -r appletouch; +modprobe appletouch; +chvt 6; +chvt 7; \ No newline at end of file