rynbrd / xf86-input-mtrack

Xorg Multitouch Trackpad Driver
GNU General Public License v2.0
357 stars 58 forks source link

Touchscreen support #54

Closed jnevens closed 11 years ago

jnevens commented 11 years ago

Add support for the absolute coordinates mode. This is needed to support multitouch touchscreens, instead of touchpad's where this driver was intended for. This is working perfectly on my sabreLite iMX6 board with a Nit6X multitouch touchscreen. All the multitouch events are still working properly. Remark: There is no scaling on the absolute input coordinates so both resolutions should match.

I modified this driver for multitouch touchscreen, because I couldn't find another xserver driver for multitouch touchscreens. Because I know that this driver does support all the needed gestures that we want to support in our products.

I'm sending this patch because I think that also others can benefit from it. And other people has the same problems with finding a good multitouch touchscreen driver.

I also implemented you're remarks as best as possible.

If you still have any questions or what so ever, please contact me.

Best regards,

Jasper Nevens