From 70b2364c47215db6b79aa1700d287eb5ef20e52e Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 4 Nov 2006 09:46:23 +0000 Subject: [PATCH] add fix_touchpad --- fix_touchpad | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 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 -- 2.39.2