On Wed, Jun 15, 2011 at 10:45:44AM +1000, Peter Hutterer wrote:
> Signed-off-by: Peter Hutterer <[email protected]>
> ---
>  src/evdev.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/src/evdev.c b/src/evdev.c
> index d261efd..8b01fb1 100644
> --- a/src/evdev.c
> +++ b/src/evdev.c
> @@ -1531,6 +1531,8 @@ EvdevCache(InputInfoPtr pInfo)
>                              i, strerror(errno));
>                  goto error;
>              }
> +            xf86IDrvMsgVerb(pInfo, X_PROBED, 6, "absolute axis %#x 
> [%d..%d]\n",
> +                            i, pEvdev->absinfo[i].maximum, 
> pEvdev->absinfo[i].minimum);
>          }
>      }

Hm, having this in decimal form is probably more useful since all the
client utilities spit out decimal form only, but I can see the argument
for synergy with kernel-side evdev.

Either way, for the series:
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

Reply via email to