Re: [PATCH v3] usbtouchscreen: add option for inverting X or Y axis

2015-10-09 Thread Philippe Coval
On 7/28/15, Dmitry Torokhov wrote: > On Tue, Jul 28, 2015 at 12:16:01AM +0200, Philippe Coval wrote: >> Invert Y is needed (together with swap XY) for some touchscreens, >> at least for some of them : >> >> - CarTft 8in4 (type=eGalax, USB=0eef:0001) >> - LeadingTouch >> >> Since there is not guara

Re: [PATCH v3] usbtouchscreen: add option for inverting X or Y axis

2015-07-27 Thread Dmitry Torokhov
On Tue, Jul 28, 2015 at 12:16:01AM +0200, Philippe Coval wrote: > Invert Y is needed (together with swap XY) for some touchscreens, > at least for some of them : > > - CarTft 8in4 (type=eGalax, USB=0eef:0001) > - LeadingTouch > > Since there is not guarantee that > those above devices will all be

[PATCH v3] usbtouchscreen: add option for inverting X or Y axis

2015-07-27 Thread Philippe Coval
Invert Y is needed (together with swap XY) for some touchscreens, at least for some of them : - CarTft 8in4 (type=eGalax, USB=0eef:0001) - LeadingTouch Since there is not guarantee that those above devices will all behave the same, it's safer to configure them userland using udev rules. This way