[PATCH evdev 1/2] Force x/y axes to exist on devices with any other axes (#44655)

Daniel Stone daniel at fooishbar.org
Fri Jan 13 01:33:52 PST 2012


Hi,

On 13 January 2012 00:18, Peter Hutterer <peter.hutterer at who-t.net> wrote:
> @@ -2043,6 +2075,8 @@ EvdevProbe(InputInfoPtr pInfo)
>             pEvdev->num_buttons = num_buttons;
>         }
>
> +        EvdevForceXY(pInfo, Relative);
> +
>         if (!ignore_rel)
>         {
>             xf86IDrvMsg(pInfo, X_PROBED, "Found relative axes\n");

Pretty sure this should be in the !ignore_rel branch?

That aside:
Reviewed-by: Daniel Stone <daniel at fooishbar.org>

Cheers,
Daniel


More information about the xorg-devel mailing list