This set of patches adds multitouch support to the driver. The new
API made available in XI2.2 is used to report the location of all
contacts, allowing applications to work with the touch points themselves.
This is added as a new gesture mode, taking over whenever in-driver
gestures have been disabled and at least two fingers have come into
contact.

The best way I've found to test this code at the moment is with a
gesture recognizer called "Touchegg". It should be in the repositories
for Ubuntu 11.10 (and will need compiling from source for 12.04),
has RPMs that can located through Google, and has a PKGBUILD available
for Arch in the AUR.

This changes how data from the kernel is read into the channels for
tracking. It has the potential to introduce problems for tablets
that don't have touch, and I'd appreciate any Tested-By tags I can
get (especially on Protocol 4 [Bamboo] and Generic Protocol devices).

[PATCH 1/9] Add and use a 'dirty' bit for WacomChannel
[PATCH 2/9] Use serial number instead of channel number to identify
[PATCH 3/9] Dynamically find touch channels, instead of hard-coding
[PATCH 4/9] Make usbInitToolType more generic, and always use
[PATCH 5/9] Simplify usbChooseChannel logic
[PATCH 6/9] Have usbChooseChannel take explicit device type and
[PATCH 7/9] Dynamically choose channel for ABS_MT data
[PATCH 8/9] Send touch events to X when gestures are disabled
[RFC PATCH 9/9]: Always allow single finger gestures


------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to