On Thu, Feb 26, 2015 at 02:54:03PM -0500, Benjamin Tissoires wrote:
> On Wed, Feb 25, 2015 at 11:33 PM, Peter Hutterer
> wrote:
> > Signed-off-by: Peter Hutterer
> > ---
> > Changes to v2:
> > - delta was stored in tablet->axes[a], causing a wrong axis_value and a
> > wrong axis_delta. which the
On Wed, Feb 25, 2015 at 11:33 PM, Peter Hutterer
wrote:
> Signed-off-by: Peter Hutterer
> ---
> Changes to v2:
> - delta was stored in tablet->axes[a], causing a wrong axis_value and a
> wrong axis_delta. which the test didn' catch because it didn't trigger.
> fixed now, store the wheel value in
Signed-off-by: Peter Hutterer
---
Changes to v2:
- delta was stored in tablet->axes[a], causing a wrong axis_value and a
wrong axis_delta. which the test didn' catch because it didn't trigger.
fixed now, store the wheel value in deltas and leave axes at 0
src/evdev-tablet.c | 56 +++