> As discussed in IRC, this looked like the wrong branch to swap this
> stuff. This is MT limits, not plain ABS limits.
>
>> device->is_mt = 1;
>> device->mt.slot = 0;
>> device->caps |= EVDEV_TOUCH;
>
Yes this is completely wrong .
On Fri, 21 Sep 2012 15:04:17 +0100
Rob Bradford wrote:
> From: Rob Bradford
>
> This quirk is designed for hardware that has the X and Y axes swapped for
> absolute events. Do this by rewriting the event such that the X and Y events
> are swapped.
> ---
> src/evdev.c | 29 +
From: Rob Bradford
This quirk is designed for hardware that has the X and Y axes swapped for
absolute events. Do this by rewriting the event such that the X and Y events
are swapped.
---
src/evdev.c | 29 +
1 file changed, 25 insertions(+), 4 deletions(-)
diff --git