[arch-projects] [PATCH 05/10] workaround: do not rmmod psmouse

Dave Reisner d at falconindy.com
Wed Mar 30 14:48:46 EDT 2011


On Wed, Mar 30, 2011 at 08:01:26PM +0200, Tom Gundersen wrote:
> If this bug is still present (after more than 4 years) it should be
> reported and fixed in the kernel.
> 
> Signed-off-by: Tom Gundersen <teg at jklm.no>
> ---
>  rc.shutdown |    3 ---
>  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
>  
> -- 
> 1.7.4.2
> 

In case you want to add it to the commit message as a reference:

  http://lkml.org/lkml/2007/2/26/324

dave


More information about the arch-projects mailing list