[PATCH synaptics] Remove FastTap leftovers
Gabriele Mazzotta
gabriele.mzt at gmail.com
Fri Jan 9 08:01:42 PST 2015
FastTap was removed with d14ea867ad5d ("Purge fast-taps option"),
remove all of what remained.
Signed-off-by: Gabriele Mazzotta <gabriele.mzt at gmail.com>
---
include/synaptics-properties.h | 3 ---
man/synaptics.man | 3 ---
tools/synclient.c | 1 -
3 files changed, 7 deletions(-)
diff --git a/include/synaptics-properties.h b/include/synaptics-properties.h
index 08a0a3d..f73a84a 100644
--- a/include/synaptics-properties.h
+++ b/include/synaptics-properties.h
@@ -51,9 +51,6 @@
/* 8 bit (BOOL) */
#define SYNAPTICS_PROP_CLICKPAD "Synaptics ClickPad"
-/* 8 bit (BOOL) */
-#define SYNAPTICS_PROP_TAP_FAST "Synaptics Tap FastTap"
-
/* 32 bit */
#define SYNAPTICS_PROP_MIDDLE_TIMEOUT "Synaptics Middle Button Timeout"
diff --git a/man/synaptics.man b/man/synaptics.man
index ee5ad3d..c28cc22 100644
--- a/man/synaptics.man
+++ b/man/synaptics.man
@@ -619,7 +619,6 @@ A too long value can cause undesirable autorepeat in scroll bars and a
too small value means that visual feedback from the gui application
you are interacting with is harder to see.
.
-For this parameter to have any effect, "FastTaps" has to be disabled.
.SS Acceleration
The MinSpeed, MaxSpeed and AccelFactor parameters control the pointer
motion speed.
@@ -995,8 +994,6 @@ The following options are no longer part of the driver configuration:
.TP
.BI "Option \*qTrackstickSpeed\*q \*q" float \*q
.TP
-.BI "Option \*qFastTaps\*q \*q" boolean \*q
-.TP
.BI "Option \*qEdgeMotionMinZ\*q \*q" integer \*q
.TP
.BI "Option \*qEdgeMotionMaxZ\*q \*q" integer \*q
diff --git a/tools/synclient.c b/tools/synclient.c
index ef61259..f128b44 100644
--- a/tools/synclient.c
+++ b/tools/synclient.c
@@ -86,7 +86,6 @@ static struct Parameter params[] = {
{"MaxDoubleTapTime", PT_INT, 0, 1000, SYNAPTICS_PROP_TAP_DURATIONS,32, 1},
{"SingleTapTimeout", PT_INT, 0, 1000, SYNAPTICS_PROP_TAP_DURATIONS,32, 0},
{"ClickTime", PT_INT, 0, 1000, SYNAPTICS_PROP_TAP_DURATIONS,32, 2},
- {"FastTaps", PT_BOOL, 0, 1, SYNAPTICS_PROP_TAP_FAST, 8, 0},
{"EmulateMidButtonTime", PT_INT, 0, 1000, SYNAPTICS_PROP_MIDDLE_TIMEOUT,32, 0},
{"EmulateTwoFingerMinZ", PT_INT, 0, 1000, SYNAPTICS_PROP_TWOFINGER_PRESSURE, 32, 0},
{"EmulateTwoFingerMinW", PT_INT, 0, 15, SYNAPTICS_PROP_TWOFINGER_WIDTH, 32, 0},
--
2.1.4
More information about the xorg-devel
mailing list