From 5164ae59740a9bb65d5e07d876ab0a46b7916b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berk=20Elyesa=20Y=C4=B1ld=C4=B1r=C4=B1m?= Date: Thu, 31 Oct 2024 00:45:23 +0100 Subject: [PATCH] Advertise support for Deco 01v2 It is supported on upstream since kernel 6.2 and Digimend >= 12 --- XP-Pen_Deco_01_v2_revb/index.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/XP-Pen_Deco_01_v2_revb/index.md b/XP-Pen_Deco_01_v2_revb/index.md index 1dcecc9..e4e9733 100644 --- a/XP-Pen_Deco_01_v2_revb/index.md +++ b/XP-Pen_Deco_01_v2_revb/index.md @@ -13,15 +13,9 @@ pen: pressure_levels: 8192 frame_controls: 8 buttons sold_as: -supported: false + - XP-Pen Deco 01 V2 +supported: true supported_in: + kernel: ">= 6.2" + digimend: ">= 12" --- -Xsetwacom reads the dimensions of the tablet resolution at 32767 x 32767, this doesn't make sense as it's not square drawing area. -uclogic-decode rightly reports 25400 x 15875, which is sensible for a 10 x 6,25 inch Tablet (the proportions match). -Also: the top stylus seemingly buttons reports nothing in usb-hid dump, the tablet frame buttons actually do what they -should when they are driven with xf86-input-evdev instead of xf86-input-wacom (if that is the driver that actually handles it when -nothing else is specified in a manual Xorg config). I also see a UGTABLET "kbd" device show up under xinput --list with this driver. -Unfortunately the upper stylus button still does nothing with this driver from cursory testing with xev and xinput test. -The Bus ID stays the same while the device ID keeps climbing upon replugging the tablet. -I also want to note; that in testing, at times the usb vid:pid went from 28bd:0905 to like 28bd:1227 after running uclogic-probe. -