Re: [PATCH v2 libinput 24/26] tablet: support the rel wheel on the mouse device

2015-02-26 Thread Lyude
On Thu, 2015-02-26 at 14:33 +1000, Peter Hutterer wrote: > Providing a relative axis in the axis_get_value() is inconsistent with the > other axes, this will be fixed in a follow-up commit. > > Signed-off-by: Peter Hutterer > Reviewed-by: Benjamin Tissoires > --- > Changes to v1: > - s/break/con

[PATCH v2 libinput 24/26] tablet: support the rel wheel on the mouse device

2015-02-25 Thread Peter Hutterer
Providing a relative axis in the axis_get_value() is inconsistent with the other axes, this will be fixed in a follow-up commit. Signed-off-by: Peter Hutterer Reviewed-by: Benjamin Tissoires --- Changes to v1: - s/break/continue/ in tablet_check_notify_axes - move the mouse wheel test into a sep