DOUBLETAP and TRIPLETAP are duplicated events in type-B MT format.
We do not use them in this driver. Plus, they could be confused
by fake MT events on older kernels.

Signed-off-by: Ping Cheng <pingli...@gmail.com>
---
 src/wcmUSB.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/wcmUSB.c b/src/wcmUSB.c
index 3089581..3b756fe 100644
--- a/src/wcmUSB.c
+++ b/src/wcmUSB.c
@@ -949,6 +949,8 @@ static int usbFilterEvent(WacomCommonPtr common, struct 
input_event *event)
                        {
                                case BTN_TOUCH:
                                case BTN_TOOL_FINGER:
+                               case BTN_TOOL_DOUBLETAP:
+                               case BTN_TOOL_TRIPLETAP:
                                        return 1;
                        }
                }
-- 
1.7.10.4


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to