lkml.org 
[lkml]   [2011]   [Jan]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Input: introduce 'notimeout' blacklist for Dell Vostro V13 (was Re: Synaptics touchpad on Dell Vostro V13)
On Thu, 6 Jan 2011, James T. Dickson wrote:

> Correct .. Suspend worked fine when the touchpad was a generic mouse.
>
> However, this appears a symptom of the synaptics driver. I was able to
> overcome it with this script from
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/59867 .
>
> Placing it in /etc/pm/sleeps.d/ .
>
> #!/bin/sh
> #
> # Reload the AT keyboard interface.
>
> case "$1" in
> hibernate|suspend)
> rmmod psmouse
> ;;
> thaw|resume)
> modprobe psmouse
> ;;
> *)
> ;;
> esac

I have already came across reports of this being needed for synaptics
touchpads on several different machines already, so this seems to be
rather unrelated problem to me.

Dmitry, what is your current plan with the notimeout thing for V13,
please? Still .38 material?

Thanks,

--
Jiri Kosina
SUSE Labs, Novell Inc.


\
 
 \ /
  Last update: 2011-01-07 11:09    [from the cache]
©2003-2011 Jasper Spaans