This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
libinput
Watch
1
Star
0
Fork
You've already forked libinput
0
mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced
2025-12-24 20:30:04 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
main
libinput
/
quirks
/
30-vendor-qemu.quirks
4 lines
78 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
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>
2023-11-16 08:49:26 +01:00
[QEMU/KVM mouse integration]
MatchName=*spice vdagent tablet*
quirks: change VM devices to AttrIsVirtual These devices had the debouncing disabled via a model quirk but really they are virtual devices and should have all hw-specific processing disabled - on the assumption that this will be handled in the host. See also e.g. commit 5d23794d5361 ("tablet: disable smoothing for uinput devices"). Closes #1175 Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1308>
2025-08-26 08:36:23 +10:00
AttrIsVirtual=1
Reference in a new issue
Copy permalink