mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 14:40:26 +01:00
quirks: add more specific matches to actual quirks
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1418>
This commit is contained in:
parent
307d2509a9
commit
47482bcd8b
4 changed files with 18 additions and 7 deletions
|
|
@ -1,7 +1,8 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
[A4TECH USB X-710BK]
|
||||
MatchUdevType=mouse
|
||||
MatchBus=usb
|
||||
MatchVendor=0x09DA
|
||||
MatchProduct=0x9090
|
||||
MatchUdevType=mouse
|
||||
ModelBouncingKeys=1
|
||||
|
|
|
|||
|
|
@ -1,37 +1,43 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
[Contour Design RollerMouse Free 2]
|
||||
MatchUdevType=mouse
|
||||
MatchBus=usb
|
||||
MatchVendor=0x0B33
|
||||
MatchProduct=0x0401
|
||||
MatchUdevType=mouse
|
||||
ModelBouncingKeys=1
|
||||
|
||||
[Contour Design RollerMouse Free 3]
|
||||
MatchUdevType=mouse
|
||||
MatchBus=usb
|
||||
MatchVendor=0x0B33
|
||||
MatchProduct=0x0404
|
||||
MatchUdevType=mouse
|
||||
ModelBouncingKeys=1
|
||||
|
||||
[Contour Design RollerMouse Re:d]
|
||||
MatchUdevType=mouse
|
||||
MatchBus=usb
|
||||
MatchVendor=0x0B33
|
||||
MatchProduct=0x1000
|
||||
MatchUdevType=mouse
|
||||
ModelBouncingKeys=1
|
||||
|
||||
[Contour Design RollerMouse Red v3]
|
||||
MatchUdevType=mouse
|
||||
MatchBus=usb
|
||||
MatchVendor=0x0B33
|
||||
MatchProduct=0x1004
|
||||
MatchUdevType=mouse
|
||||
ModelBouncingKeys=1
|
||||
|
||||
[Contour Design RollerMouse Pro3]
|
||||
MatchUdevType=mouse
|
||||
MatchBus=usb
|
||||
MatchVendor=0x0B33
|
||||
MatchProduct=0x0703
|
||||
MatchUdevType=mouse
|
||||
ModelBouncingKeys=1
|
||||
|
||||
[Contour Design RollerMouse USB Receiver]
|
||||
MatchUdevType=mouse
|
||||
MatchBus=usb
|
||||
MatchVendor=0x0B33
|
||||
MatchProduct=0x2000
|
||||
MatchUdevType=mouse
|
||||
ModelBouncingKeys=1
|
||||
|
|
|
|||
|
|
@ -1,10 +1,13 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
[Cyapa Touchpads]
|
||||
MatchBus=i2c
|
||||
MatchUdevType=touchpad
|
||||
MatchName=*Cypress APA Trackpad ?cyapa?
|
||||
AttrPressureRange=10:8
|
||||
|
||||
[Cypress Touchpads]
|
||||
MatchBus=ps2
|
||||
MatchUdevType=touchpad
|
||||
MatchName=*CyPS/2 Cypress Trackpad
|
||||
AttrPressureRange=10:8
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@
|
|||
# re-use the same vendor ID 256C.
|
||||
[Huion/Gaomon Tablets]
|
||||
MatchUdevType=tablet
|
||||
MatchBus=usb
|
||||
MatchVendor=0x256C
|
||||
AttrResolutionHint=205x328
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue