From: "James T. Dickson" <james.dickson@jtdata.net>
To: Jiri Kosina <jkosina@suse.cz>
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Subject: Re: [PATCH] Input: introduce 'notimeout' blacklist for Dell Vostro V13 (was Re: Synaptics touchpad on Dell Vostro V13)
Date: Thu, 6 Jan 2011 08:57:49 -0600 (CST) [thread overview]
Message-ID: <8583070.26.1294325869588.JavaMail.root@butch.jtdata.net> (raw)
In-Reply-To: <alpine.LNX.2.00.1101061131460.26685@pobox.suse.cz>
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
Also, the inability to shutdown seems to have fixed itself, it is a non issue.
----- Original Message -----
From: "Jiri Kosina" <jkosina@suse.cz>
To: "James T. Dickson" <james.dickson@jtdata.net>
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, "Dmitry Torokhov" <dmitry.torokhov@gmail.com>
Sent: Thursday, January 6, 2011 4:32:22 AM
Subject: Re: [PATCH] Input: introduce 'notimeout' blacklist for Dell Vostro V13 (was Re: Synaptics touchpad on Dell Vostro V13)
On Wed, 5 Jan 2011, James T. Dickson wrote:
> I have applied this patch and can report that it has fixed the problem Ubuntu 10.10.
Thanks a lot for reporting back.
> However, the mouse freezes when a coming out of suspend and the system
> will not shutdown.
And that doesn't happen with the touchpad being only in PS/2 mode, right?
--
Jiri Kosina
SUSE Labs, Novell Inc.
next prev parent reply other threads:[~2011-01-06 14:57 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-14 14:56 Synaptics touchpad on Dell Vostro V13 Jiri Kosina
2010-12-14 17:00 ` Dmitry Torokhov
2010-12-15 22:51 ` Jiri Kosina
2010-12-15 23:23 ` Dmitry Torokhov
2010-12-28 10:28 ` Jiri Kosina
2010-12-29 7:44 ` Dmitry Torokhov
2010-12-29 12:42 ` Jiri Kosina
2010-12-29 13:59 ` [PATCH] Input: introduce 'notimeout' blacklist for Dell Vostro V13 (was Re: Synaptics touchpad on Dell Vostro V13) Jiri Kosina
2011-01-03 13:51 ` Jiri Kosina
2011-01-06 1:42 ` James T. Dickson
2011-01-06 10:32 ` Jiri Kosina
2011-01-06 14:57 ` James T. Dickson [this message]
2011-01-07 10:06 ` Jiri Kosina
2011-01-07 17:28 ` Dmitry Torokhov
2011-01-07 22:30 ` Jiri Kosina
2011-01-11 13:00 ` Jiri Kosina
2011-01-11 16:37 ` Dmitry Torokhov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8583070.26.1294325869588.JavaMail.root@butch.jtdata.net \
--to=james.dickson@jtdata.net \
--cc=dmitry.torokhov@gmail.com \
--cc=jkosina@suse.cz \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.