From: Dmitry Torokhov <dtor_core@ameritech.net>
To: Peter Berg Larsen <pebl@math.ku.dk>
Cc: linux-kernel@vger.kernel.org, Vojtech Pavlik <vojtech@suse.cz>
Subject: Re: [PATCH] Synaptics: support for pass-through port (stick)
Date: Mon, 7 Jul 2003 12:34:02 -0500 [thread overview]
Message-ID: <200307071234.02595.dtor_core@ameritech.net> (raw)
In-Reply-To: <Pine.LNX.4.40.0307071308310.28730-100000@shannon.math.ku.dk>
On Monday 07 July 2003 06:44 am, Peter Berg Larsen wrote:
> On Sun, 6 Jul 2003, Dmitry Torokhov wrote:
> > + /* adjust the touchpad to child's choice of protocol */
> > + child = port->private;
> > + if (child && child->type >= PSMOUSE_GENPS) {
>
> Not type > PSMOUSE_GENPS ?
>
We have this code in psmouse-base.c ...
if (psmouse->pktcnt == 3 + (psmouse->type >= PSMOUSE_GENPS)) {
psmouse_process_packet(psmouse, regs);
psmouse->pktcnt = 0;
goto out;
}
..or am I misreading it?
I will check what can be done with 0xAA 0x00 before we decide to rescan
later this evening.
Dmitry
next prev parent reply other threads:[~2003-07-07 17:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-06 7:23 [PATCH] Synaptics: support for pass-through port (stick) Dmitry Torokhov
2003-07-06 13:23 ` Peter Berg Larsen
2003-07-07 3:48 ` Dmitry Torokhov
2003-07-07 11:44 ` Peter Berg Larsen
2003-07-07 12:09 ` Peter Berg Larsen
2003-07-07 17:31 ` Dmitry Torokhov
2003-07-08 5:59 ` Dmitry Torokhov
2003-07-07 17:34 ` Dmitry Torokhov [this message]
2003-07-07 18:35 ` Peter Berg Larsen
2003-07-07 22:51 ` 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=200307071234.02595.dtor_core@ameritech.net \
--to=dtor_core@ameritech.net \
--cc=linux-kernel@vger.kernel.org \
--cc=pebl@math.ku.dk \
--cc=vojtech@suse.cz \
/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.