aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-02-27 09:13:26 +0800
committerTom Gundersen <teg@jklm.no>2011-04-04 03:08:08 +0800
commit2955415f0624c06991f8609668465e29ca9ff003 (patch)
tree077f5c8c0d2f9cd15b0bb628bdb6646c8b7224b2 /rc.shutdown
parent71a1b74eb778540d412705b09a24f1d2ba123a2b (diff)
downloadinitscripts-2955415f0624c06991f8609668465e29ca9ff003.tar.xz
workaround: do not rmmod psmouse
If this bug is still present (after more than 4 years) it should be reported and fixed in the kernel. Dave points out that this was fixed by kernel commit a1cec06177386 (which is in 2.6.21 and was backported to at least 2.6.19.6). Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown3
1 files changed, 0 insertions, 3 deletions
diff --git a/rc.shutdown b/rc.shutdown
index f588058..4c5a3f8 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -41,9 +41,6 @@ if [[ $TIMEZONE && -e /usr/share/zoneinfo/$TIMEZONE ]]; then
/bin/cp "/usr/share/zoneinfo/$TIMEZONE" /etc/localtime
fi
-# removing psmouse module to fix some reboot issues on newer laptops
-/sbin/modprobe -r psmouse >/dev/null 2>&1
-
# Write to wtmp file before unmounting
/sbin/halt -w