diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-10-11 10:21:54 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-10-19 00:16:15 +0000 |
commit | ec5d7702ff25787d253f9aad012972f0525c3492 (patch) | |
tree | e8e2313565a8ec6bf798c72756d43bd8df8fb331 /meson.build | |
parent | e96904e906e81774b40c0c7dacc9a3f2cbf086e0 (diff) |
quirks: disable debouncing on the VMware Virtual mice
At least on MacBooks, the host emulates two clicks 8ms apart in response to a
doubletap. Those clicks are filtered by our debouncing code.
Since these are emulated devices anyway and by definition cannot have a stuck
button, let's tag them so we don't enable the debouncing code. If the button
of the physical device is stuck, that's a problem that needs to be fixed in
the host system.
Fixes #158
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 50ff597e..bc136977 100644 --- a/meson.build +++ b/meson.build @@ -261,6 +261,7 @@ quirks_data = [ 'quirks/30-vendor-razer.quirks', 'quirks/30-vendor-synaptics.quirks', 'quirks/30-vendor-wacom.quirks', + 'quirks/30-vendor-vmware.quirks', 'quirks/50-system-acer.quirks', 'quirks/50-system-apple.quirks', 'quirks/50-system-asus.quirks', |