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

This series of patches gets ready for fully support of
Bamboo Touch kernel interface that uses MT events.  It
is also backwards compatible with current linuxwacom
Bamboo Pen&Touch kernel drivers and Tablet PC's.

This could easily be extended to work with any other
touchpad-like interface random tablets may support
and also gives hints on changes needed to get pen working
on simplier tablets as well.  Simplier in this case means
tablets that do not use serial #'s.

Basic testing performed with linuxwacom and linux-input
versions of Bamboo Touch kernel drivers.

Tablet buttons only work while finger is in proximity and
Multi-touch events are discarded in this initial work.
Their data needs to be routed to a channel that they didn't arrive on.  
I've written this type logic in past xf86-input-wacom MT patches 
but I want to try and clean that up... which may take a little
time.

Chris Bagwell (4):
  Refactor usbParseChannel.
  Allow valid case of 2 events per sync windows
  Partial support for Bamboo Touch MT-style interface.
  Fix Bamboo touchpad "freeze" issue.

 src/wcmCommon.c |   16 --
 src/wcmUSB.c    |  413 ++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 257 insertions(+), 172 deletions(-)

-- 
1.7.2.2


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to