[Linuxwacom-devel] [PATCH 0/4] xf86-input-wacom touchpad improvements for Bamboo Pen Touch

2011-12-23 Thread Alexey Osipov
Hi. I've recently bought a wacom tablet mentioned in topic. With latest drivers from linux-wacom, it works reasonably good, except the touchpad. The problems I encountered: 1. Right click emulation with second finger touch sometimes produce more than one 'right click' within a short period of

[Linuxwacom-devel] [PATCH 1/4] Extra right clicks removed.

2011-12-23 Thread Alexey Osipov
As right click performed with second finger, then we only interested in second finger touch when trying to match 'right click' gesture. Signed-off-by: Alexey Osipov si...@lerlan.ru --- src/wcmTouchFilter.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[Linuxwacom-devel] [PATCH 3/4] 'Left mouse button' dragging support.

2011-12-23 Thread Alexey Osipov
First, we define two new GESTURE_ modes: - GESTURE_PREDRAG_MODE - when first tap happen and we wait for second touch. - GESTURE_DRAG_MODE - when actual drag happening (left button pressed). Second, we define tap timeout function wcmSingleFingerTapTimer(), which simulate single click if no drag

[Linuxwacom-devel] [PATCH 4/4] Introduce Sensitivity parameter.

2011-12-23 Thread Alexey Osipov
Be my feelings, default sensitivity of touchpad in relative mode is a bit much. This new parameter allows user to fine tune sensitivity. The value is percentage to default sensitivity. Signed-off-by: Alexey Osipov si...@lerlan.ru --- include/wacom-properties.h |4 src/wcmCommon.c