From 0d13e54ca45affeadcb62c7bda4bf32958202c5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Forsman?= Date: Thu, 24 Aug 2023 19:20:47 +0200 Subject: [PATCH] quirks: Add Wacom Bamboo Fun Pen MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We must disable ABS_DISTANCE or else the automatic pressure offset calculation doesn't work for this device. Signed-off-by: Bjørn Forsman --- quirks/30-vendor-wacom.quirks | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/quirks/30-vendor-wacom.quirks b/quirks/30-vendor-wacom.quirks index 06e66a76..51211684 100644 --- a/quirks/30-vendor-wacom.quirks +++ b/quirks/30-vendor-wacom.quirks @@ -6,6 +6,13 @@ MatchBus=usb MatchVendor=0x056A ModelWacomTouchpad=1 +[Wacom Bamboo Fun Pen] +MatchUdevType=tablet +MatchBus=usb +MatchVendor=0x056A +MatchProduct=0x0018 +AttrEventCode=-ABS_DISTANCE + [Wacom Intuos Pro PTH660] MatchUdevType=touchpad MatchBus=usb -- 2.34.1