Hi, On 13 January 2012 00:18, Peter Hutterer <[email protected]> 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 <[email protected]> Cheers, Daniel _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
