From: Ari Pollak <ajp@aripollak.com>
To: linux-kernel@vger.kernel.org
Subject: Re: 2.6.6-rc3-mm2 oops in psmouse/serio after resuming from APM suspend-to-ram
Date: Sat, 08 May 2004 14:30:13 -0400 [thread overview]
Message-ID: <c7j8vk$rhf$1@sea.gmane.org> (raw)
In-Reply-To: <200405071716.15523.dtor_core@ameritech.net>
This patch did indeed fix the problem; thanks! Hopefully it will be in
the next -mm update.
One of these days I need to learn how to debug my own crashes.
Dmitry Torokhov wrote:
> I think this should take care of your oops:
>
> ===== drivers/input/mouse/psmouse-base.c 1.57 vs edited =====
> --- 1.57/drivers/input/mouse/psmouse-base.c Mon May 3 18:34:11 2004
> +++ edited/drivers/input/mouse/psmouse-base.c Fri May 7 17:12:22 2004
> @@ -424,17 +424,17 @@
> if (set_properties) {
> psmouse->vendor = "Synaptics";
> psmouse->name = "TouchPad";
> - }
>
> - if (max_proto > PSMOUSE_IMEX) {
> - if (synaptics_init(psmouse) == 0)
> - return PSMOUSE_SYNAPTICS;
> + if (max_proto > PSMOUSE_IMEX) {
> + if (synaptics_init(psmouse) == 0)
> + return PSMOUSE_SYNAPTICS;
> /*
> * Some Synaptics touchpads can emulate extended protocols (like IMPS/2).
> * Unfortunately Logitech/Genius probes confuse some firmware versions so
> * we'll have to skip them.
> */
> - max_proto = PSMOUSE_IMEX;
> + max_proto = PSMOUSE_IMEX;
> + }
> }
> /*
> * Make sure that touchpad is in relative mode, gestures (taps) are enabled
next prev parent reply other threads:[~2004-05-08 18:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-07 20:18 2.6.6-rc3-mm2 oops in psmouse/serio after resuming from APM suspend-to-ram Ari Pollak
2004-05-07 22:16 ` Dmitry Torokhov
2004-05-08 18:30 ` Ari Pollak [this message]
2004-05-10 5:40 ` Dmitry Torokhov
2004-05-08 21:34 ` Ari Pollak
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='c7j8vk$rhf$1@sea.gmane.org' \
--to=ajp@aripollak.com \
--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.