mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 13:08:04 +02: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
|
# Do not edit this file, it will be overwritten on update
|
||||||
|
|
||||||
[A4TECH USB X-710BK]
|
[A4TECH USB X-710BK]
|
||||||
|
MatchUdevType=mouse
|
||||||
|
MatchBus=usb
|
||||||
MatchVendor=0x09DA
|
MatchVendor=0x09DA
|
||||||
MatchProduct=0x9090
|
MatchProduct=0x9090
|
||||||
MatchUdevType=mouse
|
|
||||||
ModelBouncingKeys=1
|
ModelBouncingKeys=1
|
||||||
|
|
|
||||||
|
|
@ -1,37 +1,43 @@
|
||||||
# Do not edit this file, it will be overwritten on update
|
# Do not edit this file, it will be overwritten on update
|
||||||
|
|
||||||
[Contour Design RollerMouse Free 2]
|
[Contour Design RollerMouse Free 2]
|
||||||
|
MatchUdevType=mouse
|
||||||
|
MatchBus=usb
|
||||||
MatchVendor=0x0B33
|
MatchVendor=0x0B33
|
||||||
MatchProduct=0x0401
|
MatchProduct=0x0401
|
||||||
MatchUdevType=mouse
|
|
||||||
ModelBouncingKeys=1
|
ModelBouncingKeys=1
|
||||||
|
|
||||||
[Contour Design RollerMouse Free 3]
|
[Contour Design RollerMouse Free 3]
|
||||||
|
MatchUdevType=mouse
|
||||||
|
MatchBus=usb
|
||||||
MatchVendor=0x0B33
|
MatchVendor=0x0B33
|
||||||
MatchProduct=0x0404
|
MatchProduct=0x0404
|
||||||
MatchUdevType=mouse
|
|
||||||
ModelBouncingKeys=1
|
ModelBouncingKeys=1
|
||||||
|
|
||||||
[Contour Design RollerMouse Re:d]
|
[Contour Design RollerMouse Re:d]
|
||||||
|
MatchUdevType=mouse
|
||||||
|
MatchBus=usb
|
||||||
MatchVendor=0x0B33
|
MatchVendor=0x0B33
|
||||||
MatchProduct=0x1000
|
MatchProduct=0x1000
|
||||||
MatchUdevType=mouse
|
|
||||||
ModelBouncingKeys=1
|
ModelBouncingKeys=1
|
||||||
|
|
||||||
[Contour Design RollerMouse Red v3]
|
[Contour Design RollerMouse Red v3]
|
||||||
|
MatchUdevType=mouse
|
||||||
|
MatchBus=usb
|
||||||
MatchVendor=0x0B33
|
MatchVendor=0x0B33
|
||||||
MatchProduct=0x1004
|
MatchProduct=0x1004
|
||||||
MatchUdevType=mouse
|
|
||||||
ModelBouncingKeys=1
|
ModelBouncingKeys=1
|
||||||
|
|
||||||
[Contour Design RollerMouse Pro3]
|
[Contour Design RollerMouse Pro3]
|
||||||
|
MatchUdevType=mouse
|
||||||
|
MatchBus=usb
|
||||||
MatchVendor=0x0B33
|
MatchVendor=0x0B33
|
||||||
MatchProduct=0x0703
|
MatchProduct=0x0703
|
||||||
MatchUdevType=mouse
|
|
||||||
ModelBouncingKeys=1
|
ModelBouncingKeys=1
|
||||||
|
|
||||||
[Contour Design RollerMouse USB Receiver]
|
[Contour Design RollerMouse USB Receiver]
|
||||||
|
MatchUdevType=mouse
|
||||||
|
MatchBus=usb
|
||||||
MatchVendor=0x0B33
|
MatchVendor=0x0B33
|
||||||
MatchProduct=0x2000
|
MatchProduct=0x2000
|
||||||
MatchUdevType=mouse
|
|
||||||
ModelBouncingKeys=1
|
ModelBouncingKeys=1
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,13 @@
|
||||||
# Do not edit this file, it will be overwritten on update
|
# Do not edit this file, it will be overwritten on update
|
||||||
|
|
||||||
[Cyapa Touchpads]
|
[Cyapa Touchpads]
|
||||||
|
MatchBus=i2c
|
||||||
|
MatchUdevType=touchpad
|
||||||
MatchName=*Cypress APA Trackpad ?cyapa?
|
MatchName=*Cypress APA Trackpad ?cyapa?
|
||||||
AttrPressureRange=10:8
|
AttrPressureRange=10:8
|
||||||
|
|
||||||
[Cypress Touchpads]
|
[Cypress Touchpads]
|
||||||
|
MatchBus=ps2
|
||||||
MatchUdevType=touchpad
|
MatchUdevType=touchpad
|
||||||
MatchName=*CyPS/2 Cypress Trackpad
|
MatchName=*CyPS/2 Cypress Trackpad
|
||||||
AttrPressureRange=10:8
|
AttrPressureRange=10:8
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,6 @@
|
||||||
# re-use the same vendor ID 256C.
|
# re-use the same vendor ID 256C.
|
||||||
[Huion/Gaomon Tablets]
|
[Huion/Gaomon Tablets]
|
||||||
MatchUdevType=tablet
|
MatchUdevType=tablet
|
||||||
|
MatchBus=usb
|
||||||
MatchVendor=0x256C
|
MatchVendor=0x256C
|
||||||
AttrResolutionHint=205x328
|
AttrResolutionHint=205x328
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue