lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 7 Jan 2011 23:30:03 +0100 (CET)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc:	"James T. Dickson" <james.dickson@...ata.net>,
	linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Input: introduce 'notimeout' blacklist for Dell Vostro
 V13 (was Re: Synaptics touchpad on Dell Vostro V13)

On Fri, 7 Jan 2011, Dmitry Torokhov wrote:

> > > 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...

Definitely, working on this is with the original reporter is on my TODO 
list (I don't know yet whether that particular machine is affected or 
not). Will keep you updated.

> > 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.

Thanks,

-- 
Jiri Kosina
SUSE Labs, Novell Inc.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ