mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-15 08:30:19 +01: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
|
||||
# re-use the same vendor ID 256C.
|
||||
[Huion/Gaomon Tablets]
|
||||
MatchUdevType=tablet
|
||||
MatchVendor=0x256C
|
||||
AttrResolutionHint=205x328
|
||||
|
|
|
|||
|
|
@ -29,17 +29,19 @@ ModelTabletModeSwitchUnreliable=1
|
|||
# so libinput won't pair the two together and dwt isn't active.
|
||||
# see: https://gitlab.freedesktop.org/libinput/libinput/-/issues/615
|
||||
[Asus ROG Zephyrus G15 2021 keyboard]
|
||||
MatchUdevType=keyboard
|
||||
MatchBus=usb
|
||||
MatchVendor=0x0B05
|
||||
MatchProduct=0x19B6
|
||||
MatchUdevType=keyboard
|
||||
AttrKeyboardIntegration=internal
|
||||
|
||||
# keyboard has a different vid/pid to the touchpad
|
||||
# so libinput won't pair the two together and dwt isn't active.
|
||||
[Asus ROG Strix G15 2021 keyboard]
|
||||
MatchUdevType=keyboard
|
||||
MatchBus=usb
|
||||
MatchVendor=0x0B05
|
||||
MatchProduct=0x1866
|
||||
MatchUdevType=keyboard
|
||||
AttrKeyboardIntegration=internal
|
||||
|
||||
# enable "disable touchpad while typing" to work with z13 keyboard
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue