From: Chris Bagwell <[email protected]>

I started this patch series because I noticed that XI2 apps did not
work correctly with touch tool.  For example, if you used MyPaint
or Gimp with touch then nothing would draw on screen even though
we are sending button 1 down correctly.

The reason is because we declare a Pressure Axis but leave its value
at zero.  So they treat that as draw no color.

Add support for sending pressure for touch device and some cleanup
along the way.

TODO: Not all touch devices support pressure.  Need to handle that
somehow (not declare pressure axis?) but need supporting kernel
side patch so Wacom TPC doesn't needlessly declare ABS_PRESSURE.

I next plan to clean up the touchscreen button press logic (hopefully,
mege it to use same logic as pen's).

Chris Bagwell (4):
  Remove unused Capacity logic on touch devices
  Show maxZ value for touch devices in debug output
  Support pressure curve with touch pressure
  Default to touch tool for multi-touch devices

 man/wacom.man           |    5 -----
 src/wcmCommon.c         |   21 +++++++++------------
 src/wcmISDV4.c          |    1 -
 src/wcmUSB.c            |   22 +++++-----------------
 src/wcmValidateDevice.c |   13 ++-----------
 src/wcmXCommand.c       |   23 ++---------------------
 src/xf86WacomDefs.h     |    6 ------
 7 files changed, 18 insertions(+), 73 deletions(-)

-- 
1.7.5.2


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to