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

Reply via email to