mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 01:34:04 +00:00
Remove FastTap leftovers
FastTap was removed with d14ea867ad ("Purge fast-taps option"),
remove all of what remained.
Signed-off-by: Gabriele Mazzotta <gabriele.mzt@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
committed by
Peter Hutterer
parent
a05894d169
commit
383355fa5f
@@ -51,7 +51,7 @@
|
||||
/* 8 bit (BOOL) */
|
||||
#define SYNAPTICS_PROP_CLICKPAD "Synaptics ClickPad"
|
||||
|
||||
/* 8 bit (BOOL) */
|
||||
/* 8 bit (BOOL), <deprecated> */
|
||||
#define SYNAPTICS_PROP_TAP_FAST "Synaptics Tap FastTap"
|
||||
|
||||
/* 32 bit */
|
||||
|
||||
@@ -591,7 +591,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.
|
||||
@@ -967,8 +966,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
|
||||
|
||||
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user