From: Chris Bagwell <ch...@cnpbagwell.com>

The following patch is meant as a replacement to my previous
patch to overcome lost events when 2 fingers had same
X/Y/PRESSURE values between them.

This uses standard kernel solution that I somehow missed
while previously reviewing input layer (MT = Multi-Touch!)

This requires some relatively small changes to xdrv to
get 2 fingers working again.  I have a draft working but
since the standard xf86-input-wacom driver that I use
does not currently have gesture support, I need a little
more time to clean it up for master branch.

Appreciate initial comments on kernel side now.  Especially since
it requires some sort of check for 2.6.30 kernel.  How is that
normally done?

Chris Bagwell (1):
  use kernel multi-touch input for bamboo touches

 src/2.6.27/wacom.h     |    1 +
 src/2.6.27/wacom_sys.c |   23 ++++++++--
 src/2.6.27/wacom_wac.c |  120 +++++++++++++++++-------------------------------
 3 files changed, 62 insertions(+), 82 deletions(-)


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to