InfinityGhost / TabletDriver

https://github.com/InfinityGhost/OpenTabletDriver
GNU General Public License v3.0
66 stars 14 forks source link

[Resolved]XP-Pen Deco 01 V2 not detected #41

Closed Kashouryo closed 4 years ago

Kashouryo commented 4 years ago

Looks like XP-PEN changed the tablet firmware one more time... At first, TabletDriver can not even detect my Deco 01 V2 because the HIDTablet was incorrect based on this issue: https://github.com/hawku/TabletDriver/issues/465 After I changed the HIDTablet from 0x28BD 0x0902 0xFF0A 0x0001 to 0x28BD 0x0905 0xFF0A 0x0001, TabletDriver can reconise it but still can't use it. Looks like the InitReport also needs to change.

As far as I know, only XP-Pen likes to have multiple tablets under the same module number.

image

Hardware/software information

Windows Version: Windows 10 1903

Tablet Driver version: 0.3.1a

Tablet model: XP-Pen Deco 01 v2

Logs

startuplog.txt https://pastebin.com/MbZBGsPv https://pastebin.com/q8pBjU3G

pomidorfarm commented 4 years ago

reportlength 12 Initreport 0x02 0xB0 0x04 0x00 0x00 0x00 0x00 0x00 0x00 0x00

Quote from InfinityGhost'discord channel (https://discord.gg/P3GYdUS)

Kashouryo commented 4 years ago

Thanks! It worked like a charm!

flleeppyy commented 4 years ago

Im having the same issue with the same tablet. I'm clueless as to what I do. The driver just doesn't work and says Tablet not Found, yet its in the supported tablets.

flleeppyy commented 4 years ago

and it seems to me that its ONLY scanning for wacom tablets.

pomidorfarm commented 4 years ago

Open xp-pen.cfg of TabletDriver\config search deco 01 v2 and change like this

HIDTablet 0x28BD 0x0905 0xFF0A 0x0001 Name "XP-Pen Deco 01 v2" ReportId 0x02 ReportLength 12 DetectMask 0x80 MaxX 25400 MaxY 15875 MaxPressure 8191 Width 254.0 Height 158.75 InitReport 0x02 0xB0 0x04 0x00 0x00 0x00 0x00 0x00 0x00 0x00