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 5d23794d53 ("tablet: disable
smoothing for uinput devices").

Closes #1175

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1308>
This commit is contained in:
Peter Hutterer 2025-08-26 08:36:23 +10:00 committed by Marge Bot
parent 4f6c741570
commit 60bcbb6c88
3 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
[VirtualBox mouse integration]
MatchName=*VirtualBox mouse integration*
ModelBouncingKeys=1
AttrIsVirtual=1

View file

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

View file

@ -2,8 +2,8 @@
[VMWare Virtual PS/2 Mouse]
MatchName=*VirtualPS/2 VMware VMMouse*
ModelBouncingKeys=1
AttrIsVirtual=1
[VMware VMware Virtual USB Mouse]
MatchName=*VMware VMware Virtual USB Mouse*
ModelBouncingKeys=1
AttrIsVirtual=1