mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 08:18:02 +02:00
quirks: missing matches
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1402>
This commit is contained in:
parent
1e9b81f75d
commit
48e367e841
2 changed files with 5 additions and 2 deletions
|
|
@ -3,5 +3,6 @@
|
||||||
# This will match several vendors that all
|
# This will match several vendors that all
|
||||||
# re-use the same vendor ID 256C.
|
# re-use the same vendor ID 256C.
|
||||||
[Huion/Gaomon Tablets]
|
[Huion/Gaomon Tablets]
|
||||||
|
MatchUdevType=tablet
|
||||||
MatchVendor=0x256C
|
MatchVendor=0x256C
|
||||||
AttrResolutionHint=205x328
|
AttrResolutionHint=205x328
|
||||||
|
|
|
||||||
|
|
@ -29,17 +29,19 @@ ModelTabletModeSwitchUnreliable=1
|
||||||
# so libinput won't pair the two together and dwt isn't active.
|
# so libinput won't pair the two together and dwt isn't active.
|
||||||
# see: https://gitlab.freedesktop.org/libinput/libinput/-/issues/615
|
# see: https://gitlab.freedesktop.org/libinput/libinput/-/issues/615
|
||||||
[Asus ROG Zephyrus G15 2021 keyboard]
|
[Asus ROG Zephyrus G15 2021 keyboard]
|
||||||
|
MatchUdevType=keyboard
|
||||||
|
MatchBus=usb
|
||||||
MatchVendor=0x0B05
|
MatchVendor=0x0B05
|
||||||
MatchProduct=0x19B6
|
MatchProduct=0x19B6
|
||||||
MatchUdevType=keyboard
|
|
||||||
AttrKeyboardIntegration=internal
|
AttrKeyboardIntegration=internal
|
||||||
|
|
||||||
# keyboard has a different vid/pid to the touchpad
|
# keyboard has a different vid/pid to the touchpad
|
||||||
# so libinput won't pair the two together and dwt isn't active.
|
# so libinput won't pair the two together and dwt isn't active.
|
||||||
[Asus ROG Strix G15 2021 keyboard]
|
[Asus ROG Strix G15 2021 keyboard]
|
||||||
|
MatchUdevType=keyboard
|
||||||
|
MatchBus=usb
|
||||||
MatchVendor=0x0B05
|
MatchVendor=0x0B05
|
||||||
MatchProduct=0x1866
|
MatchProduct=0x1866
|
||||||
MatchUdevType=keyboard
|
|
||||||
AttrKeyboardIntegration=internal
|
AttrKeyboardIntegration=internal
|
||||||
|
|
||||||
# enable "disable touchpad while typing" to work with z13 keyboard
|
# enable "disable touchpad while typing" to work with z13 keyboard
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue