From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: linux-input@atrey.karlin.mff.cuni.cz
Cc: Arjan Opmeer <arjan@opmeer.net>, linux-kernel@vger.kernel.org
Subject: Re: New version of Elantech touchpad driver for kernel 2.6.23.1
Date: Wed, 24 Oct 2007 00:10:07 -0400 [thread overview]
Message-ID: <200710240010.08023.dmitry.torokhov@gmail.com> (raw)
In-Reply-To: <20071024035002.GA12026@adopmeer.homeip.net>
On Tuesday 23 October 2007, Arjan Opmeer wrote:
> @@ -88,6 +88,7 @@ enum psmouse_type {
> PSMOUSE_LIFEBOOK,
> PSMOUSE_TRACKPOINT,
> PSMOUSE_TOUCHKIT_PS2,
> + PSMOUSE_ELANTECH,
> PSMOUSE_CORTRON,
> PSMOUSE_AUTO /* This one should always be last */
> };
Do not move protocol constants around as they are exported to
userspace. New protocols should go to the end of the list
(right in front of PSMOUSE_AUTO).
Thanks.
--
Dmitry
prev parent reply other threads:[~2007-10-24 4:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-24 3:50 New version of Elantech touchpad driver for kernel 2.6.23.1 Arjan Opmeer
2007-10-24 3:54 ` [PATCH] Elantech touchpad driver update for kernel 2.6.23-mm1 Arjan Opmeer
2007-10-24 4:10 ` Dmitry Torokhov [this message]
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=200710240010.08023.dmitry.torokhov@gmail.com \
--to=dmitry.torokhov@gmail.com \
--cc=arjan@opmeer.net \
--cc=linux-input@atrey.karlin.mff.cuni.cz \
--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.