<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Cannot use multiple finger tapping to perform middle click"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93583#c23">Comment # 23</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Cannot use multiple finger tapping to perform middle click"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93583">bug 93583</a>
from <span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span></b>
<pre>Mildred: try this diff please. This is *in addition* to forcing semi_mt to
true, and make sure that udevadm info /sys/class/input/eventX actually shows
the tag on your device. (if not, test with this condition simply set to true
and we worry about the details later)
diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c
index 2de2539..f91f839 100644
--- a/src/evdev-mt-touchpad.c
+++ b/src/evdev-mt-touchpad.c
@@ -1496,7 +1496,8 @@ tp_init_slots(struct tp_dispatch *tp,
* explanation.
*/
if (tp->semi_mt &&
- (device->model_flags & EVDEV_MODEL_JUMPING_SEMI_MT)) {
+ (device->model_flags &
+ (EVDEV_MODEL_JUMPING_SEMI_MT|EVDEV_MODEL_ELANTECH_TOUCHPAD))) {
tp->num_slots = 1;
tp->slot = 0;
tp->has_mt = false;</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>