mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 03:20:05 +01:00
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:
parent
4f6c741570
commit
60bcbb6c88
3 changed files with 4 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
[VirtualBox mouse integration]
|
[VirtualBox mouse integration]
|
||||||
MatchName=*VirtualBox mouse integration*
|
MatchName=*VirtualBox mouse integration*
|
||||||
ModelBouncingKeys=1
|
AttrIsVirtual=1
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
[QEMU/KVM mouse integration]
|
[QEMU/KVM mouse integration]
|
||||||
MatchName=*spice vdagent tablet*
|
MatchName=*spice vdagent tablet*
|
||||||
ModelBouncingKeys=1
|
AttrIsVirtual=1
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
[VMWare Virtual PS/2 Mouse]
|
[VMWare Virtual PS/2 Mouse]
|
||||||
MatchName=*VirtualPS/2 VMware VMMouse*
|
MatchName=*VirtualPS/2 VMware VMMouse*
|
||||||
ModelBouncingKeys=1
|
AttrIsVirtual=1
|
||||||
|
|
||||||
[VMware VMware Virtual USB Mouse]
|
[VMware VMware Virtual USB Mouse]
|
||||||
MatchName=*VMware VMware Virtual USB Mouse*
|
MatchName=*VMware VMware Virtual USB Mouse*
|
||||||
ModelBouncingKeys=1
|
AttrIsVirtual=1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue