Re: [PATCH] HID: input: force generic axis to be mapped to their user space axis

2014-08-26 Thread Jiri Kosina
On Mon, 25 Aug 2014, Benjamin Tissoires wrote: > Atmel 840B digitizer presents a stylus interface which reports twice > the X coordinate and then twice the Y coordinate. In its current > implementation, hid-input assign the first X to X, then the second to Y, > then the first Y to Z, then the seco

[PATCH] HID: input: force generic axis to be mapped to their user space axis

2014-08-25 Thread Benjamin Tissoires
Atmel 840B digitizer presents a stylus interface which reports twice the X coordinate and then twice the Y coordinate. In its current implementation, hid-input assign the first X to X, then the second to Y, then the first Y to Z, then the second one to RX. This is wrong, and X should always be map