quirks: disable button debouncing for the QEMU/KVM mouse integration

When using a touchpad to double click on a QEMU/KVM virtual machine,
fast double taps are filtered by our debouncing code.

Since these are emulated devices 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.

The same device name and broken behavior was found in GNOME Boxes and
Virtual Machine Manager.

Signed-off-by: José Expósito <jose.exposito89@gmail.com>
This commit is contained in:
José Expósito 2023-11-16 08:49:26 +01:00 committed by Peter Hutterer
parent ec0421d0ad
commit d253165d7c

View file

@ -0,0 +1,3 @@
[QEMU/KVM mouse integration]
MatchName=*spice vdagent tablet*
ModelBouncingKeys=1