mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-15 10:50:19 +01:00
quirks: add edit warning where missing
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1405>
This commit is contained in:
parent
0110512b3e
commit
24ac440ecc
16 changed files with 32 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
[A4TECH USB X-710BK]
|
||||
MatchVendor=0x09DA
|
||||
MatchProduct=0x9090
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
[Contour Design RollerMouse Free 2]
|
||||
MatchVendor=0x0B33
|
||||
MatchProduct=0x0401
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
[Glorious Model O]
|
||||
MatchUdevType=mouse
|
||||
MatchBus=usb
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
# Kensington Orbit claims to have a middle button, same for
|
||||
[Kensington Orbit Scroll Wheel]
|
||||
MatchBus=usb
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
# Nulea M501 does not name itself as a "Trackball"
|
||||
# In USB mode, it shares a generic dongle and name with other non-trackball
|
||||
# mice. As such, trackball quirks are enabled only for bluetooth modes.
|
||||
|
||||
[Nulea M501 Bluetooth Trackball]
|
||||
MatchBus=bluetooth
|
||||
MatchVendor=0x000E
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
[VirtualBox mouse integration]
|
||||
MatchName=*VirtualBox mouse integration*
|
||||
AttrIsVirtual=1
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
[QEMU/KVM mouse integration]
|
||||
MatchName=*spice vdagent tablet*
|
||||
AttrIsVirtual=1
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
[Trust GXT 25 Gaming Mouse]
|
||||
MatchUdevType=mouse
|
||||
MatchBus=usb
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
[Gigabyte Aero 15 touchpad]
|
||||
MatchUdevType=touchpad
|
||||
MatchName=ETPS/2 Elantech Touchpad
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
# Touchpad is not a clickpad but INPUT_PROP_BUTTONPAD is set
|
||||
[Synaptics ALPS0001:00 0911:5288 Touchpad]
|
||||
MatchUdevType=touchpad
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
# Clickpad that announces BTN_RIGHT
|
||||
# requires AttrInputProp=+INPUT_PROP_PRESSUREPAD
|
||||
[HONOR MagicBook Art 14]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
# Clickpad that announces BTN_RIGHT
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1972370
|
||||
[Huawei MateBook X 2020 Touchpad]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
# Touchpad is not a clickpad but INPUT_PROP_BUTTONPAD is set
|
||||
[Synaptics ALPS0001:00 0911:5288 Touchpad]
|
||||
MatchUdevType=touchpad
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
[PineBook Pro Keyboard]
|
||||
MatchVendor=0x258A
|
||||
MatchProduct=0x001E
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
[Star Labs Touchpad]
|
||||
MatchName=*Touchpad
|
||||
MatchUdevType=touchpad
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
# Can't find no Satellite with all uppercase in DMI.
|
||||
[Toshiba Satellite L855-14E Touchpad]
|
||||
MatchName=*SynPS/2 Synaptics TouchPad
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue