diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2024-12-19 14:01:51 +1000 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-12-20 00:43:50 +0000 |
commit | 4131e4d2c0ac0bd37ec4ef848f13a5d7e61932be (patch) | |
tree | a4b18b4bb02a553d8e002c58082c95fd43273da4 | |
parent | 3b2ff75a0de0d41ff64ea06b44e08c377acdcac4 (diff) |
quirks: the Wacom Bamboo 2FG 6x8 is a semi-mt touchpad
See #919
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1104>
-rw-r--r-- | quirks/30-vendor-wacom.quirks | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/quirks/30-vendor-wacom.quirks b/quirks/30-vendor-wacom.quirks index 51211684..a7898b65 100644 --- a/quirks/30-vendor-wacom.quirks +++ b/quirks/30-vendor-wacom.quirks @@ -13,6 +13,13 @@ MatchVendor=0x056A MatchProduct=0x0018 AttrEventCode=-ABS_DISTANCE +[Wacom Bamboo 2FG 6x8] +MatchUdevType=touchpad +MatchBus=usb +MatchVendor=0x056A +MatchProduct=0x00D3 +AttrInputProp=+INPUT_PROP_SEMI_MT + [Wacom Intuos Pro PTH660] MatchUdevType=touchpad MatchBus=usb |