Patch 65b7c37 fixed spurious right-clicks by setting wcmGestureMode
back to GESTURE_CANCEL_MODE immediately when there is less than two
fingers on the tablet, if the wcmGestureMode was in SCROLL_MODE or
ZOOM_MODE.
However, it narrowed wcmFingerTapToClick() routine to LAG_MODE, which
removed the opportunity for the routine to be executed. Revert that.
Patch 65b7c37 fixed spurious right-clicks by setting wcmGestureMode back to GESTURE_CANCEL_MODE immediately when there is less than two fingers on the tablet, if the wcmGestureMode was in SCROLL_MODE or ZOOM_MODE.
However, it narrowed wcmFingerTapToClick() routine to LAG_MODE, which removed the opportunity for the routine to be executed. Revert that.
The issue was reported by https://github.com/linuxwacom/xf86-input-wacom/issues/103
Fixes: 65b7c37 (Prevent spurious right-clicks at the end of very short scroll and zoom gestures)
Signed-off-by: Ping Cheng ping.cheng@wacom.com