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

Some, but not all, touch devices support pressure.

Signed-off-by: Chris Bagwell <ch...@cnpbagwell.com>
---
 src/wcmCommon.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/wcmCommon.c b/src/wcmCommon.c
index b974071..d3a3458 100644
--- a/src/wcmCommon.c
+++ b/src/wcmCommon.c
@@ -1306,11 +1306,12 @@ int wcmInitTablet(InputInfoPtr pInfo, const char* id, 
float version)
                        common->wcmResolX, common->wcmResolY,
                        HANDLE_TILT(common) ? "enabled" : "disabled");
        else
-               xf86Msg(X_PROBED, "%s: Wacom %s tablet maxX=%d maxY=%d "
+               xf86Msg(X_PROBED, "%s: Wacom %s tablet maxX=%d maxY=%d maxZ=%d "
                        "resX=%d resY=%d \n",
                        pInfo->name,
                        model->name,
                        common->wcmMaxTouchX, common->wcmMaxTouchY,
+                       common->wcmMaxZ,
                        common->wcmTouchResolX, common->wcmTouchResolY);
 
        return Success;
-- 
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
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to