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
| ||
|
Message-Id: <200710240010.08023.dmitry.torokhov@gmail.com> Date: Wed, 24 Oct 2007 00:10:07 -0400 From: Dmitry Torokhov <dmitry.torokhov@...il.com> To: linux-input@...ey.karlin.mff.cuni.cz Cc: Arjan Opmeer <arjan@...eer.net>, linux-kernel@...r.kernel.org Subject: Re: New version of Elantech touchpad driver for kernel 2.6.23.1 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 - 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