On Fri, Jan 07, 2011 at 11:06:41AM +0100, Jiri Kosina wrote: > 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. Right, but it would be nice if we could find the problem... > > Dmitry, what is your current plan with the notimeout thing for V13, > please? Still .38 material? Yeah, especially given that not all V13 seem to suffer from suspend/resume issue. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html