Giter Site home page Giter Site logo

infinityghost / tabletdriver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hawku/tabletdriver

66.0 9.0 14.0 4.16 MB

https://github.com/InfinityGhost/OpenTabletDriver

License: GNU General Public License v3.0

osu tablet wacom huion xp-pen csharp cpp windows

tabletdriver's Introduction

πŸ¦€ TabletDriver is gone πŸ¦€

This fork of TabletDriver has been deprecated in favor of OpenTabletDriver, use that instead! It provides much better support for a lot more tablets, and has built in expansion capabilities with both first-party and third-party open source plugins.

tabletdriver's People

Contributors

freakode avatar hawku avatar implojin avatar infinityghost avatar itsyuka avatar mat32323 avatar mojobojo avatar poliwrath avatar satanepigone avatar sbapkat avatar twlee79 avatar woheedev avatar x9void avatar xcuri0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tabletdriver's Issues

Faulty config file for Gaomon S620

Windows Version: Windows 10 Home 64-bit

Tablet Driver version: 0.3.1

Tablet model: Gaomon S620

I tried connecting my Gaomon S620 but it wasn't recognized.
I fixed it by changing:

"CheckString 201 "OEM02_T18e_190329""

To:

"CheckString 201 "OEM02_T18e_190814""

In the "\config\gaomon.cfg"

My tablet has since worked perfectly for the last 2 days.

Antivirus Trojan Detection

I know that it’s strange question but is this ok that my antivirus program writes that this driver is virus (Trojan)?

Hardware/software information

Windows Version: 10 x64bit
Driver version: 0.3

Unable to build with the powershell script

Since WD detected a trojan, I thought for myself to build it and used powershell to just press on the build file. Though i cannot seem to find any driver TabletdriverGUI after "building" it. Sorry, never done anything like building from source. Hope i can get help with this step-by-step if possible as well. I do have the huion drivers installed and vmulti drivers from my previous drivers.(0.2.3)

Hardware/software information

Windows Version:

Tablet Driver version:
3.0.1
Tablet model:
gaomopn s620

Logs

startuplog.txt

Table driver not found

I have the hawk version 0.3.1 and I have a table not found problem.https://prnt.sc/sob7io I have an xp pen g640s tablet and I guess it's because of the name, https://prnt.sc/soacub .
usually the name should be XP-Pen G640s.
What makes me think that? a friend spelled it that way.
Why do I think the name is the problem? while installing the old versions I found something interesting, https://prnt.sc/soadhf .
here drivers are searched for exactly by name as I understand.
How can I solve my problem? is there any way to rename the device?
https://prnt.sc/soaecm you can't do this in properties.

I hope they will help me

[Resolved]XP-Pen Deco 01 V2 not detected

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: hawku#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

How do I install this for my Gaomon s620?

Hardware/software information

Windows Version: 10
Driver version: Latest, I re-downloaded this because an earlier version has VirusTotal and Malwarebytes detect trojans. This one didn't get any of those
Tablet model: Gaomon s620

I'm sorry, I'm really not good with computers and downloading stuff. I downloaded the driver for my Gaomon s620 but I don't know what to do now. Can someone help me get these installed and working?

Bitdefender, Chrome, and Firefox false positives

Hardware/software information

Windows Version: 10 x64

Tablet Driver version: v0.3.1a

Tablet model: CTL-460

Bitdefender, Google Chrome, and Firefox all mark the zip and exes as viruses.

EDIT: Real issue is apparently a need for a new release tag

Not opening

Windows Version: 10

Tablet Driver version: v0.3.1

Tablet model: gaomon s620

startuplog.txt

whenever i open the driver it will close instantly. ive tried everything ive seen and nothing works. its worked before but i did a factory reset on my PC and it no longer works.

XP-Pen Star 3 v2 Driver

Hardware/software information

Windows Version: 7

Tablet Driver version: 0.3.0

Tablet model: XP-Pen Star 3 v2

This is not a question, but the answer for those who have the same graphics tablet as mine.
These drivers work for me only if:

  • Launched original drivers from XP-Pen

  • VMulti is installed

  • In any of the files on "Config" folder, for convenience in xp-pen.cfg have this:

HidTablet 0x28BD 0x0907 0xFF0A 0x0001
Name "XP-Pen Star 03 v2"
CheckString Product "10 inch PenTablet"
ReportId 0x02
ReportLength 10
DetectMask 0x80
MaxX 50800
MaxY 30500
MaxPressure 8191
Width 254
Height 150.5
AuxReportId 0xf0
AuxCustomData ReportId Source = 1
AuxCustomData ButtonsLow Source = 2
AuxButtonCount 8
#InitReport 0x02 0xB0 0x02 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

Maybe you have to change MaxX, MaxY, Width and Height, but this values perfect on me 1mm = 1mm +-0.1
Idk how to add buttons support (You need to find the AuxHID, but I have no idea how to find it for the tablet buttons)
!!! You can change the actions of buttons in the original driver

huion h610

I tried everything and it just doesn't work is it cause I got the v2 of the huion h610 idk lol

Feature Request

I would like to be able to use relative input and have it only move the cursor when the pen is touching the tablet. I know some programming but no experience in cpp, I couldn't find where to put an if statement that checks pressure and stops movement. Could you implement this feature or atleast put me on the right track to implementing this?

Windows detects trojans

Hey,

Ever since 0.3.1 my windows quarantines the .exe immediately because it claims to find trojans. I know very little of this so I'm a bit paranoid but I don't think you're malicious so could this get solved? :> Attached is a screenshot of the errors/warnings i get

Hardware/software information

Windows Version: 10

Tablet Driver version: 0.3.1
ApplicationFrameHost_2019-12-04_230441

Tablet model: Guion s620

Logs

startuplog.txt

My XP Pen G430S won't get detected

I believe I have the model B (the new one) as well since I ordered this like a week ago, I followed the installation steps, it said installed successfully.

When I run it the console at the end says tablet not found.

Strange feeling with Gaomon S620

Hardware/software information

Tablet Driver version: 0.3.0

Tablet model: Gaomon S620

Hi, i got my gaomon working correctly with those drivers but when i play osu! it feels like smoothing is increasing and increasing constantly btw, i dont have any smoothing filters. My head is break trying to play comfortably osu! With this tablet, only problems and problems. Cursor accuracy has problem too...

Installing VMulti driver fails: "devcon.exe failed."

Hardware/software information

Windows Version: Windows 10

Tablet Driver version:

Tablet model: CTL-490

So after i uninstalled all the Wacom drivers, unplugged the Tablet and opened the install_vmulti_64 file this pops up:
driverissue

I know that there are others having the same problem but looking around the issues i didn't find a solution. Hopefully someone can help me

**edit
I did all of this with the hawku driver.. don't know if it changes something

[XP PEN DECO1] Crash on Start cannot use

Hardware/software information

Windows Version: 10

Tablet Driver version: Latest

Tablet model: XP pen deco1

Logs

Theres no logs idk where it will saved but i cannot found it on TabletDriver Folder

no input with custom driver on Gaomon S620

Not sure what I'm dong wrong.
Unzipped the driverGUI folder straight to C://
Installed Vmulti and Gaomon driver
Gaomon driver is not running parallel to this driver

TDGUI doesn't give me any errors but I'm still getting no input at all.
Its a new tablet and runs as intended when I just use the Gaomon driver.

Hardware/software information

Windows Version: Win10 64 bit

Tablet Driver version: v0.3.1a

Tablet model: Gaomon S620

startuplog.txt

driver stopped

Hardware/software information

Windows Version: 10 64bits

Tablet Driver version: v0.3.1a

Tablet model: Huoin HS64

Logs

startuplog.txt

Sorry

Hardware/software information

Windows Version:

Tablet Driver version:

Tablet model:

Logs

startuplog.txt

Virus detected??

Hardware/software information

Windows Version: 10

Tablet Driver version: 3.1

Tablet model: S620

After about 2 days of use my computer randomly detected the TabletDriverGUI with a virus and then deleted it.
TroJan:Win32/Occamy.C - Severe

Driver detects Gaomon S620 but does not detect inputs

Hardware/software information

Windows Version: Win 10 Pro, 1803

Tablet Driver version: 0.2.4

Tablet model: Gaomon S620

Logs

[2019-07-17 16:57:56.498] Log file 'startuplog.txt' opened.
[2019-07-17 16:57:56.498] >> LogDirect true
[2019-07-17 16:57:56.498] Log direct print = True
[2019-07-17 16:57:56.498] >> Include "config\tablet.cfg"
[2019-07-17 16:57:56.498] \ Reading 'config\tablet.cfg'
[2019-07-17 16:57:56.499] >> #
[2019-07-17 16:57:56.499] >> # Example tablet definition:
[2019-07-17 16:57:56.499] >> # Tablet 0x056a 0x00dd 0x0D 0x01
[2019-07-17 16:57:56.499] >> #
[2019-07-17 16:57:56.499] >> # VID: 0x056a
[2019-07-17 16:57:56.499] >> # PID: 0x00dd
[2019-07-17 16:57:56.499] >> # HID Usage Page: 0x0D
[2019-07-17 16:57:56.499] >> # HID Usage: 0x01
[2019-07-17 16:57:56.499] >> #
[2019-07-17 16:57:56.499] >> #
[2019-07-17 16:57:56.499] >> # Wacom CTL-470 (Wacom drivers installed)
[2019-07-17 16:57:56.499] >> #
[2019-07-17 16:57:56.499] >> HIDTablet 0x056a 0x00dd 0xFF00 0x000A
[2019-07-17 16:57:56.502] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00DD UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.503] [NamedPipeServer] [DEBUG] TabletDriverInput: Client #0 connected!
[2019-07-17 16:57:56.503] [NamedPipeServer] [DEBUG] TabletDriverState: Client #0 connected!
[2019-07-17 16:57:56.504] [NamedPipeServer] [DEBUG] TabletDriverState: Creating pipe...
[2019-07-17 16:57:56.504] [NamedPipeServer] [DEBUG] Pipe TabletDriverState created!
[2019-07-17 16:57:56.505] [NamedPipeServer] [DEBUG] TabletDriverState: Connecting to pipe...
[2019-07-17 16:57:56.505] [NamedPipeServer] [DEBUG] TabletDriverInput: Creating pipe...
[2019-07-17 16:57:56.505] [NamedPipeServer] [DEBUG] Pipe TabletDriverInput created!
[2019-07-17 16:57:56.505] [NamedPipeServer] [DEBUG] TabletDriverInput: Connecting to pipe...
[2019-07-17 16:57:56.513] >> Name "Wacom CTL-470 (Wacom drivers installed)"
[2019-07-17 16:57:56.513] >> ReportId 0x02
[2019-07-17 16:57:56.513] >> ReportLength 11
[2019-07-17 16:57:56.513] >> DetectMask 0x40
[2019-07-17 16:57:56.513] >> MaxX 14720
[2019-07-17 16:57:56.513] >> MaxY 9200
[2019-07-17 16:57:56.513] >> MaxPressure 1023
[2019-07-17 16:57:56.513] >> Width 147.2
[2019-07-17 16:57:56.513] >> Height 92.0
[2019-07-17 16:57:56.513] >> TabletFormat WacomDrivers
[2019-07-17 16:57:56.513] >> #
[2019-07-17 16:57:56.513] >> # Wacom CTL-470
[2019-07-17 16:57:56.513] >> #
[2019-07-17 16:57:56.513] >> HIDTablet 0x056a 0x00dd 0x0D 0x01
[2019-07-17 16:57:56.517] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00DD UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.528] >> Name "Wacom CTL-470"
[2019-07-17 16:57:56.528] >> ReportId 0x02
[2019-07-17 16:57:56.528] >> ReportLength 10
[2019-07-17 16:57:56.528] >> DetectMask 0x40
[2019-07-17 16:57:56.528] >> MaxX 14720
[2019-07-17 16:57:56.528] >> MaxY 9200
[2019-07-17 16:57:56.528] >> MaxPressure 1023
[2019-07-17 16:57:56.528] >> Width 147.2
[2019-07-17 16:57:56.528] >> Height 92.0
[2019-07-17 16:57:56.528] >> InitFeature 0x02 0x02
[2019-07-17 16:57:56.528] >> #
[2019-07-17 16:57:56.528] >> # Wacom CTH-470 (Wacom drivers installed)
[2019-07-17 16:57:56.528] >> #
[2019-07-17 16:57:56.528] >> HIDTablet 0x056a 0x00de 0xFF00 0x000A
[2019-07-17 16:57:56.531] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00DE UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.542] >> Name "Wacom CTH-470 (Wacom drivers installed)"
[2019-07-17 16:57:56.542] >> ReportId 0x02
[2019-07-17 16:57:56.542] >> ReportLength 11
[2019-07-17 16:57:56.542] >> DetectMask 0x40
[2019-07-17 16:57:56.542] >> MaxX 14720
[2019-07-17 16:57:56.542] >> MaxY 9200
[2019-07-17 16:57:56.542] >> MaxPressure 1023
[2019-07-17 16:57:56.542] >> Width 147.2
[2019-07-17 16:57:56.542] >> Height 92.0
[2019-07-17 16:57:56.542] >> TabletFormat WacomDrivers
[2019-07-17 16:57:56.542] >> #
[2019-07-17 16:57:56.542] >> # Wacom CTH-470
[2019-07-17 16:57:56.542] >> #
[2019-07-17 16:57:56.542] >> HIDTablet 0x056a 0x00de 0x0D 0x01
[2019-07-17 16:57:56.545] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00DE UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.556] >> Name "Wacom CTH-470"
[2019-07-17 16:57:56.556] >> ReportId 0x02
[2019-07-17 16:57:56.556] >> ReportLength 10
[2019-07-17 16:57:56.556] >> DetectMask 0x40
[2019-07-17 16:57:56.556] >> MaxX 14720
[2019-07-17 16:57:56.556] >> MaxY 9200
[2019-07-17 16:57:56.556] >> MaxPressure 1023
[2019-07-17 16:57:56.556] >> Width 147.2
[2019-07-17 16:57:56.556] >> Height 92.0
[2019-07-17 16:57:56.556] >> InitFeature 0x02 0x02
[2019-07-17 16:57:56.556] >> #
[2019-07-17 16:57:56.556] >> # Wacom CTH-670 (Wacom drivers installed)
[2019-07-17 16:57:56.556] >> #
[2019-07-17 16:57:56.556] >> HIDTablet 0x056a 0x00df 0xFF00 0x000A
[2019-07-17 16:57:56.559] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00DF UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.570] >> Name "Wacom CTH-670 (Wacom drivers installed)"
[2019-07-17 16:57:56.570] >> ReportId 0x02
[2019-07-17 16:57:56.570] >> ReportLength 11
[2019-07-17 16:57:56.570] >> DetectMask 0x40
[2019-07-17 16:57:56.570] >> MaxX 21648
[2019-07-17 16:57:56.570] >> MaxY 13700
[2019-07-17 16:57:56.570] >> MaxPressure 1023
[2019-07-17 16:57:56.570] >> Width 216.48
[2019-07-17 16:57:56.570] >> Height 137.0
[2019-07-17 16:57:56.570] >> TabletFormat WacomDrivers
[2019-07-17 16:57:56.570] >> #
[2019-07-17 16:57:56.570] >> # Wacom CTH-670
[2019-07-17 16:57:56.570] >> #
[2019-07-17 16:57:56.570] >> HIDTablet 0x056a 0x00df 0x0D 0x01
[2019-07-17 16:57:56.573] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00DF UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.584] >> Name "Wacom CTH-670"
[2019-07-17 16:57:56.584] >> ReportId 0x02
[2019-07-17 16:57:56.584] >> ReportLength 10
[2019-07-17 16:57:56.584] >> DetectMask 0x40
[2019-07-17 16:57:56.584] >> MaxX 21648
[2019-07-17 16:57:56.584] >> MaxY 13700
[2019-07-17 16:57:56.584] >> MaxPressure 1023
[2019-07-17 16:57:56.584] >> Width 216.48
[2019-07-17 16:57:56.584] >> Height 137.0
[2019-07-17 16:57:56.584] >> InitFeature 0x02 0x02
[2019-07-17 16:57:56.584] >> #
[2019-07-17 16:57:56.584] >> # Wacom CTL-471 (Wacom drivers installed)
[2019-07-17 16:57:56.584] >> #
[2019-07-17 16:57:56.584] >> HIDTablet 0x056a 0x0300 0xFF00 0x000A
[2019-07-17 16:57:56.587] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0300 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.598] >> Name "Wacom CTL-471 (Wacom drivers installed)"
[2019-07-17 16:57:56.598] >> GetString 1 20
[2019-07-17 16:57:56.598] >> ReportLength 11
[2019-07-17 16:57:56.598] >> DetectMask 0x40
[2019-07-17 16:57:56.598] >> MaxX 15200
[2019-07-17 16:57:56.598] >> MaxY 9500
[2019-07-17 16:57:56.598] >> MaxPressure 1023
[2019-07-17 16:57:56.598] >> Width 152.00
[2019-07-17 16:57:56.598] >> Height 95.00
[2019-07-17 16:57:56.598] >> TabletFormat WacomDrivers
[2019-07-17 16:57:56.598] >> #
[2019-07-17 16:57:56.598] >> # Wacom CTL-471
[2019-07-17 16:57:56.598] >> #
[2019-07-17 16:57:56.598] >> HIDTablet 0x056a 0x0300 0xFF0D 0x01
[2019-07-17 16:57:56.602] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0300 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.613] >> Name "Wacom CTL-471"
[2019-07-17 16:57:56.613] >> ReportLength 10
[2019-07-17 16:57:56.613] >> DetectMask 0x40
[2019-07-17 16:57:56.613] >> MaxX 15200
[2019-07-17 16:57:56.613] >> MaxY 9500
[2019-07-17 16:57:56.613] >> MaxPressure 1023
[2019-07-17 16:57:56.613] >> Width 152.00
[2019-07-17 16:57:56.613] >> Height 95.00
[2019-07-17 16:57:56.613] >> InitFeature 0x02 0x02
[2019-07-17 16:57:56.613] >> #
[2019-07-17 16:57:56.613] >> # Wacom CTL-671 (Wacom drivers installed)
[2019-07-17 16:57:56.613] >> #
[2019-07-17 16:57:56.613] >> HIDTablet 0x056a 0x0301 0xFF00 0x000A
[2019-07-17 16:57:56.617] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0301 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.628] >> Name "Wacom CTL-671 (Wacom drivers installed)"
[2019-07-17 16:57:56.628] >> ReportLength 11
[2019-07-17 16:57:56.628] >> DetectMask 0x40
[2019-07-17 16:57:56.628] >> MaxX 21648
[2019-07-17 16:57:56.628] >> MaxY 13530
[2019-07-17 16:57:56.628] >> MaxPressure 1023
[2019-07-17 16:57:56.628] >> Width 216.48
[2019-07-17 16:57:56.628] >> Height 135.30
[2019-07-17 16:57:56.628] >> TabletFormat WacomDrivers
[2019-07-17 16:57:56.628] >> #
[2019-07-17 16:57:56.628] >> # Wacom CTL-671
[2019-07-17 16:57:56.628] >> #
[2019-07-17 16:57:56.628] >> HIDTablet 0x056a 0x0301 0xFF0D 0x01
[2019-07-17 16:57:56.631] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0301 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.642] >> Name "Wacom CTL-671"
[2019-07-17 16:57:56.642] >> ReportLength 10
[2019-07-17 16:57:56.642] >> DetectMask 0x40
[2019-07-17 16:57:56.642] >> MaxX 21648
[2019-07-17 16:57:56.642] >> MaxY 13530
[2019-07-17 16:57:56.642] >> MaxPressure 1023
[2019-07-17 16:57:56.642] >> Width 216.48
[2019-07-17 16:57:56.642] >> Height 135.30
[2019-07-17 16:57:56.642] >> InitFeature 0x02 0x02
[2019-07-17 16:57:56.642] >> #
[2019-07-17 16:57:56.642] >> # Wacom CTL-472 (Wacom drivers installed)
[2019-07-17 16:57:56.642] >> #
[2019-07-17 16:57:56.642] >> HIDTablet 0x056a 0x037a 0xFF00 0x000A
[2019-07-17 16:57:56.645] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x037A UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.656] >> Name "Wacom CTL-472 (Wacom drivers installed)"
[2019-07-17 16:57:56.656] >> ReportId 0x02
[2019-07-17 16:57:56.656] >> ReportLength 11
[2019-07-17 16:57:56.656] >> DetectMask 0x40
[2019-07-17 16:57:56.656] >> MaxX 15200
[2019-07-17 16:57:56.656] >> MaxY 9500
[2019-07-17 16:57:56.656] >> MaxPressure 2047
[2019-07-17 16:57:56.656] >> Width 152.0
[2019-07-17 16:57:56.656] >> Height 95.0
[2019-07-17 16:57:56.656] >> TabletFormat WacomDrivers
[2019-07-17 16:57:56.656] >> #
[2019-07-17 16:57:56.656] >> # Wacom CTL-472
[2019-07-17 16:57:56.656] >> #
[2019-07-17 16:57:56.656] >> HIDTablet 0x056a 0x037a 0xFF0D 0x0001
[2019-07-17 16:57:56.659] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x037A UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.670] >> Name "Wacom CTL-472"
[2019-07-17 16:57:56.670] >> ReportId 0x02
[2019-07-17 16:57:56.670] >> ReportLength 10
[2019-07-17 16:57:56.670] >> DetectMask 0x40
[2019-07-17 16:57:56.670] >> MaxX 15200
[2019-07-17 16:57:56.670] >> MaxY 9500
[2019-07-17 16:57:56.670] >> MaxPressure 2047
[2019-07-17 16:57:56.670] >> Width 152.0
[2019-07-17 16:57:56.670] >> Height 95.0
[2019-07-17 16:57:56.670] >> InitFeature 0x02 0x02
[2019-07-17 16:57:56.670] >> #
[2019-07-17 16:57:56.670] >> # Wacom CTL-672 (Wacom drivers installed)
[2019-07-17 16:57:56.670] >> #
[2019-07-17 16:57:56.670] >> HIDTablet 0x056a 0x037b 0xFF00 0x000A
[2019-07-17 16:57:56.673] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x037B UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.684] >> Name "Wacom CTL-672 (Wacom drivers installed)"
[2019-07-17 16:57:56.684] >> ReportId 0x02
[2019-07-17 16:57:56.684] >> ReportLength 10
[2019-07-17 16:57:56.684] >> DetectMask 0x40
[2019-07-17 16:57:56.684] >> MaxX 21600
[2019-07-17 16:57:56.684] >> MaxY 13500
[2019-07-17 16:57:56.684] >> MaxPressure 2047
[2019-07-17 16:57:56.684] >> Width 216.00
[2019-07-17 16:57:56.684] >> Height 135.00
[2019-07-17 16:57:56.684] >> TabletFormat WacomDrivers
[2019-07-17 16:57:56.684] >> #
[2019-07-17 16:57:56.684] >> # Wacom CTL-672
[2019-07-17 16:57:56.684] >> #
[2019-07-17 16:57:56.684] >> HIDTablet 0x056a 0x037b 0xFF0D 0x0001
[2019-07-17 16:57:56.687] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x037B UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.698] >> Name "Wacom CTL-672"
[2019-07-17 16:57:56.698] >> ReportId 0x02
[2019-07-17 16:57:56.698] >> ReportLength 10
[2019-07-17 16:57:56.698] >> DetectMask 0x40
[2019-07-17 16:57:56.698] >> MaxX 21600
[2019-07-17 16:57:56.698] >> MaxY 13500
[2019-07-17 16:57:56.698] >> MaxPressure 2047
[2019-07-17 16:57:56.698] >> Width 216.00
[2019-07-17 16:57:56.698] >> Height 135.00
[2019-07-17 16:57:56.698] >> InitFeature 0x02 0x02
[2019-07-17 16:57:56.698] >> #
[2019-07-17 16:57:56.698] >> # Wacom CTL-480 (Wacom drivers installed)
[2019-07-17 16:57:56.698] >> #
[2019-07-17 16:57:56.698] >> HIDTablet 0x056a 0x030e 0xFF00 0x000A
[2019-07-17 16:57:56.702] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x030E UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.713] >> Name "Wacom CTL-480 (Wacom drivers installed)"
[2019-07-17 16:57:56.713] >> ReportId 0x02
[2019-07-17 16:57:56.713] >> ReportLength 11
[2019-07-17 16:57:56.713] >> DetectMask 0x40
[2019-07-17 16:57:56.713] >> MaxX 15200
[2019-07-17 16:57:56.713] >> MaxY 9500
[2019-07-17 16:57:56.713] >> MaxPressure 1023
[2019-07-17 16:57:56.713] >> Width 152.0
[2019-07-17 16:57:56.713] >> Height 95.0
[2019-07-17 16:57:56.713] >> TabletFormat WacomDrivers
[2019-07-17 16:57:56.713] >> #
[2019-07-17 16:57:56.713] >> # Wacom CTL-480
[2019-07-17 16:57:56.713] >> #
[2019-07-17 16:57:56.713] >> HIDTablet 0x056a 0x030e 0xFF0D 0x0001
[2019-07-17 16:57:56.716] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x030E UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.727] >> Name "Wacom CTL-480"
[2019-07-17 16:57:56.727] >> ReportId 0x02
[2019-07-17 16:57:56.727] >> ReportLength 10
[2019-07-17 16:57:56.727] >> DetectMask 0x40
[2019-07-17 16:57:56.727] >> MaxX 15200
[2019-07-17 16:57:56.727] >> MaxY 9500
[2019-07-17 16:57:56.727] >> MaxPressure 1023
[2019-07-17 16:57:56.727] >> Width 152.0
[2019-07-17 16:57:56.727] >> Height 95.0
[2019-07-17 16:57:56.727] >> InitFeature 0x02 0x02
[2019-07-17 16:57:56.727] >> AuxHID 0x056a 0x030e 0xFF00 0x0080
[2019-07-17 16:57:56.727] >> AuxReportId 0x02
[2019-07-17 16:57:56.727] >> AuxReportLength 64
[2019-07-17 16:57:56.727] >> AuxDetectMask 0x80
[2019-07-17 16:57:56.727] >> AuxIgnoreMask 0x81
[2019-07-17 16:57:56.727] >> AuxCustomData ReportId Source=0
[2019-07-17 16:57:56.727] >> AuxCustomData ButtonsLow Source=3 SourceMask=0x0F
[2019-07-17 16:57:56.727] >> AuxCustomData Detect Source=2
[2019-07-17 16:57:56.727] >> AuxButtonCount 4
[2019-07-17 16:57:56.727] >> #
[2019-07-17 16:57:56.727] >> # Wacom CTH-480 (Wacom drivers installed)
[2019-07-17 16:57:56.727] >> #
[2019-07-17 16:57:56.727] >> HIDTablet 0x056a 0x0302 0xFF00 0x000A
[2019-07-17 16:57:56.730] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0302 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.741] >> Name "Wacom CTH-480 (Wacom drivers installed)"
[2019-07-17 16:57:56.741] >> ReportId 0x02
[2019-07-17 16:57:56.741] >> ReportLength 11
[2019-07-17 16:57:56.741] >> DetectMask 0x40
[2019-07-17 16:57:56.741] >> MaxX 15200
[2019-07-17 16:57:56.741] >> MaxY 9500
[2019-07-17 16:57:56.741] >> MaxPressure 1023
[2019-07-17 16:57:56.741] >> Width 152.0
[2019-07-17 16:57:56.741] >> Height 95.0
[2019-07-17 16:57:56.741] >> TabletFormat WacomDrivers
[2019-07-17 16:57:56.741] >> AuxHID 0x056a 0x0302 0xFF00 0x000B
[2019-07-17 16:57:56.741] >> AuxReportId 0x01
[2019-07-17 16:57:56.741] >> AuxReportLength 64
[2019-07-17 16:57:56.741] >> AuxDetectMask 0x80
[2019-07-17 16:57:56.741] >> AuxIgnoreMask 0x81
[2019-07-17 16:57:56.741] >> AuxCustomData ReportId Source=1
[2019-07-17 16:57:56.741] >> AuxCustomData ButtonsLow Source=3 SourceMask=0x0F
[2019-07-17 16:57:56.741] >> AuxCustomData Detect Source=2
[2019-07-17 16:57:56.741] >> AuxButtonCount 4
[2019-07-17 16:57:56.741] >> #
[2019-07-17 16:57:56.741] >> # Wacom CTH-480
[2019-07-17 16:57:56.741] >> #
[2019-07-17 16:57:56.741] >> HIDTablet 0x056a 0x0302 0xFF0D 0x0001
[2019-07-17 16:57:56.744] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0302 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.755] >> Name "Wacom CTH-480"
[2019-07-17 16:57:56.755] >> ReportId 0x02
[2019-07-17 16:57:56.755] >> ReportLength 10
[2019-07-17 16:57:56.755] >> DetectMask 0x40
[2019-07-17 16:57:56.755] >> MaxX 15200
[2019-07-17 16:57:56.755] >> MaxY 9500
[2019-07-17 16:57:56.755] >> MaxPressure 1023
[2019-07-17 16:57:56.755] >> Width 152.0
[2019-07-17 16:57:56.755] >> Height 95.0
[2019-07-17 16:57:56.755] >> InitFeature 0x02 0x02
[2019-07-17 16:57:56.755] >> SetFeature 0x03 0x01
[2019-07-17 16:57:56.755] >> AuxHID 0x056a 0x0302 0xFF00 0x0080
[2019-07-17 16:57:56.755] >> AuxReportId 0x02
[2019-07-17 16:57:56.755] >> AuxReportLength 64
[2019-07-17 16:57:56.755] >> AuxDetectMask 0x80
[2019-07-17 16:57:56.755] >> AuxIgnoreMask 0x81
[2019-07-17 16:57:56.755] >> AuxCustomData ReportId Source=0
[2019-07-17 16:57:56.755] >> AuxCustomData ButtonsLow Source=3 SourceMask=0x0F
[2019-07-17 16:57:56.755] >> AuxCustomData Detect Source=2
[2019-07-17 16:57:56.755] >> AuxButtonCount 4
[2019-07-17 16:57:56.755] >> #
[2019-07-17 16:57:56.755] >> # Wacom CTL-680 (Wacom drivers installed)
[2019-07-17 16:57:56.755] >> #
[2019-07-17 16:57:56.755] >> HIDTablet 0x056a 0x0323 0xFF00 0x000A
[2019-07-17 16:57:56.758] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0323 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.769] >> Name "Wacom CTL-680"
[2019-07-17 16:57:56.769] >> ReportId 0x02
[2019-07-17 16:57:56.769] >> ReportLength 11
[2019-07-17 16:57:56.769] >> DetectMask 0x40
[2019-07-17 16:57:56.769] >> MaxX 21600
[2019-07-17 16:57:56.769] >> MaxY 13500
[2019-07-17 16:57:56.769] >> MaxPressure 1023
[2019-07-17 16:57:56.769] >> Width 216.0
[2019-07-17 16:57:56.769] >> Height 135.0
[2019-07-17 16:57:56.769] >> TabletFormat WacomDrivers
[2019-07-17 16:57:56.769] >> #
[2019-07-17 16:57:56.769] >> # Wacom CTL-680
[2019-07-17 16:57:56.769] >> #
[2019-07-17 16:57:56.769] >> HIDTablet 0x056a 0x0323 0xFF0D 0x0001
[2019-07-17 16:57:56.772] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0323 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.783] >> Name "Wacom CTL-680"
[2019-07-17 16:57:56.783] >> ReportId 0x02
[2019-07-17 16:57:56.783] >> ReportLength 10
[2019-07-17 16:57:56.783] >> DetectMask 0x40
[2019-07-17 16:57:56.783] >> MaxX 21600
[2019-07-17 16:57:56.783] >> MaxY 13500
[2019-07-17 16:57:56.783] >> MaxPressure 1023
[2019-07-17 16:57:56.783] >> Width 216.0
[2019-07-17 16:57:56.783] >> Height 135.0
[2019-07-17 16:57:56.783] >> InitFeature 0x02 0x02
[2019-07-17 16:57:56.783] >> #
[2019-07-17 16:57:56.783] >> # Wacom CTH-680 (Wacom drivers installed)
[2019-07-17 16:57:56.783] >> #
[2019-07-17 16:57:56.783] >> HIDTablet 0x056a 0x0303 0xFF00 0x000A
[2019-07-17 16:57:56.786] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0303 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.797] >> Name "Wacom CTH-680 (Wacom drivers installed)"
[2019-07-17 16:57:56.797] >> ReportId 0x02
[2019-07-17 16:57:56.797] >> ReportLength 11
[2019-07-17 16:57:56.797] >> DetectMask 0x40
[2019-07-17 16:57:56.797] >> MaxX 21600
[2019-07-17 16:57:56.797] >> MaxY 13500
[2019-07-17 16:57:56.797] >> MaxPressure 1023
[2019-07-17 16:57:56.797] >> Width 216.0
[2019-07-17 16:57:56.797] >> Height 135.0
[2019-07-17 16:57:56.797] >> TabletFormat WacomDrivers
[2019-07-17 16:57:56.797] >> #
[2019-07-17 16:57:56.797] >> # Wacom CTH-680
[2019-07-17 16:57:56.797] >> #
[2019-07-17 16:57:56.797] >> HIDTablet 0x056a 0x0303 0xFF0D 0x0001
[2019-07-17 16:57:56.800] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0303 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.811] >> Name "Wacom CTH-680"
[2019-07-17 16:57:56.811] >> ReportId 0x02
[2019-07-17 16:57:56.811] >> ReportLength 10
[2019-07-17 16:57:56.811] >> DetectMask 0x40
[2019-07-17 16:57:56.811] >> MaxX 21600
[2019-07-17 16:57:56.811] >> MaxY 13500
[2019-07-17 16:57:56.811] >> MaxPressure 1023
[2019-07-17 16:57:56.811] >> Width 216.0
[2019-07-17 16:57:56.811] >> Height 135.0
[2019-07-17 16:57:56.811] >> InitFeature 0x02 0x02
[2019-07-17 16:57:56.811] >> #
[2019-07-17 16:57:56.811] >> # Wacom CTL-490 (Wacom drivers installed)
[2019-07-17 16:57:56.811] >> #
[2019-07-17 16:57:56.811] >> HIDTablet 0x056a 0x033b 0xFF00 0x000A
[2019-07-17 16:57:56.814] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033B UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.825] >> Name "Wacom CTL-490 (Wacom drivers installed)"
[2019-07-17 16:57:56.825] >> ReportId 0x10
[2019-07-17 16:57:56.825] >> ReportLength 11
[2019-07-17 16:57:56.825] >> DetectMask 0xA0
[2019-07-17 16:57:56.825] >> MaxX 15200
[2019-07-17 16:57:56.825] >> MaxY 9500
[2019-07-17 16:57:56.825] >> MaxPressure 2047
[2019-07-17 16:57:56.825] >> KeepTipDown 2
[2019-07-17 16:57:56.825] >> Width 152.0
[2019-07-17 16:57:56.825] >> Height 95.0
[2019-07-17 16:57:56.825] >> TabletFormat WacomIntuosV2
[2019-07-17 16:57:56.825] >> AuxHID 0x056a 0x033b 0xFF00 0x000B
[2019-07-17 16:57:56.825] >> AuxReportId 0x01
[2019-07-17 16:57:56.825] >> AuxReportLength 64
[2019-07-17 16:57:56.825] >> AuxDetectMask 0x80
[2019-07-17 16:57:56.825] >> AuxIgnoreMask 0x81
[2019-07-17 16:57:56.825] >> AuxCustomData ReportId Source=1
[2019-07-17 16:57:56.825] >> AuxCustomData ButtonsLow Source=3 SourceMask=0x0F
[2019-07-17 16:57:56.825] >> AuxCustomData Detect Source=2
[2019-07-17 16:57:56.825] >> AuxButtonCount 4
[2019-07-17 16:57:56.825] >> #
[2019-07-17 16:57:56.825] >> # Wacom CTL-490
[2019-07-17 16:57:56.825] >> #
[2019-07-17 16:57:56.825] >> HIDTablet 0x056a 0x033b 0xFF0D 0x0001
[2019-07-17 16:57:56.828] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033B UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.839] >> Name "Wacom CTL-490"
[2019-07-17 16:57:56.839] >> ReportId 0x10
[2019-07-17 16:57:56.839] >> ReportLength 10
[2019-07-17 16:57:56.839] >> DetectMask 0xA0
[2019-07-17 16:57:56.839] >> MaxX 15200
[2019-07-17 16:57:56.839] >> MaxY 9500
[2019-07-17 16:57:56.839] >> MaxPressure 2047
[2019-07-17 16:57:56.839] >> KeepTipDown 2
[2019-07-17 16:57:56.839] >> Width 152.0
[2019-07-17 16:57:56.839] >> Height 95.0
[2019-07-17 16:57:56.839] >> InitFeature 0x02 0x02
[2019-07-17 16:57:56.839] >> TabletFormat WacomIntuosV2
[2019-07-17 16:57:56.839] >> AuxHID 0x056a 0x033b 0xFF00 0x0080
[2019-07-17 16:57:56.839] >> AuxReportId 0x02
[2019-07-17 16:57:56.839] >> AuxReportLength 64
[2019-07-17 16:57:56.839] >> AuxDetectMask 0x80
[2019-07-17 16:57:56.839] >> AuxIgnoreMask 0x81
[2019-07-17 16:57:56.839] >> AuxCustomData ReportId Source=0
[2019-07-17 16:57:56.839] >> AuxCustomData ButtonsLow Source=3 SourceMask=0x0F
[2019-07-17 16:57:56.839] >> AuxCustomData Detect Source=2
[2019-07-17 16:57:56.839] >> AuxButtonCount 4
[2019-07-17 16:57:56.839] >> #
[2019-07-17 16:57:56.839] >> # Wacom CTH-490 (Wacom drivers installed)
[2019-07-17 16:57:56.839] >> #
[2019-07-17 16:57:56.839] >> HIDTablet 0x056a 0x033c 0xFF00 0x000A
[2019-07-17 16:57:56.842] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033C UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.853] >> Name "Wacom CTH-490 (Wacom drivers installed)"
[2019-07-17 16:57:56.853] >> ReportId 0x10
[2019-07-17 16:57:56.853] >> ReportLength 11
[2019-07-17 16:57:56.853] >> DetectMask 0xA0
[2019-07-17 16:57:56.853] >> MaxX 15200
[2019-07-17 16:57:56.853] >> MaxY 9500
[2019-07-17 16:57:56.853] >> MaxPressure 2047
[2019-07-17 16:57:56.853] >> KeepTipDown 2
[2019-07-17 16:57:56.853] >> Width 152.0
[2019-07-17 16:57:56.853] >> Height 95.0
[2019-07-17 16:57:56.853] >> TabletFormat WacomIntuosV2
[2019-07-17 16:57:56.853] >> #
[2019-07-17 16:57:56.853] >> # Wacom CTH-490
[2019-07-17 16:57:56.853] >> #
[2019-07-17 16:57:56.853] >> HIDTablet 0x056a 0x033c 0xFF0D 0x0001
[2019-07-17 16:57:56.856] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033C UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.867] >> Name "Wacom CTH-490"
[2019-07-17 16:57:56.867] >> ReportId 0x10
[2019-07-17 16:57:56.867] >> ReportLength 10
[2019-07-17 16:57:56.867] >> DetectMask 0xA0
[2019-07-17 16:57:56.867] >> MaxX 15200
[2019-07-17 16:57:56.867] >> MaxY 9500
[2019-07-17 16:57:56.867] >> MaxPressure 2047
[2019-07-17 16:57:56.867] >> KeepTipDown 2
[2019-07-17 16:57:56.867] >> Width 152.0
[2019-07-17 16:57:56.867] >> Height 95.0
[2019-07-17 16:57:56.867] >> InitFeature 0x02 0x02
[2019-07-17 16:57:56.867] >> TabletFormat WacomIntuosV2
[2019-07-17 16:57:56.867] >> #
[2019-07-17 16:57:56.867] >> # Wacom CTL-690 (Wacom drivers installed)
[2019-07-17 16:57:56.867] >> #
[2019-07-17 16:57:56.867] >> HIDTablet 0x056A 0x033D 0xFF00 0x000A
[2019-07-17 16:57:56.870] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033D UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.881] >> Name "Wacom CTL-690 (Wacom drivers installed)"
[2019-07-17 16:57:56.881] >> ReportId 0x10
[2019-07-17 16:57:56.881] >> ReportLength 11
[2019-07-17 16:57:56.881] >> DetectMask 0xA0
[2019-07-17 16:57:56.881] >> MaxX 21600
[2019-07-17 16:57:56.881] >> MaxY 13500
[2019-07-17 16:57:56.881] >> MaxPressure 2047
[2019-07-17 16:57:56.881] >> Width 216.000
[2019-07-17 16:57:56.881] >> Height 135.000
[2019-07-17 16:57:56.881] >> KeepTipDown 2
[2019-07-17 16:57:56.881] >> TabletFormat WacomIntuosV2
[2019-07-17 16:57:56.881] >> #
[2019-07-17 16:57:56.881] >> # Wacom CTL-690
[2019-07-17 16:57:56.881] >> #
[2019-07-17 16:57:56.881] >> HIDTablet 0x056A 0x033D 0xFF0D 0x0001
[2019-07-17 16:57:56.885] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033D UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.896] >> Name "Wacom CTL-690"
[2019-07-17 16:57:56.896] >> ReportId 0x10
[2019-07-17 16:57:56.896] >> ReportLength 10
[2019-07-17 16:57:56.896] >> DetectMask 0xA0
[2019-07-17 16:57:56.896] >> MaxX 21600
[2019-07-17 16:57:56.896] >> MaxY 13500
[2019-07-17 16:57:56.896] >> MaxPressure 2047
[2019-07-17 16:57:56.896] >> Width 216.000
[2019-07-17 16:57:56.896] >> Height 135.000
[2019-07-17 16:57:56.896] >> KeepTipDown 2
[2019-07-17 16:57:56.896] >> InitFeature 0x02 0x02
[2019-07-17 16:57:56.896] >> TabletFormat WacomIntuosV2
[2019-07-17 16:57:56.896] >> #
[2019-07-17 16:57:56.896] >> # Wacom CTH-690 (Wacom drivers installed)
[2019-07-17 16:57:56.896] >> #
[2019-07-17 16:57:56.896] >> HIDTablet 0x056A 0x033E 0xFF00 0x000A
[2019-07-17 16:57:56.899] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033E UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.910] >> Name "Wacom CTH-690"
[2019-07-17 16:57:56.910] >> ReportId 0x10
[2019-07-17 16:57:56.910] >> ReportLength 11
[2019-07-17 16:57:56.910] >> DetectMask 0xA0
[2019-07-17 16:57:56.910] >> MaxX 21600
[2019-07-17 16:57:56.910] >> MaxY 13500
[2019-07-17 16:57:56.910] >> MaxPressure 2047
[2019-07-17 16:57:56.910] >> Width 216.000
[2019-07-17 16:57:56.910] >> Height 135.000
[2019-07-17 16:57:56.910] >> KeepTipDown 2
[2019-07-17 16:57:56.910] >> TabletFormat WacomIntuosV2
[2019-07-17 16:57:56.910] >> #
[2019-07-17 16:57:56.910] >> # Wacom CTH-690
[2019-07-17 16:57:56.910] >> #
[2019-07-17 16:57:56.910] >> HIDTablet 0x056A 0x033E 0xFF0D 0x0001
[2019-07-17 16:57:56.913] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033E UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.924] >> Name "Wacom CTH-690"
[2019-07-17 16:57:56.924] >> ReportId 0x10
[2019-07-17 16:57:56.924] >> ReportLength 10
[2019-07-17 16:57:56.924] >> DetectMask 0xA0
[2019-07-17 16:57:56.924] >> MaxX 21600
[2019-07-17 16:57:56.924] >> MaxY 13500
[2019-07-17 16:57:56.924] >> MaxPressure 2047
[2019-07-17 16:57:56.924] >> Width 216.000
[2019-07-17 16:57:56.924] >> Height 135.000
[2019-07-17 16:57:56.924] >> KeepTipDown 2
[2019-07-17 16:57:56.924] >> InitFeature 0x02 0x02
[2019-07-17 16:57:56.924] >> TabletFormat WacomIntuosV2
[2019-07-17 16:57:56.924] >> #
[2019-07-17 16:57:56.924] >> # Wacom CTL-4100 (Wacom drivers installed)
[2019-07-17 16:57:56.924] >> #
[2019-07-17 16:57:56.924] >> HIDTablet 0x056a 0x0376 0xFF00 0x000A
[2019-07-17 16:57:56.927] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0376 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.938] >> HIDTablet 0x056a 0x0374 0xFF00 0x000A
[2019-07-17 16:57:56.940] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0374 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:56.951] >> Name "Wacom CTL-4100 (Wacom drivers installed)"
[2019-07-17 16:57:56.951] >> ReportId 0x10
[2019-07-17 16:57:56.951] >> ReportLength 193
[2019-07-17 16:57:56.951] >> DetectMask 0x20
[2019-07-17 16:57:56.951] >> MaxX 15200
[2019-07-17 16:57:56.951] >> MaxY 9500
[2019-07-17 16:57:56.951] >> MaxPressure 4095
[2019-07-17 16:57:56.951] >> Width 152.0
[2019-07-17 16:57:56.951] >> Height 95.0
[2019-07-17 16:57:56.951] >> TabletFormat WacomIntuosV3
[2019-07-17 16:57:56.951] >> AuxReportId 0x11
[2019-07-17 16:57:56.951] >> AuxReportLength 193
[2019-07-17 16:57:56.951] >> AuxCustomData ReportId Source=1
[2019-07-17 16:57:56.951] >> AuxCustomData ButtonsLow Source=2 SourceMask=0x0F
[2019-07-17 16:57:56.951] >> AuxButtonCount 4
[2019-07-17 16:57:56.951] >> #
[2019-07-17 16:57:56.951] >> # Wacom CTL-4100
[2019-07-17 16:57:56.951] >> #
[2019-07-17 16:57:56.951] >> HIDTablet 0x056a 0x0376 0xFF0D 0x0001
[2019-07-17 16:57:56.954] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0376 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.965] >> HIDTablet 0x056a 0x0374 0xFF0D 0x0001
[2019-07-17 16:57:56.967] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0374 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.979] >> Name "Wacom CTL-4100"
[2019-07-17 16:57:56.979] >> ReportId 0x10
[2019-07-17 16:57:56.979] >> ReportLength 192
[2019-07-17 16:57:56.979] >> DetectMask 0x20
[2019-07-17 16:57:56.979] >> MaxX 15200
[2019-07-17 16:57:56.979] >> MaxY 9500
[2019-07-17 16:57:56.979] >> MaxPressure 4095
[2019-07-17 16:57:56.979] >> Width 152.0
[2019-07-17 16:57:56.979] >> Height 95.0
[2019-07-17 16:57:56.979] >> TabletFormat WacomIntuosV3
[2019-07-17 16:57:56.979] >> #AuxHID 0x056a 0x0376 0xFF0D 0x0001
[2019-07-17 16:57:56.979] >> #AuxHID 0x056a 0x0374 0xFF0D 0x0001
[2019-07-17 16:57:56.979] >> AuxReportId 0x11
[2019-07-17 16:57:56.979] >> AuxReportLength 192
[2019-07-17 16:57:56.979] >> AuxCustomData ReportId Source=0
[2019-07-17 16:57:56.979] >> AuxCustomData ButtonsLow Source=1 SourceMask=0x0F
[2019-07-17 16:57:56.979] >> AuxButtonCount 4
[2019-07-17 16:57:56.979] >> #
[2019-07-17 16:57:56.979] >> # Wacom CTL-4100 Bluetooth
[2019-07-17 16:57:56.979] >> #
[2019-07-17 16:57:56.979] >> HIDTablet 0x056a 0x0377 0xFF0D 0x0001
[2019-07-17 16:57:56.982] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0377 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:56.994] >> Name "Wacom CTL-4100 Bluetooth (Experimental)"
[2019-07-17 16:57:56.994] >> ReportId 0x81
[2019-07-17 16:57:56.994] >> ReportLength 361
[2019-07-17 16:57:56.994] >> DetectMask 0xE0
[2019-07-17 16:57:56.994] >> MaxX 15200
[2019-07-17 16:57:56.994] >> MaxY 9500
[2019-07-17 16:57:56.994] >> MaxPressure 4095
[2019-07-17 16:57:56.994] >> Width 152.0
[2019-07-17 16:57:56.994] >> Height 95.0
[2019-07-17 16:57:56.994] >> #
[2019-07-17 16:57:56.994] >> # Wacom CTL-6100 (Wacom drivers installed)
[2019-07-17 16:57:56.994] >> #
[2019-07-17 16:57:56.994] >> HIDTablet 0x056a 0x0375 0xFF00 0x000A
[2019-07-17 16:57:56.997] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0375 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:57.008] >> HIDTablet 0x056a 0x0378 0xFF00 0x000A
[2019-07-17 16:57:57.010] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0378 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:57.021] >> Name "Wacom CTL-6100 (Wacom drivers installed)"
[2019-07-17 16:57:57.021] >> ReportId 0x10
[2019-07-17 16:57:57.021] >> ReportLength 193
[2019-07-17 16:57:57.021] >> DetectMask 0x20
[2019-07-17 16:57:57.021] >> MaxX 21600
[2019-07-17 16:57:57.021] >> MaxY 13500
[2019-07-17 16:57:57.021] >> MaxPressure 4095
[2019-07-17 16:57:57.021] >> Width 216.0
[2019-07-17 16:57:57.021] >> Height 135.0
[2019-07-17 16:57:57.021] >> TabletFormat WacomIntuosV3
[2019-07-17 16:57:57.021] >> AuxReportId 0x11
[2019-07-17 16:57:57.021] >> AuxReportLength 193
[2019-07-17 16:57:57.021] >> AuxCustomData ReportId Source=1
[2019-07-17 16:57:57.021] >> AuxCustomData ButtonsLow Source=2 SourceMask=0x0F
[2019-07-17 16:57:57.021] >> AuxButtonCount 4
[2019-07-17 16:57:57.021] >> #
[2019-07-17 16:57:57.021] >> # Wacom CTL-6100
[2019-07-17 16:57:57.021] >> #
[2019-07-17 16:57:57.021] >> HIDTablet 0x056a 0x0375 0xFF0D 0x0001
[2019-07-17 16:57:57.024] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0375 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:57.035] >> HIDTablet 0x056a 0x0378 0xFF0D 0x0001
[2019-07-17 16:57:57.037] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0378 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:57.048] >> Name "Wacom CTL-6100"
[2019-07-17 16:57:57.048] >> ReportId 0x10
[2019-07-17 16:57:57.048] >> ReportLength 192
[2019-07-17 16:57:57.048] >> DetectMask 0x20
[2019-07-17 16:57:57.048] >> MaxX 21600
[2019-07-17 16:57:57.048] >> MaxY 13500
[2019-07-17 16:57:57.048] >> MaxPressure 4095
[2019-07-17 16:57:57.048] >> Width 216.0
[2019-07-17 16:57:57.048] >> Height 135.0
[2019-07-17 16:57:57.048] >> TabletFormat WacomIntuosV3
[2019-07-17 16:57:57.048] >> AuxReportId 0x11
[2019-07-17 16:57:57.048] >> AuxReportLength 192
[2019-07-17 16:57:57.048] >> AuxCustomData ReportId Source=0
[2019-07-17 16:57:57.048] >> AuxCustomData ButtonsLow Source=1 SourceMask=0x0F
[2019-07-17 16:57:57.048] >> AuxButtonCount 4
[2019-07-17 16:57:57.048] >> #
[2019-07-17 16:57:57.048] >> # Wacom PTH-451 ???
[2019-07-17 16:57:57.049] >> #
[2019-07-17 16:57:57.049] >> HIDTablet 0x056a 0x0314 0xFF0D 0x01
[2019-07-17 16:57:57.052] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0314 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:57.063] >> Name "Wacom PTH-451"
[2019-07-17 16:57:57.063] >> ReportLength 10
[2019-07-17 16:57:57.063] >> DetectMask 0xE0
[2019-07-17 16:57:57.063] >> MaxX 31496
[2019-07-17 16:57:57.063] >> MaxY 19685
[2019-07-17 16:57:57.063] >> MaxPressure 2047
[2019-07-17 16:57:57.063] >> Width 157.0
[2019-07-17 16:57:57.063] >> Height 98.0
[2019-07-17 16:57:57.063] >> InitFeature 0x02 0x02
[2019-07-17 16:57:57.063] >> TabletFormat WacomIntuosV2
[2019-07-17 16:57:57.063] >> #
[2019-07-17 16:57:57.063] >> # Wacom PTH-850
[2019-07-17 16:57:57.063] >> #
[2019-07-17 16:57:57.063] >> HIDTablet 0x056A 0x0028 0x00D 0x0001
[2019-07-17 16:57:57.067] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0028 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:57.078] >> Name "Wacom PTH-850"
[2019-07-17 16:57:57.078] >> ReportLength 10
[2019-07-17 16:57:57.078] >> DetectMask 0xE0
[2019-07-17 16:57:57.078] >> MaxX 65024
[2019-07-17 16:57:57.078] >> MaxY 40640
[2019-07-17 16:57:57.078] >> MaxPressure 2047
[2019-07-17 16:57:57.078] >> Width 325.120
[2019-07-17 16:57:57.078] >> Height 203.200
[2019-07-17 16:57:57.078] >> InitFeature 0x02 0x02
[2019-07-17 16:57:57.078] >> TabletFormat WacomIntuosV2
[2019-07-17 16:57:57.078] >> #
[2019-07-17 16:57:57.078] >> # Wacom PTH-660 (USB) (Wacom drivers installed)
[2019-07-17 16:57:57.078] >> #
[2019-07-17 16:57:57.078] >> HIDTablet 0x056A 0x0357 0xFF00 0x000A
[2019-07-17 16:57:57.081] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0357 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-07-17 16:57:57.092] >> Name "Wacom PTH-660 (Wacom drivers installed)"
[2019-07-17 16:57:57.092] >> ReportId 0x10
[2019-07-17 16:57:57.092] >> ReportLength 193
[2019-07-17 16:57:57.092] >> DetectMask 0x40
[2019-07-17 16:57:57.092] >> MaxX 44800
[2019-07-17 16:57:57.092] >> MaxY 29600
[2019-07-17 16:57:57.092] >> MaxPressure 8191
[2019-07-17 16:57:57.092] >> Width 226.0
[2019-07-17 16:57:57.092] >> Height 150.0
[2019-07-17 16:57:57.092] >> TabletFormat WacomIntuosV3
[2019-07-17 16:57:57.092] >> #
[2019-07-17 16:57:57.092] >> # Wacom PTH-660 (USB)
[2019-07-17 16:57:57.092] >> #
[2019-07-17 16:57:57.092] >> HIDTablet 0x056A 0x0357 0xFF0D 0x0001
[2019-07-17 16:57:57.095] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0357 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:57.106] >> Name "Wacom PTH-660"
[2019-07-17 16:57:57.106] >> ReportId 0x10
[2019-07-17 16:57:57.106] >> ReportLength 192
[2019-07-17 16:57:57.106] >> DetectMask 0x40
[2019-07-17 16:57:57.106] >> MaxX 44800
[2019-07-17 16:57:57.106] >> MaxY 29600
[2019-07-17 16:57:57.106] >> MaxPressure 8191
[2019-07-17 16:57:57.106] >> Width 226.0
[2019-07-17 16:57:57.106] >> Height 150.0
[2019-07-17 16:57:57.106] >> TabletFormat WacomIntuosV3
[2019-07-17 16:57:57.106] >> #
[2019-07-17 16:57:57.106] >> # Wacom PTH-660 (Bluetooth)
[2019-07-17 16:57:57.106] >> #
[2019-07-17 16:57:57.106] >> HIDTablet 0x056a 0x0360 0xFF0D 0x0001
[2019-07-17 16:57:57.109] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0360 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-07-17 16:57:57.120] >> Name "Wacom PTH-660 Bluetooth (Experimental)"
[2019-07-17 16:57:57.120] >> ReportLength 361
[2019-07-17 16:57:57.120] >> DetectMask 0xE0
[2019-07-17 16:57:57.120] >> MaxX 44800
[2019-07-17 16:57:57.120] >> MaxY 29600
[2019-07-17 16:57:57.120] >> MaxPressure 8191
[2019-07-17 16:57:57.120] >> Width 226.0
[2019-07-17 16:57:57.120] >> Height 150.0
[2019-07-17 16:57:57.120] >> #
[2019-07-17 16:57:57.120] >> # XP-Pen G430S
[2019-07-17 16:57:57.120] >> #
[2019-07-17 16:57:57.120] >> HIDTablet 0x28BD 0x0075 0xFF0A 0x0001
[2019-07-17 16:57:57.123] [WARNING] Can't open HID tablet Vendor=0x28BD Product=0x0075 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-07-17 16:57:57.134] >> CheckString Product "G430S"
[2019-07-17 16:57:57.134] >> Name "XP-Pen G430S"
[2019-07-17 16:57:57.134] >> ReportId 0x02
[2019-07-17 16:57:57.134] >> ReportLength 8
[2019-07-17 16:57:57.134] >> DetectMask 0x80
[2019-07-17 16:57:57.134] >> MaxX 20320
[2019-07-17 16:57:57.134] >> MaxY 15240
[2019-07-17 16:57:57.134] >> MaxPressure 8191
[2019-07-17 16:57:57.134] >> Width 101.6
[2019-07-17 16:57:57.134] >> Height 76.2
[2019-07-17 16:57:57.134] >> InitReport 0x02 0xB0 0x02 0x00 0x00 0x00 0x00 0x00
[2019-07-17 16:57:57.134] >> #
[2019-07-17 16:57:57.134] >> # XP-Pen G430
[2019-07-17 16:57:57.134] >> #
[2019-07-17 16:57:57.134] >> HIDTablet 0x28BD 0x0075 0xFF0A 0x0001
[2019-07-17 16:57:57.137] [WARNING] Can't open HID tablet Vendor=0x28BD Product=0x0075 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-07-17 16:57:57.148] >> CheckString Product "TABLET G3"
[2019-07-17 16:57:57.148] >> Name "XP-Pen G430"
[2019-07-17 16:57:57.148] >> ReportId 0x02
[2019-07-17 16:57:57.148] >> ReportLength 8
[2019-07-17 16:57:57.148] >> DetectMask 0x80
[2019-07-17 16:57:57.148] >> MaxX 45720
[2019-07-17 16:57:57.148] >> MaxY 29210
[2019-07-17 16:57:57.148] >> MaxPressure 2047
[2019-07-17 16:57:57.148] >> Width 102.4
[2019-07-17 16:57:57.148] >> Height 76.2
[2019-07-17 16:57:57.148] >> InitReport 0x02 0xB0 0x02 0x00 0x00 0x00 0x00 0x00
[2019-07-17 16:57:57.148] >> #
[2019-07-17 16:57:57.148] >> # XP-Pen G540 Pro
[2019-07-17 16:57:57.148] >> #
[2019-07-17 16:57:57.148] >> HIDTablet 0x28BD 0x0061 0xFF0A 0x0001
[2019-07-17 16:57:57.151] [WARNING] Can't open HID tablet Vendor=0x28BD Product=0x0061 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-07-17 16:57:57.162] >> Name "XP-Pen G540 Pro"
[2019-07-17 16:57:57.162] >> ReportId 0x02
[2019-07-17 16:57:57.162] >> ReportLength 8
[2019-07-17 16:57:57.162] >> DetectMask 0x80
[2019-07-17 16:57:57.162] >> MaxX 45720
[2019-07-17 16:57:57.162] >> MaxY 29210
[2019-07-17 16:57:57.162] >> MaxPressure 8191
[2019-07-17 16:57:57.162] >> Width 147.0
[2019-07-17 16:57:57.162] >> Height 101.6
[2019-07-17 16:57:57.162] >> InitReport 0x02 0xB0 0x02 0x00 0x00 0x00 0x00 0x00
[2019-07-17 16:57:57.162] >> #
[2019-07-17 16:57:57.162] >> # XP-Pen G640
[2019-07-17 16:57:57.162] >> #
[2019-07-17 16:57:57.162] >> HIDTablet 0x28BD 0x0094 0xFF0A 0x0001
[2019-07-17 16:57:57.165] [WARNING] Can't open HID tablet Vendor=0x28BD Product=0x0094 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-07-17 16:57:57.176] >> #CheckString Manufacturer "XP-PEN"
[2019-07-17 16:57:57.176] >> #CheckString Product "STAR G640"
[2019-07-17 16:57:57.176] >> Name "XP-Pen G640"
[2019-07-17 16:57:57.176] >> ReportId 0x02
[2019-07-17 16:57:57.176] >> ReportLength 8
[2019-07-17 16:57:57.176] >> DetectMask 0x80
[2019-07-17 16:57:57.176] >> MaxX 32000
[2019-07-17 16:57:57.176] >> MaxY 20000
[2019-07-17 16:57:57.176] >> MaxPressure 8191
[2019-07-17 16:57:57.176] >> Width 160.0
[2019-07-17 16:57:57.176] >> Height 100.0
[2019-07-17 16:57:57.176] >> InitReport 0x02 0xB0 0x02 0x00 0x00 0x00 0x00 0x00
[2019-07-17 16:57:57.176] >> #
[2019-07-17 16:57:57.176] >> # XP-Pen G640s
[2019-07-17 16:57:57.176] >> #
[2019-07-17 16:57:57.176] >> HIDTablet 0x28BD 0x0906 0xFF0A 0x0001
[2019-07-17 16:57:57.179] [WARNING] Can't open HID tablet Vendor=0x28BD Product=0x0906 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-07-17 16:57:57.190] >> Name "XP-Pen G640s"
[2019-07-17 16:57:57.190] >> ReportId 0x02
[2019-07-17 16:57:57.190] >> ReportLength 10
[2019-07-17 16:57:57.190] >> DetectMask 0x80
[2019-07-17 16:57:57.190] >> MaxX 32000
[2019-07-17 16:57:57.190] >> MaxY 20000
[2019-07-17 16:57:57.190] >> MaxPressure 8191
[2019-07-17 16:57:57.190] >> Width 160.0
[2019-07-17 16:57:57.190] >> Height 100.0
[2019-07-17 16:57:57.190] >> InitReport 0x02 0xB0 0x04 0x00 0x00 0x00 0x00 0x00
[2019-07-17 16:57:57.190] >> #
[2019-07-17 16:57:57.190] >> # XP-Pen Deco 01
[2019-07-17 16:57:57.190] >> #
[2019-07-17 16:57:57.190] >> HIDTablet 0x28BD 0x0042 0xFF0A 0x0001
[2019-07-17 16:57:57.193] [WARNING] Can't open HID tablet Vendor=0x28BD Product=0x0042 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-07-17 16:57:57.204] >> Name "XP-Pen Deco 01"
[2019-07-17 16:57:57.204] >> ReportId 0x02
[2019-07-17 16:57:57.204] >> ReportLength 8
[2019-07-17 16:57:57.204] >> DetectMask 0x80
[2019-07-17 16:57:57.204] >> MaxX 25400
[2019-07-17 16:57:57.204] >> MaxY 15875
[2019-07-17 16:57:57.204] >> MaxPressure 8191
[2019-07-17 16:57:57.204] >> Width 254.0
[2019-07-17 16:57:57.204] >> Height 158.75
[2019-07-17 16:57:57.204] >> InitReport 0x02 0xB0 0x02 0x00 0x00 0x00 0x00 0x00
[2019-07-17 16:57:57.204] >> #
[2019-07-17 16:57:57.204] >> # XP-Pen Deco 01 v2
[2019-07-17 16:57:57.204] >> #
[2019-07-17 16:57:57.204] >> HIDTablet 0x28BD 0x0902 0xFF0A 0x0001
[2019-07-17 16:57:57.207] [WARNING] Can't open HID tablet Vendor=0x28BD Product=0x0902 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-07-17 16:57:57.218] >> Name "XP-Pen Deco 01 v2"
[2019-07-17 16:57:57.218] >> ReportId 0x02
[2019-07-17 16:57:57.218] >> ReportLength 10
[2019-07-17 16:57:57.218] >> DetectMask 0x80
[2019-07-17 16:57:57.218] >> MaxX 25400
[2019-07-17 16:57:57.218] >> MaxY 15875
[2019-07-17 16:57:57.218] >> MaxPressure 8191
[2019-07-17 16:57:57.218] >> Width 254.0
[2019-07-17 16:57:57.218] >> Height 158.75
[2019-07-17 16:57:57.218] >> InitReport 0x02 0xB0 0x04 0x00 0x00 0x00 0x00 0x00
[2019-07-17 16:57:57.218] >> #
[2019-07-17 16:57:57.218] >> # Huion 420
[2019-07-17 16:57:57.218] >> #
[2019-07-17 16:57:57.218] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-07-17 16:57:57.257] WinUSB tablet found! Manufacturer = 'HUION', Product = 'Huion Tablet', Serial = ''
[2019-07-17 16:57:57.257] >> CheckString 6 "420"
[2019-07-17 16:57:57.344] Device string (6) '' does not match with '420'. Tablet invalid!
[2019-07-17 16:57:57.344] >> Name "Huion 420"
[2019-07-17 16:57:57.344] >> ReportId 0x07
[2019-07-17 16:57:57.345] >> ReportLength 8
[2019-07-17 16:57:57.345] >> DetectMask 0x80
[2019-07-17 16:57:57.345] >> MaxX 8340
[2019-07-17 16:57:57.345] >> MaxY 4680
[2019-07-17 16:57:57.345] >> MaxPressure 2047
[2019-07-17 16:57:57.345] >> Width 105.918
[2019-07-17 16:57:57.345] >> Height 59.436
[2019-07-17 16:57:57.345] >> InitStrings 100 200
[2019-07-17 16:57:57.345] >> #
[2019-07-17 16:57:57.345] >> # Huion H420
[2019-07-17 16:57:57.345] >> #
[2019-07-17 16:57:57.345] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-07-17 16:57:57.378] WinUSB tablet found! Manufacturer = 'HUION', Product = 'Huion Tablet', Serial = ''
[2019-07-17 16:57:57.378] >> CheckString 6 "H420"
[2019-07-17 16:57:57.462] Device string (6) '' does not match with 'H420'. Tablet invalid!
[2019-07-17 16:57:57.463] >> Name "Huion H420"
[2019-07-17 16:57:57.463] >> ReportLength 8
[2019-07-17 16:57:57.463] >> DetectMask 0x80
[2019-07-17 16:57:57.463] >> MaxX 8340
[2019-07-17 16:57:57.463] >> MaxY 4680
[2019-07-17 16:57:57.463] >> MaxPressure 2047
[2019-07-17 16:57:57.463] >> Width 105.918
[2019-07-17 16:57:57.463] >> Height 59.436
[2019-07-17 16:57:57.463] >> InitStrings 100 200
[2019-07-17 16:57:57.463] >> #
[2019-07-17 16:57:57.463] >> # Huion H430P
[2019-07-17 16:57:57.463] >> #
[2019-07-17 16:57:57.463] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-07-17 16:57:57.496] WinUSB tablet found! Manufacturer = 'HUION', Product = 'Huion Tablet', Serial = ''
[2019-07-17 16:57:57.496] >> CheckString 201 "HUION_T176"
[2019-07-17 16:57:57.516] Device string (201) 'OEM02_T18e_190329' does not match with 'HUION_T176'. Tablet invalid!
[2019-07-17 16:57:57.516] >> Name "Huion H430P"
[2019-07-17 16:57:57.517] >> ReportId 0x08
[2019-07-17 16:57:57.517] >> ReportLength 12
[2019-07-17 16:57:57.517] >> DetectMask 0x80
[2019-07-17 16:57:57.517] >> IgnoreMask 0x60
[2019-07-17 16:57:57.517] >> MaxX 24384
[2019-07-17 16:57:57.517] >> MaxY 15240
[2019-07-17 16:57:57.517] >> MaxPressure 4095
[2019-07-17 16:57:57.517] >> Width 121.92
[2019-07-17 16:57:57.517] >> Height 76.20
[2019-07-17 16:57:57.517] >> InitStrings 100 200
[2019-07-17 16:57:57.517] >> AuxReportId 0x08
[2019-07-17 16:57:57.517] >> AuxReportLength 12
[2019-07-17 16:57:57.517] >> AuxDetectMask 0xE0
[2019-07-17 16:57:57.517] >> AuxgnoreMask 0x80
[2019-07-17 16:57:57.517] >> AuxCustomData ReportId Source=0
[2019-07-17 16:57:57.517] >> AuxCustomData ButtonsLow Source=4 SourceMask=0x0F
[2019-07-17 16:57:57.517] >> AuxCustomData Detect Source=1
[2019-07-17 16:57:57.518] >> AuxButtonCount 4
[2019-07-17 16:57:57.518] >> #
[2019-07-17 16:57:57.518] >> # Huion H640P
[2019-07-17 16:57:57.518] >> #
[2019-07-17 16:57:57.518] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-07-17 16:57:57.553] WinUSB tablet found! Manufacturer = 'HUION', Product = 'Huion Tablet', Serial = ''
[2019-07-17 16:57:57.553] >> CheckString 201 "HUION_T173"
[2019-07-17 16:57:57.570] Device string (201) 'OEM02_T18e_190329' does not match with 'HUION_T173'. Tablet invalid!
[2019-07-17 16:57:57.571] >> Name "Huion H640P"
[2019-07-17 16:57:57.571] >> ReportId 0x08
[2019-07-17 16:57:57.571] >> ReportLength 12
[2019-07-17 16:57:57.571] >> DetectMask 0x80
[2019-07-17 16:57:57.571] >> IgnoreMask 0x60
[2019-07-17 16:57:57.571] >> MaxX 31999
[2019-07-17 16:57:57.571] >> MaxY 20000
[2019-07-17 16:57:57.571] >> MaxPressure 8191
[2019-07-17 16:57:57.571] >> # Specs
[2019-07-17 16:57:57.571] >> #Width 160.0
[2019-07-17 16:57:57.571] >> # Measured
[2019-07-17 16:57:57.571] >> Width 155.0
[2019-07-17 16:57:57.571] >> Height 100.0
[2019-07-17 16:57:57.571] >> InitStrings 100 200
[2019-07-17 16:57:57.571] >> AuxReportId 0x08
[2019-07-17 16:57:57.571] >> AuxReportLength 12
[2019-07-17 16:57:57.571] >> AuxDetectMask 0xE0
[2019-07-17 16:57:57.571] >> AuxgnoreMask 0x80
[2019-07-17 16:57:57.571] >> AuxCustomData ReportId Source=0
[2019-07-17 16:57:57.571] >> AuxCustomData ButtonsLow Source=4 SourceMask=0x3F
[2019-07-17 16:57:57.571] >> AuxCustomData Detect Source=1
[2019-07-17 16:57:57.571] >> AuxButtonCount 6
[2019-07-17 16:57:57.571] >> #
[2019-07-17 16:57:57.571] >> # Huion New 1060 Plus
[2019-07-17 16:57:57.571] >> #
[2019-07-17 16:57:57.572] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-07-17 16:57:57.604] WinUSB tablet found! Manufacturer = 'HUION', Product = 'Huion Tablet', Serial = ''
[2019-07-17 16:57:57.604] >> CheckString 201 "HUION_T174"
[2019-07-17 16:57:57.621] Device string (201) 'OEM02_T18e_190329' does not match with 'HUION_T174'. Tablet invalid!
[2019-07-17 16:57:57.622] >> Name "Huion New 1060 Plus"
[2019-07-17 16:57:57.622] >> ReportId 0x08
[2019-07-17 16:57:57.622] >> ReportLength 12
[2019-07-17 16:57:57.622] >> DetectMask 0x80
[2019-07-17 16:57:57.622] >> IgnoreMask 0x60
[2019-07-17 16:57:57.622] >> MaxX 50800
[2019-07-17 16:57:57.622] >> MaxY 31750
[2019-07-17 16:57:57.622] >> MaxPressure 8191
[2019-07-17 16:57:57.622] >> Width 254
[2019-07-17 16:57:57.622] >> Height 158.75
[2019-07-17 16:57:57.622] >> InitStrings 100 200
[2019-07-17 16:57:57.622] >> AuxReportId 0x08
[2019-07-17 16:57:57.622] >> AuxReportLength 12
[2019-07-17 16:57:57.622] >> AuxDetectMask 0xE0
[2019-07-17 16:57:57.622] >> AuxgnoreMask 0x80
[2019-07-17 16:57:57.622] >> AuxCustomData ReportId Source=0
[2019-07-17 16:57:57.622] >> AuxCustomData ButtonsLow Source=4
[2019-07-17 16:57:57.622] >> AuxCustomData ButtonsHigh Source=5
[2019-07-17 16:57:57.622] >> AuxCustomData Detect Source=1
[2019-07-17 16:57:57.622] >> AuxButtonCount 12
[2019-07-17 16:57:57.622] >> #
[2019-07-17 16:57:57.622] >> # Huion Inspiroy Q11K
[2019-07-17 16:57:57.622] >> #
[2019-07-17 16:57:57.622] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-07-17 16:57:57.661] WinUSB tablet found! Manufacturer = 'HUION', Product = 'Huion Tablet', Serial = ''
[2019-07-17 16:57:57.661] >> CheckString 201 "HUION_T164"
[2019-07-17 16:57:57.681] Device string (201) 'OEM02_T18e_190329' does not match with 'HUION_T164'. Tablet invalid!
[2019-07-17 16:57:57.682] >> Name "Inspiroy Q11K"
[2019-07-17 16:57:57.682] >> ReportId 0x08
[2019-07-17 16:57:57.682] >> ReportLength 12
[2019-07-17 16:57:57.682] >> DetectMask 0x80
[2019-07-17 16:57:57.682] >> IgnoreMask 0x60
[2019-07-17 16:57:57.682] >> MaxX 55880
[2019-07-17 16:57:57.682] >> MaxY 34920
[2019-07-17 16:57:57.682] >> MaxPressure 8191
[2019-07-17 16:57:57.682] >> Width 279.4
[2019-07-17 16:57:57.682] >> Height 174.6
[2019-07-17 16:57:57.682] >> InitStrings 100 200
[2019-07-17 16:57:57.682] >> #
[2019-07-17 16:57:57.682] >> # Gaomon S56K
[2019-07-17 16:57:57.682] >> #
[2019-07-17 16:57:57.682] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-07-17 16:57:57.715] WinUSB tablet found! Manufacturer = 'HUION', Product = 'Huion Tablet', Serial = ''
[2019-07-17 16:57:57.715] >> CheckString 201 "HUION_T156"
[2019-07-17 16:57:57.735] Device string (201) 'OEM02_T18e_190329' does not match with 'HUION_T156'. Tablet invalid!
[2019-07-17 16:57:57.735] >> Name "Gaomon S56K"
[2019-07-17 16:57:57.736] >> ReportId 0x07
[2019-07-17 16:57:57.736] >> ReportLength 8
[2019-07-17 16:57:57.736] >> DetectMask 0x80
[2019-07-17 16:57:57.736] >> MaxX 25196
[2019-07-17 16:57:57.736] >> MaxY 18896
[2019-07-17 16:57:57.736] >> MaxPressure 2047
[2019-07-17 16:57:57.736] >> Width 160.0
[2019-07-17 16:57:57.736] >> Height 120.0
[2019-07-17 16:57:57.736] >> InitStrings 100 200
[2019-07-17 16:57:57.736] >> #
[2019-07-17 16:57:57.736] >> # Huion H610 Pro
[2019-07-17 16:57:57.736] >> #
[2019-07-17 16:57:57.736] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-07-17 16:57:57.769] WinUSB tablet found! Manufacturer = 'HUION', Product = 'Huion Tablet', Serial = ''
[2019-07-17 16:57:57.769] >> CheckString 200 "HVAN"
[2019-07-17 16:57:57.779] Device string (200) 'ΓΌ' does not match with 'HVAN'. Tablet invalid!
[2019-07-17 16:57:57.779] >> CheckString 121 "HA60"
[2019-07-17 16:57:57.779] >> Name "Huion H610 Pro"
[2019-07-17 16:57:57.780] >> ReportId 0x07
[2019-07-17 16:57:57.780] >> ReportLength 4
[2019-07-17 16:57:57.780] >> DetectMask 0x00
[2019-07-17 16:57:57.780] >> MaxX 40000
[2019-07-17 16:57:57.780] >> MaxY 25000
[2019-07-17 16:57:57.780] >> MaxPressure 8191
[2019-07-17 16:57:57.780] >> Width 254
[2019-07-17 16:57:57.780] >> Height 158.75
[2019-07-17 16:57:57.780] >> InitStrings 100 200
[2019-07-17 16:57:57.780] >> #
[2019-07-17 16:57:57.780] >> # Gaomon S620
[2019-07-17 16:57:57.780] >> #
[2019-07-17 16:57:57.780] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-07-17 16:57:57.813] WinUSB tablet found! Manufacturer = 'HUION', Product = 'Huion Tablet', Serial = ''
[2019-07-17 16:57:57.813] >> CheckString 201 "OEM02_T18e_190329"
[2019-07-17 16:57:57.833] Device string (201) 'OEM02_T18e_190329' matches with 'OEM02_T18e_190329'
[2019-07-17 16:57:57.833] >> Name "Gaomon S620"
[2019-07-17 16:57:57.833] Tablet name = 'Gaomon S620'
[2019-07-17 16:57:57.833] >> ReportId 0x00
[2019-07-17 16:57:57.833] Tablet report id = 0
[2019-07-17 16:57:57.833] >> ReportLength 16
[2019-07-17 16:57:57.833] Tablet report length = 16
[2019-07-17 16:57:57.833] >> DetectMask 0x80
[2019-07-17 16:57:57.834] Tablet detect mask = 0x80
[2019-07-17 16:57:57.834] >> MaxX 33020
[2019-07-17 16:57:57.834] Tablet maximum X value = 33020
[2019-07-17 16:57:57.834] >> MaxY 20320
[2019-07-17 16:57:57.834] Tablet maximum Y value = 20320
[2019-07-17 16:57:57.834] >> MaxPressure 8191
[2019-07-17 16:57:57.834] Tablet maximum pressure value = 8191
[2019-07-17 16:57:57.834] >> Width 165.1
[2019-07-17 16:57:57.834] Tablet width = 165.10 mm
[2019-07-17 16:57:57.834] >> Height 101.6
[2019-07-17 16:57:57.834] Tablet height = 101.60 mm
[2019-07-17 16:57:57.834] >> InitStrings 100 200
[2019-07-17 16:57:57.834] Tablet initialization string ids = 100 200
[2019-07-17 16:57:57.834] >> InitStrings 100 200
[2019-07-17 16:57:57.834] Tablet initialization string ids = 100 200 100 200
[2019-07-17 16:57:57.834] >> AuxReportId 0x08
[2019-07-17 16:57:57.834] Auxiliary report id = 8
[2019-07-17 16:57:57.834] >> AuxReportLength 12
[2019-07-17 16:57:57.834] Tablet aux report length = 12
[2019-07-17 16:57:57.834] >> AuxDetectMask 0xE0
[2019-07-17 16:57:57.834] Auxiliary detect mask = 0xE0
[2019-07-17 16:57:57.834] >> AuxgnoreMask 0x80
[2019-07-17 16:57:57.834] >> AuxCustomData ReportId Source=0
[2019-07-17 16:57:57.834] Custom data format: Target=0, TargetMask=0xFF, Source=0, SourceMask=0xFF, SourceShift=0 WriteMode=0
[2019-07-17 16:57:57.834] >> AuxCustomData ButtonsLow Source=4 SourceMask=0x3F
[2019-07-17 16:57:57.834] Custom data format: Target=1, TargetMask=0xFF, Source=4, SourceMask=0x3F, SourceShift=0 WriteMode=0
[2019-07-17 16:57:57.834] >> AuxCustomData Detect Source=1
[2019-07-17 16:57:57.834] Custom data format: Target=5, TargetMask=0xFF, Source=1, SourceMask=0xFF, SourceShift=0 WriteMode=0
[2019-07-17 16:57:57.834] >> AuxButtonCount 4
[2019-07-17 16:57:57.834] Tablet aux button count = 4
[2019-07-17 16:57:57.835] >> #
[2019-07-17 16:57:57.835] >> # Huion osu!tablet
[2019-07-17 16:57:57.835] >> #
[2019-07-17 16:57:57.835] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-07-17 16:57:57.835] Tablet is already defined!
[2019-07-17 16:57:57.835] / End of 'config\tablet.cfg'
[2019-07-17 16:57:57.835] >> Include "config\wacom.cfg"
[2019-07-17 16:57:57.835] \ Reading 'config\wacom.cfg'
[2019-07-17 16:57:57.835] >> #
[2019-07-17 16:57:57.835] >> # This file is automatically generated from these sources:
[2019-07-17 16:57:57.835] >> # https://github.com/linuxwacom/input-wacom/blob/master/3.7/wacom_wac.h
[2019-07-17 16:57:57.835] >> # https://github.com/linuxwacom/input-wacom/blob/master/3.7/wacom_wac.c
[2019-07-17 16:57:57.835] >> # https://github.com/linuxwacom/input-wacom/wiki/Device-IDs
[2019-07-17 16:57:57.835] >> #
[2019-07-17 16:57:57.835] >> # DO NOT EDIT THIS FILE!
[2019-07-17 16:57:57.835] >> # Make the configuration modifications to the tablet.cfg
[2019-07-17 16:57:57.835] >> # Tablet.cfg will overwrite the settings from this file, if the tablet is found.
[2019-07-17 16:57:57.835] >> #
[2019-07-17 16:57:57.835] >> # Wacom PTK-1240 (Wacom drivers installed)
[2019-07-17 16:57:57.835] >> HIDTablet 0x056A 0x00BB 0xFF00 0x000A
[2019-07-17 16:57:57.835] Tablet is already defined!
[2019-07-17 16:57:57.835] / End of 'config\wacom.cfg'
[2019-07-17 16:57:57.835] >> Include "config\user.cfg"
[2019-07-17 16:57:57.835] \ Reading 'config\user.cfg'
[2019-07-17 16:57:57.836] / End of 'config\user.cfg'
[2019-07-17 16:57:57.836] / End of 'config/init.cfg'
[2019-07-17 16:57:57.836] [STATUS] STARTUP_REQUEST 1
[2019-07-17 16:57:57.841] >> GetCommands
[2019-07-17 16:57:57.841] [STATUS] COMMANDS_CLEAR 1
[2019-07-17 16:57:57.841] [STATUS] COMMANDS AdvancedSmoothingAdd AdvancedSmoothingFilter AdvancedSmoothing AntiSmoothingAdd AntiAdd
[2019-07-17 16:57:57.841] [STATUS] COMMANDS AntiSmoothingFilter Anti AntiSmoothing AuxButtonCount AuxDetectMask AuxHID AuxIgnoreMask
[2019-07-17 16:57:57.841] [STATUS] COMMANDS AuxReport AuxReportId AuxReportLength Benchmark Bench ButtonMap AuxButtonMap AuxButtons Buttons
[2019-07-17 16:57:57.841] [STATUS] COMMANDS CheckDeviceString CheckString CheckTablet ClearAuxButtonMap ClearAuxCustomData ClearButtonMap
[2019-07-17 16:57:57.841] [STATUS] COMMANDS ClearCustomData ClickPressure CloseTablet CustomDataInstruction AuxCustomData CustomData
[2019-07-17 16:57:57.841] [STATUS] COMMANDS Debug DesktopSize Desktop DetectMask Echo Exit Quit FilterTester Tester FilterTimerInterval Interval TimerInterval
[2019-07-17 16:57:57.841] [STATUS] COMMANDS ForceLowLatencyAudio GetCommands GetDeviceStrings GetString GetStrings GetFeature
[2019-07-17 16:57:57.841] [STATUS] COMMANDS GravityFilter Gravity Height Help HIDList HIDTablet IgnoreMask Include Information Info
[2019-07-17 16:57:57.841] [STATUS] COMMANDS InitFeatureReport InitFeature InitOutputReport InitReport InitStrings InitString
[2019-07-17 16:57:57.841] [STATUS] COMMANDS KeepTipDown ListCommands List ListInputs Log LogDirect MaxHeight MaxPressure MaxX
[2019-07-17 16:57:57.841] [STATUS] COMMANDS MaxY Measure NoiseReduction Noise Output OutputMode Mode OutputReport Report PressureDeadzone
[2019-07-17 16:57:57.841] [STATUS] COMMANDS PressureSensitivity RelativeDragMove RelativeResetDistance ResetDistance RelativeResetTime ResetTime
[2019-07-17 16:57:57.841] [STATUS] COMMANDS RelativeSensitivity Sensitivity ReportId ReportLength RequestSettings RequestStartup
[2019-07-17 16:57:57.842] [STATUS] COMMANDS Rotate ScreenArea ScreenMapCount ScrollAcceleration ScrollAcc ScrollDrag ScrollSensitivity
[2019-07-17 16:57:57.842] [STATUS] COMMANDS ScrollStopCursor SetFeature Feature Skew SmoothingFilter Smoothing Start StateOutput
[2019-07-17 16:57:57.842] [STATUS] COMMANDS Status TabletArea Area TabletDataFormat Format TabletFormat TabletMove Move TabletName Name
[2019-07-17 16:57:57.842] [STATUS] COMMANDS TabletValid USBTablet USBWrite Wait Width
[2019-07-17 16:57:57.842]
[2019-07-17 16:57:57.842] Driver version: 0.2.4
[2019-07-17 16:57:57.842] Windows version: Microsoft Windows NT 6.2.9200.0
[2019-07-17 16:57:57.842] Windows product: Windows 10 Enterprise
[2019-07-17 16:57:57.842] Windows release: 1803
[2019-07-17 16:57:57.842]
[2019-07-17 16:57:57.842] >> CheckTablet
[2019-07-17 16:57:57.847] >> DesktopSize 3600 1080
[2019-07-17 16:57:57.847] Desktop size = (3600.00 px x 1080.00 px)
[2019-07-17 16:57:57.847] >> ScreenArea 1920 1080 960 540 0
[2019-07-17 16:57:57.848] Screen area = (w=1920.00, h=1080.00, x=960.00, y=540.00)
[2019-07-17 16:57:57.848] >> TabletArea 102 57.38 51 28.69 0
[2019-07-17 16:57:57.848] Tablet area = (102.00 mm x 57.38 mm X+51.00 mm Y+28.69 mm)
[2019-07-17 16:57:57.848] >> Rotate 0 0
[2019-07-17 16:57:57.848] Rotation matrix = [1.000000,-0.000000,0.000000,1.000000]
[2019-07-17 16:57:57.848] >> ScreenMapCount 1
[2019-07-17 16:57:57.848] Screen map count = 1
[2019-07-17 16:57:57.848] >> OutputMode Absolute
[2019-07-17 16:57:57.848] Output Mode = Absolute
[2019-07-17 16:57:57.848] >> RelativeSensitivity 18.82 18.82
[2019-07-17 16:57:57.848] Relative mode sensitivity = X=18.82 px/mm, Y=18.82 px/mm
[2019-07-17 16:57:57.848] >> ClearButtonMap
[2019-07-17 16:57:57.848] Pen button map cleared!
[2019-07-17 16:57:57.848] >> ButtonMap 1 "MOUSE1"
[2019-07-17 16:57:57.849] Pen button 1 mapped to 'Mouse 1'
[2019-07-17 16:57:57.849] >> ButtonMap 2 "MOUSE2"
[2019-07-17 16:57:57.849] Pen button 2 mapped to 'Mouse 2'
[2019-07-17 16:57:57.849] >> ButtonMap 3 "MOUSE3"
[2019-07-17 16:57:57.849] Pen button 3 mapped to 'Mouse 3'
[2019-07-17 16:57:57.849] >> ClearAuxButtonMap
[2019-07-17 16:57:57.849] Aux button map cleared!
[2019-07-17 16:57:57.849] >> PressureSensitivity 0
[2019-07-17 16:57:57.849] Tablet pressure sensitivity = 0.00000
[2019-07-17 16:57:57.849] >> PressureDeadzone 0 0
[2019-07-17 16:57:57.849] Tablet pressure deadzone = low:0.00 high:0.00
[2019-07-17 16:57:57.849] >> ScrollSensitivity 0.5
[2019-07-17 16:57:57.849] Tablet scroll sensitivity = 0.50 scrolls per millimeter
[2019-07-17 16:57:57.849] >> ScrollAcceleration 1
[2019-07-17 16:57:57.849] Tablet scroll acceleration = 1.00
[2019-07-17 16:57:57.849] >> ScrollStopCursor false
[2019-07-17 16:57:57.849] Tablet scroll stop cursor = false
[2019-07-17 16:57:57.849] >> ScrollDrag false
[2019-07-17 16:57:57.849] Tablet scroll drag = false
[2019-07-17 16:57:57.849] >> Smoothing 0
[2019-07-17 16:57:57.850] Smoothing = off
[2019-07-17 16:57:57.850] >> FilterTimerInterval 10
[2019-07-17 16:57:57.850] Filter Timer Interval = 10 (100.00 Hz)
[2019-07-17 16:57:57.850] >> Noise 0
[2019-07-17 16:57:57.850] Noise Reduction = off
[2019-07-17 16:57:57.850] >> AntiSmoothing off
[2019-07-17 16:57:57.850] Anti-smoothing = off
[2019-07-17 16:57:57.850] >> Debug false
[2019-07-17 16:57:57.850] Debug logging = False
[2019-07-17 16:57:57.850] >> Info
[2019-07-17 16:57:57.850]
[2019-07-17 16:57:57.850] VMulti: XP-Pen
[2019-07-17 16:57:57.850]
[2019-07-17 16:57:57.850] Tablet: Gaomon S620
[2019-07-17 16:57:57.850] Width = 165.10 mm
[2019-07-17 16:57:57.850] Height = 101.60 mm
[2019-07-17 16:57:57.850] Max X = 33020
[2019-07-17 16:57:57.850] Max Y = 20320
[2019-07-17 16:57:57.850] Max Pressure = 8191
[2019-07-17 16:57:57.850] Click Pressure = 0
[2019-07-17 16:57:57.850] Keep Tip Down = 0 reports
[2019-07-17 16:57:57.850] Report Id = 0x00
[2019-07-17 16:57:57.850] Report Length = 16 bytes
[2019-07-17 16:57:57.850] Detect Mask = 0x80
[2019-07-17 16:57:57.850] Ignore Mask = 0x00
[2019-07-17 16:57:57.850] Pen button map = 'Mouse 1' 'Mouse 2' 'Mouse 3'
[2019-07-17 16:57:57.850] Aux button map = '' '' '' ''
[2019-07-17 16:57:57.850] Aux button count = 4
[2019-07-17 16:57:57.850] Init string ids: 100 200 100 200
[2019-07-17 16:57:57.850]
[2019-07-17 16:57:57.850] Area:
[2019-07-17 16:57:57.850] Desktop = 3600px x 1080px
[2019-07-17 16:57:57.850] Screen Map = 1920px x 1080px @ X+960px, Y+540px
[2019-07-17 16:57:57.850] Tablet = 102.00mm x 57.38mm @ Min(51.00mm, 28.69mm) Max(153.00mm, 86.07mm)
[2019-07-17 16:57:57.850] Rotation matrix = [1.000000,-0.000000,0.000000,1.000000]
[2019-07-17 16:57:57.850]
[2019-07-17 16:57:57.850] >> Start
[2019-07-17 16:57:58.387] TabletDriver started!
[2019-07-17 16:57:58.387] [STATUS] TABLET Gaomon S620
[2019-07-17 16:57:58.387] [STATUS] USB {62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}
[2019-07-17 16:57:58.387] [STATUS] WIDTH 165.10000
[2019-07-17 16:57:58.387] [STATUS] HEIGHT 101.60000
[2019-07-17 16:57:58.387] [STATUS] MAX_X 33020
[2019-07-17 16:57:58.387] [STATUS] MAX_Y 20320
[2019-07-17 16:57:58.387] [STATUS] MAX_PRESSURE 8191
[2019-07-17 16:57:58.387] [STATUS] AUX_BUTTONS 4
[2019-07-17 16:57:58.387] [STATUS] STARTED 1
[2019-07-17 16:57:58.387] >> Log Off

Windows Defender Auto-Deletes TabletDriverV0.3.0

Apparently Windows Defender classified the tablet driver program as a Trojan virus, and has deleted it twice. Is there something you are doing in the code to cause this? Or is this actually a virus that you are publishing...

Hardware/software information

Windows Version: Windows 10 1903 KB4517389 (OS Build 18362.418)

Tablet Driver version: 0.3.0

Tablet model: XP Pen G640S

Logs

startuplog.txt

xp-pen g430s "Tablet not found"

Hawku drivers don't seem to work on the xp-pen g430s. Tried both 0.3 and 0.2.3 and I get the same error.

Obviously I uninstalled all previous drivers and checked that nothing remained in the device manager before installing this one. Bought it a few weeks ago from here: https://www.aliexpress.com/item/32609175289.html

In the old hawku driver (0.2.3) github there are plenty of issues with this tablet, please help us :c
https://www.reddit.com/r/osugame/comments/co7p6z/need_help_fixing_my_xppen_g430/

Hardware/software information

Windows Version: 10 (home)
Tablet Driver version: 0.3 (also happens in 0.3pre and 0.2.3)
Tablet model: g430s

Logs

console.txt

Debug in 0.2.3 (in 0.3 debug option doesn't change anything in the console output):
console debug.txt

s620

Hardware/software information

Windows Version: Win10

Tablet Driver version:
Prerelease
Tablet model:
s620

Logs

[2019-08-20 18:39:34.112] Log file 'startuplog.txt' opened.
[2019-08-20 18:39:34.112] >> LogDirect true
[2019-08-20 18:39:34.112] Log direct print = True
[2019-08-20 18:39:34.112] >> Include "config\tablet.cfg"
[2019-08-20 18:39:34.112] \ Reading 'config\tablet.cfg'
[2019-08-20 18:39:34.112] >> #
[2019-08-20 18:39:34.112] >> # Example tablet definition:
[2019-08-20 18:39:34.112] >> # Tablet 0x056a 0x00dd 0x0D 0x01
[2019-08-20 18:39:34.112] >> #
[2019-08-20 18:39:34.112] >> # VID: 0x056a
[2019-08-20 18:39:34.112] >> # PID: 0x00dd
[2019-08-20 18:39:34.112] >> # HID Usage Page: 0x0D
[2019-08-20 18:39:34.112] >> # HID Usage: 0x01
[2019-08-20 18:39:34.112] >> #
[2019-08-20 18:39:34.112] >> #
[2019-08-20 18:39:34.112] >> # Wacom CTL-470 (Wacom drivers installed)
[2019-08-20 18:39:34.112] >> #
[2019-08-20 18:39:34.112] >> HIDTablet 0x056a 0x00dd 0xFF00 0x000A
[2019-08-20 18:39:34.113] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00DD UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.124] >> Name "Wacom CTL-470 (Wacom drivers installed)"
[2019-08-20 18:39:34.124] >> ReportId 0x02
[2019-08-20 18:39:34.124] >> ReportLength 11
[2019-08-20 18:39:34.124] >> DetectMask 0x40
[2019-08-20 18:39:34.124] >> MaxX 14720
[2019-08-20 18:39:34.124] >> MaxY 9200
[2019-08-20 18:39:34.124] >> MaxPressure 1023
[2019-08-20 18:39:34.124] >> Width 147.2
[2019-08-20 18:39:34.124] >> Height 92.0
[2019-08-20 18:39:34.124] >> TabletFormat WacomDrivers
[2019-08-20 18:39:34.124] >> #
[2019-08-20 18:39:34.124] >> # Wacom CTL-470
[2019-08-20 18:39:34.124] >> #
[2019-08-20 18:39:34.124] >> HIDTablet 0x056a 0x00dd 0x0D 0x01
[2019-08-20 18:39:34.125] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00DD UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.136] >> Name "Wacom CTL-470"
[2019-08-20 18:39:34.136] >> ReportId 0x02
[2019-08-20 18:39:34.136] >> ReportLength 10
[2019-08-20 18:39:34.136] >> DetectMask 0x40
[2019-08-20 18:39:34.136] >> MaxX 14720
[2019-08-20 18:39:34.136] >> MaxY 9200
[2019-08-20 18:39:34.136] >> MaxPressure 1023
[2019-08-20 18:39:34.136] >> Width 147.2
[2019-08-20 18:39:34.136] >> Height 92.0
[2019-08-20 18:39:34.136] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.136] >> #
[2019-08-20 18:39:34.136] >> # Wacom CTH-470 (Wacom drivers installed)
[2019-08-20 18:39:34.136] >> #
[2019-08-20 18:39:34.136] >> HIDTablet 0x056a 0x00de 0xFF00 0x000A
[2019-08-20 18:39:34.137] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00DE UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.148] >> Name "Wacom CTH-470 (Wacom drivers installed)"
[2019-08-20 18:39:34.148] >> ReportId 0x02
[2019-08-20 18:39:34.148] >> ReportLength 11
[2019-08-20 18:39:34.148] >> DetectMask 0x40
[2019-08-20 18:39:34.148] >> MaxX 14720
[2019-08-20 18:39:34.148] >> MaxY 9200
[2019-08-20 18:39:34.148] >> MaxPressure 1023
[2019-08-20 18:39:34.148] >> Width 147.2
[2019-08-20 18:39:34.148] >> Height 92.0
[2019-08-20 18:39:34.148] >> TabletFormat WacomDrivers
[2019-08-20 18:39:34.148] >> #
[2019-08-20 18:39:34.148] >> # Wacom CTH-470
[2019-08-20 18:39:34.148] >> #
[2019-08-20 18:39:34.148] >> HIDTablet 0x056a 0x00de 0x0D 0x01
[2019-08-20 18:39:34.149] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00DE UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.160] >> Name "Wacom CTH-470"
[2019-08-20 18:39:34.160] >> ReportId 0x02
[2019-08-20 18:39:34.160] >> ReportLength 10
[2019-08-20 18:39:34.160] >> DetectMask 0x40
[2019-08-20 18:39:34.160] >> MaxX 14720
[2019-08-20 18:39:34.160] >> MaxY 9200
[2019-08-20 18:39:34.160] >> MaxPressure 1023
[2019-08-20 18:39:34.160] >> Width 147.2
[2019-08-20 18:39:34.160] >> Height 92.0
[2019-08-20 18:39:34.160] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.160] >> #
[2019-08-20 18:39:34.160] >> # Wacom CTH-670 (Wacom drivers installed)
[2019-08-20 18:39:34.160] >> #
[2019-08-20 18:39:34.160] >> HIDTablet 0x056a 0x00df 0xFF00 0x000A
[2019-08-20 18:39:34.161] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00DF UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.172] >> Name "Wacom CTH-670 (Wacom drivers installed)"
[2019-08-20 18:39:34.172] >> ReportId 0x02
[2019-08-20 18:39:34.172] >> ReportLength 11
[2019-08-20 18:39:34.172] >> DetectMask 0x40
[2019-08-20 18:39:34.172] >> MaxX 21648
[2019-08-20 18:39:34.172] >> MaxY 13700
[2019-08-20 18:39:34.172] >> MaxPressure 1023
[2019-08-20 18:39:34.172] >> Width 216.48
[2019-08-20 18:39:34.172] >> Height 137.0
[2019-08-20 18:39:34.172] >> TabletFormat WacomDrivers
[2019-08-20 18:39:34.172] >> #
[2019-08-20 18:39:34.172] >> # Wacom CTH-670
[2019-08-20 18:39:34.172] >> #
[2019-08-20 18:39:34.172] >> HIDTablet 0x056a 0x00df 0x0D 0x01
[2019-08-20 18:39:34.173] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00DF UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.184] >> Name "Wacom CTH-670"
[2019-08-20 18:39:34.184] >> ReportId 0x02
[2019-08-20 18:39:34.184] >> ReportLength 10
[2019-08-20 18:39:34.184] >> DetectMask 0x40
[2019-08-20 18:39:34.184] >> MaxX 21648
[2019-08-20 18:39:34.184] >> MaxY 13700
[2019-08-20 18:39:34.184] >> MaxPressure 1023
[2019-08-20 18:39:34.184] >> Width 216.48
[2019-08-20 18:39:34.184] >> Height 137.0
[2019-08-20 18:39:34.184] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.184] >> #
[2019-08-20 18:39:34.184] >> # Wacom CTL-471 (Wacom drivers installed)
[2019-08-20 18:39:34.184] >> #
[2019-08-20 18:39:34.184] >> HIDTablet 0x056a 0x0300 0xFF00 0x000A
[2019-08-20 18:39:34.185] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0300 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.196] >> Name "Wacom CTL-471 (Wacom drivers installed)"
[2019-08-20 18:39:34.196] >> GetString 1 20
[2019-08-20 18:39:34.196] >> ReportLength 11
[2019-08-20 18:39:34.196] >> DetectMask 0x40
[2019-08-20 18:39:34.196] >> MaxX 15200
[2019-08-20 18:39:34.196] >> MaxY 9500
[2019-08-20 18:39:34.196] >> MaxPressure 1023
[2019-08-20 18:39:34.196] >> Width 152.00
[2019-08-20 18:39:34.196] >> Height 95.00
[2019-08-20 18:39:34.196] >> TabletFormat WacomDrivers
[2019-08-20 18:39:34.196] >> #
[2019-08-20 18:39:34.196] >> # Wacom CTL-471
[2019-08-20 18:39:34.196] >> #
[2019-08-20 18:39:34.196] >> HIDTablet 0x056a 0x0300 0xFF0D 0x01
[2019-08-20 18:39:34.197] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0300 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.208] >> Name "Wacom CTL-471"
[2019-08-20 18:39:34.208] >> ReportLength 10
[2019-08-20 18:39:34.208] >> DetectMask 0x40
[2019-08-20 18:39:34.208] >> MaxX 15200
[2019-08-20 18:39:34.208] >> MaxY 9500
[2019-08-20 18:39:34.208] >> MaxPressure 1023
[2019-08-20 18:39:34.208] >> Width 152.00
[2019-08-20 18:39:34.208] >> Height 95.00
[2019-08-20 18:39:34.208] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.208] >> #
[2019-08-20 18:39:34.208] >> # Wacom CTL-671 (Wacom drivers installed)
[2019-08-20 18:39:34.208] >> #
[2019-08-20 18:39:34.208] >> HIDTablet 0x056a 0x0301 0xFF00 0x000A
[2019-08-20 18:39:34.209] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0301 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.220] >> Name "Wacom CTL-671 (Wacom drivers installed)"
[2019-08-20 18:39:34.220] >> ReportLength 11
[2019-08-20 18:39:34.220] >> DetectMask 0x40
[2019-08-20 18:39:34.220] >> MaxX 21648
[2019-08-20 18:39:34.220] >> MaxY 13530
[2019-08-20 18:39:34.220] >> MaxPressure 1023
[2019-08-20 18:39:34.220] >> Width 216.48
[2019-08-20 18:39:34.220] >> Height 135.30
[2019-08-20 18:39:34.220] >> TabletFormat WacomDrivers
[2019-08-20 18:39:34.220] >> #
[2019-08-20 18:39:34.220] >> # Wacom CTL-671
[2019-08-20 18:39:34.220] >> #
[2019-08-20 18:39:34.220] >> HIDTablet 0x056a 0x0301 0xFF0D 0x01
[2019-08-20 18:39:34.221] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0301 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.232] >> Name "Wacom CTL-671"
[2019-08-20 18:39:34.232] >> ReportLength 10
[2019-08-20 18:39:34.232] >> DetectMask 0x40
[2019-08-20 18:39:34.232] >> MaxX 21648
[2019-08-20 18:39:34.232] >> MaxY 13530
[2019-08-20 18:39:34.232] >> MaxPressure 1023
[2019-08-20 18:39:34.232] >> Width 216.48
[2019-08-20 18:39:34.232] >> Height 135.30
[2019-08-20 18:39:34.232] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.232] >> #
[2019-08-20 18:39:34.232] >> # Wacom CTL-472 (Wacom drivers installed)
[2019-08-20 18:39:34.232] >> #
[2019-08-20 18:39:34.232] >> HIDTablet 0x056a 0x037a 0xFF00 0x000A
[2019-08-20 18:39:34.233] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x037A UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.244] >> Name "Wacom CTL-472 (Wacom drivers installed)"
[2019-08-20 18:39:34.244] >> ReportId 0x02
[2019-08-20 18:39:34.244] >> ReportLength 11
[2019-08-20 18:39:34.244] >> DetectMask 0x40
[2019-08-20 18:39:34.244] >> MaxX 15200
[2019-08-20 18:39:34.244] >> MaxY 9500
[2019-08-20 18:39:34.244] >> MaxPressure 2047
[2019-08-20 18:39:34.244] >> Width 152.0
[2019-08-20 18:39:34.244] >> Height 95.0
[2019-08-20 18:39:34.244] >> TabletFormat WacomDrivers
[2019-08-20 18:39:34.244] >> #
[2019-08-20 18:39:34.244] >> # Wacom CTL-472
[2019-08-20 18:39:34.244] >> #
[2019-08-20 18:39:34.244] >> HIDTablet 0x056a 0x037a 0xFF0D 0x0001
[2019-08-20 18:39:34.245] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x037A UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.256] >> Name "Wacom CTL-472"
[2019-08-20 18:39:34.256] >> ReportId 0x02
[2019-08-20 18:39:34.256] >> ReportLength 10
[2019-08-20 18:39:34.256] >> DetectMask 0x40
[2019-08-20 18:39:34.256] >> MaxX 15200
[2019-08-20 18:39:34.256] >> MaxY 9500
[2019-08-20 18:39:34.256] >> MaxPressure 2047
[2019-08-20 18:39:34.256] >> Width 152.0
[2019-08-20 18:39:34.256] >> Height 95.0
[2019-08-20 18:39:34.256] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.256] >> #
[2019-08-20 18:39:34.256] >> # Wacom CTL-672 (Wacom drivers installed)
[2019-08-20 18:39:34.256] >> #
[2019-08-20 18:39:34.256] >> HIDTablet 0x056a 0x037b 0xFF00 0x000A
[2019-08-20 18:39:34.257] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x037B UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.268] >> Name "Wacom CTL-672 (Wacom drivers installed)"
[2019-08-20 18:39:34.268] >> ReportId 0x02
[2019-08-20 18:39:34.268] >> ReportLength 10
[2019-08-20 18:39:34.268] >> DetectMask 0x40
[2019-08-20 18:39:34.268] >> MaxX 21600
[2019-08-20 18:39:34.268] >> MaxY 13500
[2019-08-20 18:39:34.268] >> MaxPressure 2047
[2019-08-20 18:39:34.268] >> Width 216.00
[2019-08-20 18:39:34.268] >> Height 135.00
[2019-08-20 18:39:34.268] >> TabletFormat WacomDrivers
[2019-08-20 18:39:34.268] >> #
[2019-08-20 18:39:34.268] >> # Wacom CTL-672
[2019-08-20 18:39:34.268] >> #
[2019-08-20 18:39:34.268] >> HIDTablet 0x056a 0x037b 0xFF0D 0x0001
[2019-08-20 18:39:34.269] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x037B UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.280] >> Name "Wacom CTL-672"
[2019-08-20 18:39:34.280] >> ReportId 0x02
[2019-08-20 18:39:34.280] >> ReportLength 10
[2019-08-20 18:39:34.280] >> DetectMask 0x40
[2019-08-20 18:39:34.280] >> MaxX 21600
[2019-08-20 18:39:34.280] >> MaxY 13500
[2019-08-20 18:39:34.280] >> MaxPressure 2047
[2019-08-20 18:39:34.280] >> Width 216.00
[2019-08-20 18:39:34.280] >> Height 135.00
[2019-08-20 18:39:34.280] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.280] >> #
[2019-08-20 18:39:34.280] >> # Wacom CTL-480 (Wacom drivers installed)
[2019-08-20 18:39:34.280] >> #
[2019-08-20 18:39:34.280] >> HIDTablet 0x056a 0x030e 0xFF00 0x000A
[2019-08-20 18:39:34.281] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x030E UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.292] >> Name "Wacom CTL-480 (Wacom drivers installed)"
[2019-08-20 18:39:34.292] >> ReportId 0x02
[2019-08-20 18:39:34.292] >> ReportLength 11
[2019-08-20 18:39:34.292] >> DetectMask 0x40
[2019-08-20 18:39:34.292] >> MaxX 15200
[2019-08-20 18:39:34.292] >> MaxY 9500
[2019-08-20 18:39:34.292] >> MaxPressure 1023
[2019-08-20 18:39:34.292] >> Width 152.0
[2019-08-20 18:39:34.292] >> Height 95.0
[2019-08-20 18:39:34.292] >> TabletFormat WacomDrivers
[2019-08-20 18:39:34.292] >> #
[2019-08-20 18:39:34.292] >> # Wacom CTL-480
[2019-08-20 18:39:34.292] >> #
[2019-08-20 18:39:34.292] >> HIDTablet 0x056a 0x030e 0xFF0D 0x0001
[2019-08-20 18:39:34.293] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x030E UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.304] >> Name "Wacom CTL-480"
[2019-08-20 18:39:34.304] >> ReportId 0x02
[2019-08-20 18:39:34.304] >> ReportLength 10
[2019-08-20 18:39:34.304] >> DetectMask 0x40
[2019-08-20 18:39:34.304] >> MaxX 15200
[2019-08-20 18:39:34.304] >> MaxY 9500
[2019-08-20 18:39:34.304] >> MaxPressure 1023
[2019-08-20 18:39:34.304] >> Width 152.0
[2019-08-20 18:39:34.304] >> Height 95.0
[2019-08-20 18:39:34.304] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.304] >> AuxHID 0x056a 0x030e 0xFF00 0x0080
[2019-08-20 18:39:34.304] >> AuxReportId 0x02
[2019-08-20 18:39:34.304] >> AuxReportLength 64
[2019-08-20 18:39:34.304] >> AuxDetectMask 0x80
[2019-08-20 18:39:34.304] >> AuxIgnoreMask 0x81
[2019-08-20 18:39:34.304] >> AuxCustomData ReportId Source=0
[2019-08-20 18:39:34.304] >> AuxCustomData ButtonsLow Source=3 SourceMask=0x0F
[2019-08-20 18:39:34.304] >> AuxCustomData Detect Source=2
[2019-08-20 18:39:34.304] >> AuxButtonCount 4
[2019-08-20 18:39:34.304] >> #
[2019-08-20 18:39:34.304] >> # Wacom CTH-480 (Wacom drivers installed)
[2019-08-20 18:39:34.304] >> #
[2019-08-20 18:39:34.304] >> HIDTablet 0x056a 0x0302 0xFF00 0x000A
[2019-08-20 18:39:34.305] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0302 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.316] >> Name "Wacom CTH-480 (Wacom drivers installed)"
[2019-08-20 18:39:34.316] >> ReportId 0x02
[2019-08-20 18:39:34.316] >> ReportLength 11
[2019-08-20 18:39:34.316] >> DetectMask 0x40
[2019-08-20 18:39:34.316] >> MaxX 15200
[2019-08-20 18:39:34.316] >> MaxY 9500
[2019-08-20 18:39:34.316] >> MaxPressure 1023
[2019-08-20 18:39:34.316] >> Width 152.0
[2019-08-20 18:39:34.316] >> Height 95.0
[2019-08-20 18:39:34.316] >> TabletFormat WacomDrivers
[2019-08-20 18:39:34.316] >> AuxHID 0x056a 0x0302 0xFF00 0x000B
[2019-08-20 18:39:34.316] >> AuxReportId 0x01
[2019-08-20 18:39:34.316] >> AuxReportLength 64
[2019-08-20 18:39:34.316] >> AuxDetectMask 0x80
[2019-08-20 18:39:34.316] >> AuxIgnoreMask 0x81
[2019-08-20 18:39:34.316] >> AuxCustomData ReportId Source=1
[2019-08-20 18:39:34.316] >> AuxCustomData ButtonsLow Source=3 SourceMask=0x0F
[2019-08-20 18:39:34.316] >> AuxCustomData Detect Source=2
[2019-08-20 18:39:34.316] >> AuxButtonCount 4
[2019-08-20 18:39:34.316] >> #
[2019-08-20 18:39:34.316] >> # Wacom CTH-480
[2019-08-20 18:39:34.316] >> #
[2019-08-20 18:39:34.316] >> HIDTablet 0x056a 0x0302 0xFF0D 0x0001
[2019-08-20 18:39:34.317] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0302 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.328] >> Name "Wacom CTH-480"
[2019-08-20 18:39:34.328] >> ReportId 0x02
[2019-08-20 18:39:34.328] >> ReportLength 10
[2019-08-20 18:39:34.328] >> DetectMask 0x40
[2019-08-20 18:39:34.328] >> MaxX 15200
[2019-08-20 18:39:34.328] >> MaxY 9500
[2019-08-20 18:39:34.328] >> MaxPressure 1023
[2019-08-20 18:39:34.328] >> Width 152.0
[2019-08-20 18:39:34.328] >> Height 95.0
[2019-08-20 18:39:34.328] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.328] >> SetFeature 0x03 0x01
[2019-08-20 18:39:34.328] >> AuxHID 0x056a 0x0302 0xFF00 0x0080
[2019-08-20 18:39:34.328] >> AuxReportId 0x02
[2019-08-20 18:39:34.328] >> AuxReportLength 64
[2019-08-20 18:39:34.328] >> AuxDetectMask 0x80
[2019-08-20 18:39:34.328] >> AuxIgnoreMask 0x81
[2019-08-20 18:39:34.328] >> AuxCustomData ReportId Source=0
[2019-08-20 18:39:34.328] >> AuxCustomData ButtonsLow Source=3 SourceMask=0x0F
[2019-08-20 18:39:34.328] >> AuxCustomData Detect Source=2
[2019-08-20 18:39:34.328] >> AuxButtonCount 4
[2019-08-20 18:39:34.328] >> #
[2019-08-20 18:39:34.328] >> # Wacom CTL-680 (Wacom drivers installed)
[2019-08-20 18:39:34.328] >> #
[2019-08-20 18:39:34.328] >> HIDTablet 0x056a 0x0323 0xFF00 0x000A
[2019-08-20 18:39:34.329] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0323 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.340] >> Name "Wacom CTL-680"
[2019-08-20 18:39:34.340] >> ReportId 0x02
[2019-08-20 18:39:34.340] >> ReportLength 11
[2019-08-20 18:39:34.340] >> DetectMask 0x40
[2019-08-20 18:39:34.340] >> MaxX 21600
[2019-08-20 18:39:34.340] >> MaxY 13500
[2019-08-20 18:39:34.340] >> MaxPressure 1023
[2019-08-20 18:39:34.340] >> Width 216.0
[2019-08-20 18:39:34.340] >> Height 135.0
[2019-08-20 18:39:34.340] >> TabletFormat WacomDrivers
[2019-08-20 18:39:34.340] >> #
[2019-08-20 18:39:34.340] >> # Wacom CTL-680
[2019-08-20 18:39:34.340] >> #
[2019-08-20 18:39:34.340] >> HIDTablet 0x056a 0x0323 0xFF0D 0x0001
[2019-08-20 18:39:34.341] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0323 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.352] >> Name "Wacom CTL-680"
[2019-08-20 18:39:34.352] >> ReportId 0x02
[2019-08-20 18:39:34.352] >> ReportLength 10
[2019-08-20 18:39:34.352] >> DetectMask 0x40
[2019-08-20 18:39:34.352] >> MaxX 21600
[2019-08-20 18:39:34.352] >> MaxY 13500
[2019-08-20 18:39:34.352] >> MaxPressure 1023
[2019-08-20 18:39:34.352] >> Width 216.0
[2019-08-20 18:39:34.352] >> Height 135.0
[2019-08-20 18:39:34.352] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.352] >> #
[2019-08-20 18:39:34.352] >> # Wacom CTH-680 (Wacom drivers installed)
[2019-08-20 18:39:34.352] >> #
[2019-08-20 18:39:34.352] >> HIDTablet 0x056a 0x0303 0xFF00 0x000A
[2019-08-20 18:39:34.353] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0303 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.364] >> Name "Wacom CTH-680 (Wacom drivers installed)"
[2019-08-20 18:39:34.364] >> ReportId 0x02
[2019-08-20 18:39:34.364] >> ReportLength 11
[2019-08-20 18:39:34.364] >> DetectMask 0x40
[2019-08-20 18:39:34.364] >> MaxX 21600
[2019-08-20 18:39:34.364] >> MaxY 13500
[2019-08-20 18:39:34.364] >> MaxPressure 1023
[2019-08-20 18:39:34.364] >> Width 216.0
[2019-08-20 18:39:34.364] >> Height 135.0
[2019-08-20 18:39:34.364] >> TabletFormat WacomDrivers
[2019-08-20 18:39:34.364] >> #
[2019-08-20 18:39:34.364] >> # Wacom CTH-680
[2019-08-20 18:39:34.364] >> #
[2019-08-20 18:39:34.364] >> HIDTablet 0x056a 0x0303 0xFF0D 0x0001
[2019-08-20 18:39:34.365] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0303 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.376] >> Name "Wacom CTH-680"
[2019-08-20 18:39:34.376] >> ReportId 0x02
[2019-08-20 18:39:34.376] >> ReportLength 10
[2019-08-20 18:39:34.376] >> DetectMask 0x40
[2019-08-20 18:39:34.376] >> MaxX 21600
[2019-08-20 18:39:34.376] >> MaxY 13500
[2019-08-20 18:39:34.376] >> MaxPressure 1023
[2019-08-20 18:39:34.376] >> Width 216.0
[2019-08-20 18:39:34.376] >> Height 135.0
[2019-08-20 18:39:34.376] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.376] >> #
[2019-08-20 18:39:34.376] >> # Wacom CTL-490 (Wacom drivers installed)
[2019-08-20 18:39:34.376] >> #
[2019-08-20 18:39:34.376] >> HIDTablet 0x056a 0x033b 0xFF00 0x000A
[2019-08-20 18:39:34.377] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033B UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.388] >> Name "Wacom CTL-490 (Wacom drivers installed)"
[2019-08-20 18:39:34.388] >> ReportId 0x10
[2019-08-20 18:39:34.388] >> ReportLength 11
[2019-08-20 18:39:34.388] >> DetectMask 0xA0
[2019-08-20 18:39:34.388] >> MaxX 15200
[2019-08-20 18:39:34.388] >> MaxY 9500
[2019-08-20 18:39:34.388] >> MaxPressure 2047
[2019-08-20 18:39:34.388] >> KeepTipDown 2
[2019-08-20 18:39:34.388] >> Width 152.0
[2019-08-20 18:39:34.388] >> Height 95.0
[2019-08-20 18:39:34.388] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:34.388] >> AuxHID 0x056a 0x033b 0xFF00 0x000B
[2019-08-20 18:39:34.388] >> AuxReportId 0x01
[2019-08-20 18:39:34.388] >> AuxReportLength 64
[2019-08-20 18:39:34.388] >> AuxDetectMask 0x80
[2019-08-20 18:39:34.388] >> AuxIgnoreMask 0x81
[2019-08-20 18:39:34.388] >> AuxCustomData ReportId Source=1
[2019-08-20 18:39:34.388] >> AuxCustomData ButtonsLow Source=3 SourceMask=0x0F
[2019-08-20 18:39:34.388] >> AuxCustomData Detect Source=2
[2019-08-20 18:39:34.388] >> AuxButtonCount 4
[2019-08-20 18:39:34.388] >> #
[2019-08-20 18:39:34.388] >> # Wacom CTL-490
[2019-08-20 18:39:34.388] >> #
[2019-08-20 18:39:34.388] >> HIDTablet 0x056a 0x033b 0xFF0D 0x0001
[2019-08-20 18:39:34.389] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033B UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.400] >> Name "Wacom CTL-490"
[2019-08-20 18:39:34.400] >> ReportId 0x10
[2019-08-20 18:39:34.400] >> ReportLength 10
[2019-08-20 18:39:34.400] >> DetectMask 0xA0
[2019-08-20 18:39:34.400] >> MaxX 15200
[2019-08-20 18:39:34.400] >> MaxY 9500
[2019-08-20 18:39:34.400] >> MaxPressure 2047
[2019-08-20 18:39:34.400] >> KeepTipDown 2
[2019-08-20 18:39:34.400] >> Width 152.0
[2019-08-20 18:39:34.400] >> Height 95.0
[2019-08-20 18:39:34.400] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.400] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:34.400] >> AuxHID 0x056a 0x033b 0xFF00 0x0080
[2019-08-20 18:39:34.400] >> AuxReportId 0x02
[2019-08-20 18:39:34.400] >> AuxReportLength 64
[2019-08-20 18:39:34.400] >> AuxDetectMask 0x80
[2019-08-20 18:39:34.400] >> AuxIgnoreMask 0x81
[2019-08-20 18:39:34.400] >> AuxCustomData ReportId Source=0
[2019-08-20 18:39:34.400] >> AuxCustomData ButtonsLow Source=3 SourceMask=0x0F
[2019-08-20 18:39:34.400] >> AuxCustomData Detect Source=2
[2019-08-20 18:39:34.400] >> AuxButtonCount 4
[2019-08-20 18:39:34.400] >> #
[2019-08-20 18:39:34.400] >> # Wacom CTH-490 (Wacom drivers installed)
[2019-08-20 18:39:34.400] >> #
[2019-08-20 18:39:34.400] >> HIDTablet 0x056a 0x033c 0xFF00 0x000A
[2019-08-20 18:39:34.401] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033C UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.412] >> Name "Wacom CTH-490 (Wacom drivers installed)"
[2019-08-20 18:39:34.412] >> ReportId 0x10
[2019-08-20 18:39:34.412] >> ReportLength 11
[2019-08-20 18:39:34.412] >> DetectMask 0xA0
[2019-08-20 18:39:34.412] >> MaxX 15200
[2019-08-20 18:39:34.412] >> MaxY 9500
[2019-08-20 18:39:34.412] >> MaxPressure 2047
[2019-08-20 18:39:34.412] >> KeepTipDown 2
[2019-08-20 18:39:34.412] >> Width 152.0
[2019-08-20 18:39:34.412] >> Height 95.0
[2019-08-20 18:39:34.412] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:34.412] >> #
[2019-08-20 18:39:34.412] >> # Wacom CTH-490
[2019-08-20 18:39:34.412] >> #
[2019-08-20 18:39:34.412] >> HIDTablet 0x056a 0x033c 0xFF0D 0x0001
[2019-08-20 18:39:34.413] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033C UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.424] >> Name "Wacom CTH-490"
[2019-08-20 18:39:34.424] >> ReportId 0x10
[2019-08-20 18:39:34.424] >> ReportLength 10
[2019-08-20 18:39:34.424] >> DetectMask 0xA0
[2019-08-20 18:39:34.424] >> MaxX 15200
[2019-08-20 18:39:34.424] >> MaxY 9500
[2019-08-20 18:39:34.424] >> MaxPressure 2047
[2019-08-20 18:39:34.424] >> KeepTipDown 2
[2019-08-20 18:39:34.424] >> Width 152.0
[2019-08-20 18:39:34.424] >> Height 95.0
[2019-08-20 18:39:34.424] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.424] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:34.424] >> #
[2019-08-20 18:39:34.424] >> # Wacom CTL-690 (Wacom drivers installed)
[2019-08-20 18:39:34.424] >> #
[2019-08-20 18:39:34.424] >> HIDTablet 0x056A 0x033D 0xFF00 0x000A
[2019-08-20 18:39:34.425] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033D UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.436] >> Name "Wacom CTL-690 (Wacom drivers installed)"
[2019-08-20 18:39:34.436] >> ReportId 0x10
[2019-08-20 18:39:34.436] >> ReportLength 11
[2019-08-20 18:39:34.436] >> DetectMask 0xA0
[2019-08-20 18:39:34.436] >> MaxX 21600
[2019-08-20 18:39:34.436] >> MaxY 13500
[2019-08-20 18:39:34.436] >> MaxPressure 2047
[2019-08-20 18:39:34.436] >> Width 216.000
[2019-08-20 18:39:34.436] >> Height 135.000
[2019-08-20 18:39:34.436] >> KeepTipDown 2
[2019-08-20 18:39:34.436] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:34.436] >> #
[2019-08-20 18:39:34.436] >> # Wacom CTL-690
[2019-08-20 18:39:34.436] >> #
[2019-08-20 18:39:34.436] >> HIDTablet 0x056A 0x033D 0xFF0D 0x0001
[2019-08-20 18:39:34.437] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033D UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.448] >> Name "Wacom CTL-690"
[2019-08-20 18:39:34.448] >> ReportId 0x10
[2019-08-20 18:39:34.448] >> ReportLength 10
[2019-08-20 18:39:34.448] >> DetectMask 0xA0
[2019-08-20 18:39:34.448] >> MaxX 21600
[2019-08-20 18:39:34.448] >> MaxY 13500
[2019-08-20 18:39:34.448] >> MaxPressure 2047
[2019-08-20 18:39:34.448] >> Width 216.000
[2019-08-20 18:39:34.448] >> Height 135.000
[2019-08-20 18:39:34.448] >> KeepTipDown 2
[2019-08-20 18:39:34.448] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.448] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:34.448] >> #
[2019-08-20 18:39:34.448] >> # Wacom CTH-690 (Wacom drivers installed)
[2019-08-20 18:39:34.448] >> #
[2019-08-20 18:39:34.448] >> HIDTablet 0x056A 0x033E 0xFF00 0x000A
[2019-08-20 18:39:34.449] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033E UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.460] >> Name "Wacom CTH-690"
[2019-08-20 18:39:34.460] >> ReportId 0x10
[2019-08-20 18:39:34.460] >> ReportLength 11
[2019-08-20 18:39:34.460] >> DetectMask 0xA0
[2019-08-20 18:39:34.460] >> MaxX 21600
[2019-08-20 18:39:34.460] >> MaxY 13500
[2019-08-20 18:39:34.460] >> MaxPressure 2047
[2019-08-20 18:39:34.460] >> Width 216.000
[2019-08-20 18:39:34.460] >> Height 135.000
[2019-08-20 18:39:34.460] >> KeepTipDown 2
[2019-08-20 18:39:34.460] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:34.460] >> #
[2019-08-20 18:39:34.460] >> # Wacom CTH-690
[2019-08-20 18:39:34.460] >> #
[2019-08-20 18:39:34.460] >> HIDTablet 0x056A 0x033E 0xFF0D 0x0001
[2019-08-20 18:39:34.461] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x033E UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.472] >> Name "Wacom CTH-690"
[2019-08-20 18:39:34.472] >> ReportId 0x10
[2019-08-20 18:39:34.472] >> ReportLength 10
[2019-08-20 18:39:34.472] >> DetectMask 0xA0
[2019-08-20 18:39:34.472] >> MaxX 21600
[2019-08-20 18:39:34.472] >> MaxY 13500
[2019-08-20 18:39:34.472] >> MaxPressure 2047
[2019-08-20 18:39:34.472] >> Width 216.000
[2019-08-20 18:39:34.472] >> Height 135.000
[2019-08-20 18:39:34.472] >> KeepTipDown 2
[2019-08-20 18:39:34.472] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.472] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:34.472] >> #
[2019-08-20 18:39:34.472] >> # Wacom CTL-4100 (Wacom drivers installed)
[2019-08-20 18:39:34.472] >> #
[2019-08-20 18:39:34.472] >> HIDTablet 0x056a 0x0376 0xFF00 0x000A
[2019-08-20 18:39:34.473] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0376 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.484] >> HIDTablet 0x056a 0x0374 0xFF00 0x000A
[2019-08-20 18:39:34.485] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0374 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.496] >> Name "Wacom CTL-4100 (Wacom drivers installed)"
[2019-08-20 18:39:34.496] >> ReportId 0x10
[2019-08-20 18:39:34.496] >> ReportLength 193
[2019-08-20 18:39:34.496] >> DetectMask 0x20
[2019-08-20 18:39:34.496] >> MaxX 15200
[2019-08-20 18:39:34.496] >> MaxY 9500
[2019-08-20 18:39:34.496] >> MaxPressure 4095
[2019-08-20 18:39:34.496] >> Width 152.0
[2019-08-20 18:39:34.496] >> Height 95.0
[2019-08-20 18:39:34.496] >> TabletFormat WacomIntuosV3
[2019-08-20 18:39:34.496] >> AuxReportId 0x11
[2019-08-20 18:39:34.496] >> AuxReportLength 193
[2019-08-20 18:39:34.496] >> AuxCustomData ReportId Source=1
[2019-08-20 18:39:34.496] >> AuxCustomData ButtonsLow Source=2 SourceMask=0x0F
[2019-08-20 18:39:34.496] >> AuxButtonCount 4
[2019-08-20 18:39:34.496] >> #
[2019-08-20 18:39:34.496] >> # Wacom CTL-4100
[2019-08-20 18:39:34.496] >> #
[2019-08-20 18:39:34.496] >> HIDTablet 0x056a 0x0376 0xFF0D 0x0001
[2019-08-20 18:39:34.497] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0376 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.508] >> HIDTablet 0x056a 0x0374 0xFF0D 0x0001
[2019-08-20 18:39:34.509] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0374 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.520] >> Name "Wacom CTL-4100"
[2019-08-20 18:39:34.520] >> ReportId 0x10
[2019-08-20 18:39:34.520] >> ReportLength 192
[2019-08-20 18:39:34.520] >> DetectMask 0x20
[2019-08-20 18:39:34.520] >> MaxX 15200
[2019-08-20 18:39:34.520] >> MaxY 9500
[2019-08-20 18:39:34.520] >> MaxPressure 4095
[2019-08-20 18:39:34.520] >> Width 152.0
[2019-08-20 18:39:34.520] >> Height 95.0
[2019-08-20 18:39:34.520] >> TabletFormat WacomIntuosV3
[2019-08-20 18:39:34.520] >> #AuxHID 0x056a 0x0376 0xFF0D 0x0001
[2019-08-20 18:39:34.520] >> #AuxHID 0x056a 0x0374 0xFF0D 0x0001
[2019-08-20 18:39:34.520] >> AuxReportId 0x11
[2019-08-20 18:39:34.520] >> AuxReportLength 192
[2019-08-20 18:39:34.520] >> AuxCustomData ReportId Source=0
[2019-08-20 18:39:34.520] >> AuxCustomData ButtonsLow Source=1 SourceMask=0x0F
[2019-08-20 18:39:34.520] >> AuxButtonCount 4
[2019-08-20 18:39:34.520] >> #
[2019-08-20 18:39:34.520] >> # Wacom CTL-4100 Bluetooth
[2019-08-20 18:39:34.520] >> #
[2019-08-20 18:39:34.520] >> HIDTablet 0x056a 0x0377 0xFF0D 0x0001
[2019-08-20 18:39:34.521] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0377 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.532] >> Name "Wacom CTL-4100 Bluetooth (Experimental)"
[2019-08-20 18:39:34.532] >> ReportId 0x81
[2019-08-20 18:39:34.532] >> ReportLength 361
[2019-08-20 18:39:34.532] >> DetectMask 0xE0
[2019-08-20 18:39:34.532] >> MaxX 15200
[2019-08-20 18:39:34.532] >> MaxY 9500
[2019-08-20 18:39:34.532] >> MaxPressure 4095
[2019-08-20 18:39:34.532] >> Width 152.0
[2019-08-20 18:39:34.532] >> Height 95.0
[2019-08-20 18:39:34.532] >> #
[2019-08-20 18:39:34.532] >> # Wacom CTL-6100 (Wacom drivers installed)
[2019-08-20 18:39:34.532] >> #
[2019-08-20 18:39:34.532] >> HIDTablet 0x056a 0x0375 0xFF00 0x000A
[2019-08-20 18:39:34.533] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0375 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.544] >> HIDTablet 0x056a 0x0378 0xFF00 0x000A
[2019-08-20 18:39:34.545] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0378 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.556] >> Name "Wacom CTL-6100 (Wacom drivers installed)"
[2019-08-20 18:39:34.556] >> ReportId 0x10
[2019-08-20 18:39:34.556] >> ReportLength 193
[2019-08-20 18:39:34.556] >> DetectMask 0x20
[2019-08-20 18:39:34.556] >> MaxX 21600
[2019-08-20 18:39:34.556] >> MaxY 13500
[2019-08-20 18:39:34.556] >> MaxPressure 4095
[2019-08-20 18:39:34.556] >> Width 216.0
[2019-08-20 18:39:34.556] >> Height 135.0
[2019-08-20 18:39:34.556] >> TabletFormat WacomIntuosV3
[2019-08-20 18:39:34.556] >> AuxReportId 0x11
[2019-08-20 18:39:34.556] >> AuxReportLength 193
[2019-08-20 18:39:34.556] >> AuxCustomData ReportId Source=1
[2019-08-20 18:39:34.556] >> AuxCustomData ButtonsLow Source=2 SourceMask=0x0F
[2019-08-20 18:39:34.556] >> AuxButtonCount 4
[2019-08-20 18:39:34.556] >> #
[2019-08-20 18:39:34.556] >> # Wacom CTL-6100
[2019-08-20 18:39:34.556] >> #
[2019-08-20 18:39:34.556] >> HIDTablet 0x056a 0x0375 0xFF0D 0x0001
[2019-08-20 18:39:34.557] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0375 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.568] >> HIDTablet 0x056a 0x0378 0xFF0D 0x0001
[2019-08-20 18:39:34.569] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0378 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.580] >> Name "Wacom CTL-6100"
[2019-08-20 18:39:34.580] >> ReportId 0x10
[2019-08-20 18:39:34.580] >> ReportLength 192
[2019-08-20 18:39:34.580] >> DetectMask 0x20
[2019-08-20 18:39:34.580] >> MaxX 21600
[2019-08-20 18:39:34.580] >> MaxY 13500
[2019-08-20 18:39:34.580] >> MaxPressure 4095
[2019-08-20 18:39:34.580] >> Width 216.0
[2019-08-20 18:39:34.580] >> Height 135.0
[2019-08-20 18:39:34.580] >> TabletFormat WacomIntuosV3
[2019-08-20 18:39:34.580] >> AuxReportId 0x11
[2019-08-20 18:39:34.580] >> AuxReportLength 192
[2019-08-20 18:39:34.580] >> AuxCustomData ReportId Source=0
[2019-08-20 18:39:34.580] >> AuxCustomData ButtonsLow Source=1 SourceMask=0x0F
[2019-08-20 18:39:34.580] >> AuxButtonCount 4
[2019-08-20 18:39:34.580] >> #
[2019-08-20 18:39:34.580] >> # Wacom PTH-451 ???
[2019-08-20 18:39:34.580] >> #
[2019-08-20 18:39:34.580] >> HIDTablet 0x056a 0x0314 0xFF0D 0x01
[2019-08-20 18:39:34.581] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0314 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.592] >> Name "Wacom PTH-451"
[2019-08-20 18:39:34.592] >> ReportLength 10
[2019-08-20 18:39:34.592] >> DetectMask 0xE0
[2019-08-20 18:39:34.592] >> MaxX 31496
[2019-08-20 18:39:34.592] >> MaxY 19685
[2019-08-20 18:39:34.592] >> MaxPressure 2047
[2019-08-20 18:39:34.592] >> Width 157.0
[2019-08-20 18:39:34.592] >> Height 98.0
[2019-08-20 18:39:34.592] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.592] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:34.592] >> #
[2019-08-20 18:39:34.592] >> # Wacom PTH-850
[2019-08-20 18:39:34.592] >> #
[2019-08-20 18:39:34.592] >> HIDTablet 0x056A 0x0028 0x00D 0x0001
[2019-08-20 18:39:34.593] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0028 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.604] >> Name "Wacom PTH-850"
[2019-08-20 18:39:34.604] >> ReportLength 10
[2019-08-20 18:39:34.604] >> DetectMask 0xE0
[2019-08-20 18:39:34.604] >> MaxX 65024
[2019-08-20 18:39:34.604] >> MaxY 40640
[2019-08-20 18:39:34.604] >> MaxPressure 2047
[2019-08-20 18:39:34.604] >> Width 325.120
[2019-08-20 18:39:34.604] >> Height 203.200
[2019-08-20 18:39:34.604] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.604] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:34.604] >> #
[2019-08-20 18:39:34.604] >> # Wacom PTH-660 (USB) (Wacom drivers installed)
[2019-08-20 18:39:34.604] >> #
[2019-08-20 18:39:34.604] >> HIDTablet 0x056A 0x0357 0xFF00 0x000A
[2019-08-20 18:39:34.605] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0357 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.616] >> Name "Wacom PTH-660 (Wacom drivers installed)"
[2019-08-20 18:39:34.616] >> ReportId 0x10
[2019-08-20 18:39:34.616] >> ReportLength 193
[2019-08-20 18:39:34.616] >> DetectMask 0x40
[2019-08-20 18:39:34.616] >> MaxX 44800
[2019-08-20 18:39:34.616] >> MaxY 29600
[2019-08-20 18:39:34.616] >> MaxPressure 8191
[2019-08-20 18:39:34.616] >> Width 226.0
[2019-08-20 18:39:34.616] >> Height 150.0
[2019-08-20 18:39:34.616] >> TabletFormat WacomIntuosV3
[2019-08-20 18:39:34.616] >> #
[2019-08-20 18:39:34.616] >> # Wacom PTH-660 (USB)
[2019-08-20 18:39:34.616] >> #
[2019-08-20 18:39:34.616] >> HIDTablet 0x056A 0x0357 0xFF0D 0x0001
[2019-08-20 18:39:34.617] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0357 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.628] >> Name "Wacom PTH-660"
[2019-08-20 18:39:34.628] >> ReportId 0x10
[2019-08-20 18:39:34.628] >> ReportLength 192
[2019-08-20 18:39:34.628] >> DetectMask 0x40
[2019-08-20 18:39:34.628] >> MaxX 44800
[2019-08-20 18:39:34.628] >> MaxY 29600
[2019-08-20 18:39:34.628] >> MaxPressure 8191
[2019-08-20 18:39:34.628] >> Width 226.0
[2019-08-20 18:39:34.628] >> Height 150.0
[2019-08-20 18:39:34.628] >> TabletFormat WacomIntuosV3
[2019-08-20 18:39:34.628] >> #
[2019-08-20 18:39:34.628] >> # Wacom PTH-660 (Bluetooth)
[2019-08-20 18:39:34.628] >> #
[2019-08-20 18:39:34.628] >> HIDTablet 0x056a 0x0360 0xFF0D 0x0001
[2019-08-20 18:39:34.629] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0360 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.641] >> Name "Wacom PTH-660 Bluetooth (Experimental)"
[2019-08-20 18:39:34.641] >> ReportLength 361
[2019-08-20 18:39:34.641] >> DetectMask 0xE0
[2019-08-20 18:39:34.641] >> MaxX 44800
[2019-08-20 18:39:34.641] >> MaxY 29600
[2019-08-20 18:39:34.641] >> MaxPressure 8191
[2019-08-20 18:39:34.641] >> Width 226.0
[2019-08-20 18:39:34.641] >> Height 150.0
[2019-08-20 18:39:34.641] >> #
[2019-08-20 18:39:34.641] >> # XP-Pen G430S
[2019-08-20 18:39:34.641] >> #
[2019-08-20 18:39:34.641] >> HIDTablet 0x28BD 0x0075 0xFF0A 0x0001
[2019-08-20 18:39:34.642] [WARNING] Can't open HID tablet Vendor=0x28BD Product=0x0075 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.653] >> CheckString Product "G430S"
[2019-08-20 18:39:34.653] >> Name "XP-Pen G430S"
[2019-08-20 18:39:34.653] >> ReportId 0x02
[2019-08-20 18:39:34.653] >> ReportLength 8
[2019-08-20 18:39:34.653] >> DetectMask 0x80
[2019-08-20 18:39:34.653] >> MaxX 20320
[2019-08-20 18:39:34.653] >> MaxY 15240
[2019-08-20 18:39:34.653] >> MaxPressure 8191
[2019-08-20 18:39:34.653] >> Width 101.6
[2019-08-20 18:39:34.653] >> Height 76.2
[2019-08-20 18:39:34.653] >> InitReport 0x02 0xB0 0x02 0x00 0x00 0x00 0x00 0x00
[2019-08-20 18:39:34.653] >> #
[2019-08-20 18:39:34.653] >> # XP-Pen G430
[2019-08-20 18:39:34.653] >> #
[2019-08-20 18:39:34.653] >> HIDTablet 0x28BD 0x0075 0xFF0A 0x0001
[2019-08-20 18:39:34.654] [WARNING] Can't open HID tablet Vendor=0x28BD Product=0x0075 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.665] >> CheckString Product "TABLET G3"
[2019-08-20 18:39:34.665] >> Name "XP-Pen G430"
[2019-08-20 18:39:34.665] >> ReportId 0x02
[2019-08-20 18:39:34.665] >> ReportLength 8
[2019-08-20 18:39:34.665] >> DetectMask 0x80
[2019-08-20 18:39:34.665] >> MaxX 45720
[2019-08-20 18:39:34.665] >> MaxY 29210
[2019-08-20 18:39:34.665] >> MaxPressure 2047
[2019-08-20 18:39:34.665] >> Width 102.4
[2019-08-20 18:39:34.665] >> Height 76.2
[2019-08-20 18:39:34.665] >> InitReport 0x02 0xB0 0x02 0x00 0x00 0x00 0x00 0x00
[2019-08-20 18:39:34.665] >> #
[2019-08-20 18:39:34.665] >> # XP-Pen G540 Pro
[2019-08-20 18:39:34.665] >> #
[2019-08-20 18:39:34.665] >> HIDTablet 0x28BD 0x0061 0xFF0A 0x0001
[2019-08-20 18:39:34.666] [WARNING] Can't open HID tablet Vendor=0x28BD Product=0x0061 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.677] >> Name "XP-Pen G540 Pro"
[2019-08-20 18:39:34.677] >> ReportId 0x02
[2019-08-20 18:39:34.677] >> ReportLength 8
[2019-08-20 18:39:34.677] >> DetectMask 0x80
[2019-08-20 18:39:34.677] >> MaxX 45720
[2019-08-20 18:39:34.677] >> MaxY 29210
[2019-08-20 18:39:34.677] >> MaxPressure 8191
[2019-08-20 18:39:34.677] >> Width 147.0
[2019-08-20 18:39:34.677] >> Height 101.6
[2019-08-20 18:39:34.677] >> InitReport 0x02 0xB0 0x02 0x00 0x00 0x00 0x00 0x00
[2019-08-20 18:39:34.677] >> #
[2019-08-20 18:39:34.677] >> # XP-Pen G640
[2019-08-20 18:39:34.677] >> #
[2019-08-20 18:39:34.677] >> HIDTablet 0x28BD 0x0094 0xFF0A 0x0001
[2019-08-20 18:39:34.678] [WARNING] Can't open HID tablet Vendor=0x28BD Product=0x0094 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.689] >> #CheckString Manufacturer "XP-PEN"
[2019-08-20 18:39:34.689] >> #CheckString Product "STAR G640"
[2019-08-20 18:39:34.689] >> Name "XP-Pen G640"
[2019-08-20 18:39:34.689] >> ReportId 0x02
[2019-08-20 18:39:34.689] >> ReportLength 8
[2019-08-20 18:39:34.689] >> DetectMask 0x80
[2019-08-20 18:39:34.689] >> MaxX 32000
[2019-08-20 18:39:34.689] >> MaxY 20000
[2019-08-20 18:39:34.689] >> MaxPressure 8191
[2019-08-20 18:39:34.689] >> Width 160.0
[2019-08-20 18:39:34.689] >> Height 100.0
[2019-08-20 18:39:34.689] >> InitReport 0x02 0xB0 0x02 0x00 0x00 0x00 0x00 0x00
[2019-08-20 18:39:34.689] >> #
[2019-08-20 18:39:34.689] >> # XP-Pen G640s
[2019-08-20 18:39:34.689] >> #
[2019-08-20 18:39:34.689] >> HIDTablet 0x28BD 0x0906 0xFF0A 0x0001
[2019-08-20 18:39:34.690] [WARNING] Can't open HID tablet Vendor=0x28BD Product=0x0906 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.701] >> Name "XP-Pen G640s"
[2019-08-20 18:39:34.701] >> ReportId 0x02
[2019-08-20 18:39:34.701] >> ReportLength 10
[2019-08-20 18:39:34.701] >> DetectMask 0x80
[2019-08-20 18:39:34.701] >> MaxX 32000
[2019-08-20 18:39:34.701] >> MaxY 20000
[2019-08-20 18:39:34.701] >> MaxPressure 8191
[2019-08-20 18:39:34.701] >> Width 160.0
[2019-08-20 18:39:34.701] >> Height 100.0
[2019-08-20 18:39:34.701] >> InitReport 0x02 0xB0 0x04 0x00 0x00 0x00 0x00 0x00
[2019-08-20 18:39:34.701] >> #
[2019-08-20 18:39:34.701] >> # XP-Pen Deco 01
[2019-08-20 18:39:34.701] >> #
[2019-08-20 18:39:34.701] >> HIDTablet 0x28BD 0x0042 0xFF0A 0x0001
[2019-08-20 18:39:34.702] [WARNING] Can't open HID tablet Vendor=0x28BD Product=0x0042 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.713] >> Name "XP-Pen Deco 01"
[2019-08-20 18:39:34.713] >> ReportId 0x02
[2019-08-20 18:39:34.713] >> ReportLength 8
[2019-08-20 18:39:34.713] >> DetectMask 0x80
[2019-08-20 18:39:34.713] >> MaxX 25400
[2019-08-20 18:39:34.713] >> MaxY 15875
[2019-08-20 18:39:34.713] >> MaxPressure 8191
[2019-08-20 18:39:34.713] >> Width 254.0
[2019-08-20 18:39:34.713] >> Height 158.75
[2019-08-20 18:39:34.713] >> InitReport 0x02 0xB0 0x02 0x00 0x00 0x00 0x00 0x00
[2019-08-20 18:39:34.713] >> #
[2019-08-20 18:39:34.713] >> # XP-Pen Deco 01 v2
[2019-08-20 18:39:34.713] >> #
[2019-08-20 18:39:34.713] >> HIDTablet 0x28BD 0x0902 0xFF0A 0x0001
[2019-08-20 18:39:34.714] [WARNING] Can't open HID tablet Vendor=0x28BD Product=0x0902 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.725] >> Name "XP-Pen Deco 01 v2"
[2019-08-20 18:39:34.725] >> ReportId 0x02
[2019-08-20 18:39:34.725] >> ReportLength 10
[2019-08-20 18:39:34.725] >> DetectMask 0x80
[2019-08-20 18:39:34.725] >> MaxX 25400
[2019-08-20 18:39:34.725] >> MaxY 15875
[2019-08-20 18:39:34.725] >> MaxPressure 8191
[2019-08-20 18:39:34.725] >> Width 254.0
[2019-08-20 18:39:34.725] >> Height 158.75
[2019-08-20 18:39:34.725] >> InitReport 0x02 0xB0 0x04 0x00 0x00 0x00 0x00 0x00
[2019-08-20 18:39:34.725] >> #
[2019-08-20 18:39:34.725] >> # Huion 420
[2019-08-20 18:39:34.725] >> #
[2019-08-20 18:39:34.725] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-08-20 18:39:34.725] [WARNING] Can't open WinUSB tablet '{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}'
[2019-08-20 18:39:34.736] >> CheckString 6 "420"
[2019-08-20 18:39:34.736] >> Name "Huion 420"
[2019-08-20 18:39:34.736] >> ReportId 0x07
[2019-08-20 18:39:34.736] >> ReportLength 8
[2019-08-20 18:39:34.736] >> DetectMask 0x80
[2019-08-20 18:39:34.736] >> MaxX 8340
[2019-08-20 18:39:34.736] >> MaxY 4680
[2019-08-20 18:39:34.736] >> MaxPressure 2047
[2019-08-20 18:39:34.736] >> Width 105.918
[2019-08-20 18:39:34.736] >> Height 59.436
[2019-08-20 18:39:34.736] >> InitStrings 100 200
[2019-08-20 18:39:34.736] >> #
[2019-08-20 18:39:34.736] >> # Huion H420
[2019-08-20 18:39:34.736] >> #
[2019-08-20 18:39:34.736] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-08-20 18:39:34.736] [WARNING] Can't open WinUSB tablet '{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}'
[2019-08-20 18:39:34.747] >> CheckString 6 "H420"
[2019-08-20 18:39:34.747] >> Name "Huion H420"
[2019-08-20 18:39:34.747] >> ReportLength 8
[2019-08-20 18:39:34.747] >> DetectMask 0x80
[2019-08-20 18:39:34.747] >> MaxX 8340
[2019-08-20 18:39:34.747] >> MaxY 4680
[2019-08-20 18:39:34.747] >> MaxPressure 2047
[2019-08-20 18:39:34.747] >> Width 105.918
[2019-08-20 18:39:34.747] >> Height 59.436
[2019-08-20 18:39:34.747] >> InitStrings 100 200
[2019-08-20 18:39:34.747] >> #
[2019-08-20 18:39:34.747] >> # Huion H430P
[2019-08-20 18:39:34.747] >> #
[2019-08-20 18:39:34.747] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-08-20 18:39:34.747] [WARNING] Can't open WinUSB tablet '{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}'
[2019-08-20 18:39:34.758] >> CheckString 201 "HUION_T176"
[2019-08-20 18:39:34.758] >> Name "Huion H430P"
[2019-08-20 18:39:34.758] >> ReportId 0x08
[2019-08-20 18:39:34.758] >> ReportLength 12
[2019-08-20 18:39:34.758] >> DetectMask 0x80
[2019-08-20 18:39:34.758] >> IgnoreMask 0x60
[2019-08-20 18:39:34.758] >> MaxX 24384
[2019-08-20 18:39:34.758] >> MaxY 15240
[2019-08-20 18:39:34.758] >> MaxPressure 4095
[2019-08-20 18:39:34.758] >> Width 121.92
[2019-08-20 18:39:34.758] >> Height 76.20
[2019-08-20 18:39:34.758] >> InitStrings 100 200
[2019-08-20 18:39:34.758] >> AuxReportId 0x08
[2019-08-20 18:39:34.758] >> AuxReportLength 12
[2019-08-20 18:39:34.758] >> AuxDetectMask 0xE0
[2019-08-20 18:39:34.758] >> AuxgnoreMask 0x80
[2019-08-20 18:39:34.758] >> AuxCustomData ReportId Source=0
[2019-08-20 18:39:34.758] >> AuxCustomData ButtonsLow Source=4 SourceMask=0x0F
[2019-08-20 18:39:34.758] >> AuxCustomData Detect Source=1
[2019-08-20 18:39:34.758] >> AuxButtonCount 4
[2019-08-20 18:39:34.758] >> #
[2019-08-20 18:39:34.758] >> # Huion H640P
[2019-08-20 18:39:34.758] >> #
[2019-08-20 18:39:34.758] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-08-20 18:39:34.758] [WARNING] Can't open WinUSB tablet '{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}'
[2019-08-20 18:39:34.769] >> CheckString 201 "HUION_T173"
[2019-08-20 18:39:34.769] >> Name "Huion H640P"
[2019-08-20 18:39:34.769] >> ReportId 0x08
[2019-08-20 18:39:34.769] >> ReportLength 12
[2019-08-20 18:39:34.769] >> DetectMask 0x80
[2019-08-20 18:39:34.769] >> IgnoreMask 0x60
[2019-08-20 18:39:34.769] >> MaxX 31999
[2019-08-20 18:39:34.769] >> MaxY 20000
[2019-08-20 18:39:34.769] >> MaxPressure 8191
[2019-08-20 18:39:34.769] >> # Specs
[2019-08-20 18:39:34.769] >> #Width 160.0
[2019-08-20 18:39:34.769] >> # Measured
[2019-08-20 18:39:34.769] >> Width 155.0
[2019-08-20 18:39:34.769] >> Height 100.0
[2019-08-20 18:39:34.769] >> InitStrings 100 200
[2019-08-20 18:39:34.769] >> AuxReportId 0x08
[2019-08-20 18:39:34.769] >> AuxReportLength 12
[2019-08-20 18:39:34.769] >> AuxDetectMask 0xE0
[2019-08-20 18:39:34.769] >> AuxgnoreMask 0x80
[2019-08-20 18:39:34.769] >> AuxCustomData ReportId Source=0
[2019-08-20 18:39:34.769] >> AuxCustomData ButtonsLow Source=4 SourceMask=0x3F
[2019-08-20 18:39:34.769] >> AuxCustomData Detect Source=1
[2019-08-20 18:39:34.769] >> AuxButtonCount 6
[2019-08-20 18:39:34.769] >> #
[2019-08-20 18:39:34.769] >> # Huion New 1060 Plus
[2019-08-20 18:39:34.769] >> #
[2019-08-20 18:39:34.769] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-08-20 18:39:34.769] [WARNING] Can't open WinUSB tablet '{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}'
[2019-08-20 18:39:34.780] >> CheckString 201 "HUION_T174"
[2019-08-20 18:39:34.780] >> Name "Huion New 1060 Plus"
[2019-08-20 18:39:34.780] >> ReportId 0x08
[2019-08-20 18:39:34.780] >> ReportLength 12
[2019-08-20 18:39:34.780] >> DetectMask 0x80
[2019-08-20 18:39:34.780] >> IgnoreMask 0x60
[2019-08-20 18:39:34.780] >> MaxX 50800
[2019-08-20 18:39:34.780] >> MaxY 31750
[2019-08-20 18:39:34.780] >> MaxPressure 8191
[2019-08-20 18:39:34.780] >> Width 254
[2019-08-20 18:39:34.780] >> Height 158.75
[2019-08-20 18:39:34.780] >> InitStrings 100 200
[2019-08-20 18:39:34.780] >> AuxReportId 0x08
[2019-08-20 18:39:34.780] >> AuxReportLength 12
[2019-08-20 18:39:34.780] >> AuxDetectMask 0xE0
[2019-08-20 18:39:34.780] >> AuxgnoreMask 0x80
[2019-08-20 18:39:34.780] >> AuxCustomData ReportId Source=0
[2019-08-20 18:39:34.780] >> AuxCustomData ButtonsLow Source=4
[2019-08-20 18:39:34.780] >> AuxCustomData ButtonsHigh Source=5
[2019-08-20 18:39:34.780] >> AuxCustomData Detect Source=1
[2019-08-20 18:39:34.780] >> AuxButtonCount 12
[2019-08-20 18:39:34.780] >> #
[2019-08-20 18:39:34.780] >> # Huion Inspiroy Q11K
[2019-08-20 18:39:34.780] >> #
[2019-08-20 18:39:34.780] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-08-20 18:39:34.780] [WARNING] Can't open WinUSB tablet '{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}'
[2019-08-20 18:39:34.791] >> CheckString 201 "HUION_T164"
[2019-08-20 18:39:34.791] >> Name "Inspiroy Q11K"
[2019-08-20 18:39:34.791] >> ReportId 0x08
[2019-08-20 18:39:34.791] >> ReportLength 12
[2019-08-20 18:39:34.791] >> DetectMask 0x80
[2019-08-20 18:39:34.791] >> IgnoreMask 0x60
[2019-08-20 18:39:34.791] >> MaxX 55880
[2019-08-20 18:39:34.791] >> MaxY 34920
[2019-08-20 18:39:34.791] >> MaxPressure 8191
[2019-08-20 18:39:34.791] >> Width 279.4
[2019-08-20 18:39:34.791] >> Height 174.6
[2019-08-20 18:39:34.791] >> InitStrings 100 200
[2019-08-20 18:39:34.791] >> #
[2019-08-20 18:39:34.791] >> # Gaomon S56K
[2019-08-20 18:39:34.791] >> #
[2019-08-20 18:39:34.791] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-08-20 18:39:34.791] [WARNING] Can't open WinUSB tablet '{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}'
[2019-08-20 18:39:34.802] >> CheckString 201 "HUION_T156"
[2019-08-20 18:39:34.802] >> Name "Gaomon S56K"
[2019-08-20 18:39:34.802] >> ReportId 0x07
[2019-08-20 18:39:34.802] >> ReportLength 8
[2019-08-20 18:39:34.802] >> DetectMask 0x80
[2019-08-20 18:39:34.802] >> MaxX 25196
[2019-08-20 18:39:34.802] >> MaxY 18896
[2019-08-20 18:39:34.802] >> MaxPressure 2047
[2019-08-20 18:39:34.802] >> Width 160.0
[2019-08-20 18:39:34.802] >> Height 120.0
[2019-08-20 18:39:34.802] >> InitStrings 100 200
[2019-08-20 18:39:34.802] >> #
[2019-08-20 18:39:34.802] >> # Huion H610 Pro
[2019-08-20 18:39:34.802] >> #
[2019-08-20 18:39:34.802] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-08-20 18:39:34.802] [WARNING] Can't open WinUSB tablet '{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}'
[2019-08-20 18:39:34.813] >> CheckString 200 "HVAN"
[2019-08-20 18:39:34.813] >> CheckString 121 "HA60"
[2019-08-20 18:39:34.813] >> Name "Huion H610 Pro"
[2019-08-20 18:39:34.813] >> ReportId 0x07
[2019-08-20 18:39:34.813] >> ReportLength 4
[2019-08-20 18:39:34.813] >> DetectMask 0x00
[2019-08-20 18:39:34.813] >> MaxX 40000
[2019-08-20 18:39:34.813] >> MaxY 25000
[2019-08-20 18:39:34.813] >> MaxPressure 8191
[2019-08-20 18:39:34.813] >> Width 254
[2019-08-20 18:39:34.813] >> Height 158.75
[2019-08-20 18:39:34.813] >> InitStrings 100 200
[2019-08-20 18:39:34.813] >> #
[2019-08-20 18:39:34.813] >> # Gaomon S620
[2019-08-20 18:39:34.813] >> #
[2019-08-20 18:39:34.813] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-08-20 18:39:34.813] [WARNING] Can't open WinUSB tablet '{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}'
[2019-08-20 18:39:34.824] >> CheckString 201 "OEM02_T18e_190329"
[2019-08-20 18:39:34.824] >> Name "Gaomon S620"
[2019-08-20 18:39:34.824] >> ReportId 0x00
[2019-08-20 18:39:34.824] >> ReportLength 16
[2019-08-20 18:39:34.824] >> DetectMask 0x80
[2019-08-20 18:39:34.824] >> MaxX 33020
[2019-08-20 18:39:34.824] >> MaxY 20320
[2019-08-20 18:39:34.824] >> MaxPressure 8191
[2019-08-20 18:39:34.824] >> Width 165.1
[2019-08-20 18:39:34.824] >> Height 101.6
[2019-08-20 18:39:34.824] >> InitStrings 100 200
[2019-08-20 18:39:34.824] >> InitStrings 100 200
[2019-08-20 18:39:34.824] >> AuxReportId 0x08
[2019-08-20 18:39:34.824] >> AuxReportLength 12
[2019-08-20 18:39:34.824] >> AuxDetectMask 0xE0
[2019-08-20 18:39:34.824] >> AuxgnoreMask 0x80
[2019-08-20 18:39:34.824] >> AuxCustomData ReportId Source=0
[2019-08-20 18:39:34.824] >> AuxCustomData ButtonsLow Source=4 SourceMask=0x3F
[2019-08-20 18:39:34.824] >> AuxCustomData Detect Source=1
[2019-08-20 18:39:34.824] >> AuxButtonCount 4
[2019-08-20 18:39:34.824] >> #
[2019-08-20 18:39:34.824] >> # Huion osu!tablet
[2019-08-20 18:39:34.824] >> #
[2019-08-20 18:39:34.824] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-08-20 18:39:34.824] [WARNING] Can't open WinUSB tablet '{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}'
[2019-08-20 18:39:34.835] >> CheckString 200 "HVAN"
[2019-08-20 18:39:34.835] >> Name "Huion osu!tablet (check the GitHub issue hawku#99)"
[2019-08-20 18:39:34.835] >> ReportId 0x07
[2019-08-20 18:39:34.835] >> ReportLength 8
[2019-08-20 18:39:34.835] >> DetectMask 0x80
[2019-08-20 18:39:34.835] >> MaxX 8340
[2019-08-20 18:39:34.835] >> MaxY 4680
[2019-08-20 18:39:34.835] >> MaxPressure 2047
[2019-08-20 18:39:34.835] >> Width 101.6
[2019-08-20 18:39:34.835] >> Height 56.6
[2019-08-20 18:39:34.835] >> InitStrings 100 200
[2019-08-20 18:39:34.835] >> # For debugging tablet detection:
[2019-08-20 18:39:34.835] >> GetStrings 1 20
[2019-08-20 18:39:34.835] >> #
[2019-08-20 18:39:34.835] >> # Unknown Huion Tablet
[2019-08-20 18:39:34.835] >> #
[2019-08-20 18:39:34.835] >> USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
[2019-08-20 18:39:34.835] [WARNING] Can't open WinUSB tablet '{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}'
[2019-08-20 18:39:34.846] >> Name "Unknown Huion Tablet! Check startuplog.txt!"
[2019-08-20 18:39:34.846] >> #CheckString 1 "???"
[2019-08-20 18:39:34.846] >> #CheckString 2 "???"
[2019-08-20 18:39:34.846] >> #CheckString 6 "???"
[2019-08-20 18:39:34.846] >> #CheckString 200 "???"
[2019-08-20 18:39:34.846] >> #CheckString 201 "???"
[2019-08-20 18:39:34.846] >> ReportId 0x07
[2019-08-20 18:39:34.846] >> ReportLength 8
[2019-08-20 18:39:34.846] >> DetectMask 0x80
[2019-08-20 18:39:34.846] >> MaxX 10000
[2019-08-20 18:39:34.846] >> MaxY 10000
[2019-08-20 18:39:34.846] >> MaxPressure 2047
[2019-08-20 18:39:34.846] >> Width 100
[2019-08-20 18:39:34.846] >> Height 100
[2019-08-20 18:39:34.846] >> InitStrings 100 200
[2019-08-20 18:39:34.846] >> # For debugging tablet detection:
[2019-08-20 18:39:34.846] >> GetStrings 1 250
[2019-08-20 18:39:34.846] >> #
[2019-08-20 18:39:34.846] >> # Wacom CTE-440 (Graphite4 4x5)
[2019-08-20 18:39:34.846] >> #
[2019-08-20 18:39:34.846] >> HIDTablet 0x056A 0x0015 0xFF0D 0x0001
[2019-08-20 18:39:34.847] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0015 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.858] >> HIDTablet 0x056A 0x0015 0x000D 0x0001
[2019-08-20 18:39:34.859] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0015 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.870] >> Name "Wacom CTE-440"
[2019-08-20 18:39:34.870] >> ReportLength 9
[2019-08-20 18:39:34.870] >> DetectMask 0x00
[2019-08-20 18:39:34.870] >> MaxX 10208
[2019-08-20 18:39:34.870] >> MaxY 7424
[2019-08-20 18:39:34.870] >> MaxPressure 511
[2019-08-20 18:39:34.870] >> Width 102.08
[2019-08-20 18:39:34.870] >> Height 74.24
[2019-08-20 18:39:34.870] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.870] >> #
[2019-08-20 18:39:34.870] >> # VEIKK S640
[2019-08-20 18:39:34.870] >> #
[2019-08-20 18:39:34.870] >> HIDTablet 0x2FEB 0x0001 0xFF0A 0x0001
[2019-08-20 18:39:34.871] [WARNING] Can't open HID tablet Vendor=0x2FEB Product=0x0001 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.882] >> Name "VEIKK S640"
[2019-08-20 18:39:34.882] >> ReportId 0x09
[2019-08-20 18:39:34.882] >> ReportLength 9
[2019-08-20 18:39:34.882] >> DetectMask 0x80
[2019-08-20 18:39:34.882] >> MaxX 30480
[2019-08-20 18:39:34.882] >> MaxY 20320
[2019-08-20 18:39:34.882] >> MaxPressure 8191
[2019-08-20 18:39:34.882] >> Width 152.4
[2019-08-20 18:39:34.882] >> Height 101.6
[2019-08-20 18:39:34.882] >> TabletFormat SkipFirstDataByte
[2019-08-20 18:39:34.882] >> InitStrings 2 2 2 2 2 20 21
[2019-08-20 18:39:34.882] >> InitReport 0x09 0x01 0x04 0x00 0x00 0x00 0x00 0x00 0x00
[2019-08-20 18:39:34.882] >> #
[2019-08-20 18:39:34.882] >> # VEIKK A50
[2019-08-20 18:39:34.882] >> #
[2019-08-20 18:39:34.882] >> HIDTablet 0x2FEB 0x0003 0xFF0A 0x0001
[2019-08-20 18:39:34.883] [WARNING] Can't open HID tablet Vendor=0x2FEB Product=0x0003 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.894] >> Name "VEIKK A50"
[2019-08-20 18:39:34.894] >> ReportId 0x09
[2019-08-20 18:39:34.894] >> ReportLength 9
[2019-08-20 18:39:34.894] >> DetectMask 0x80
[2019-08-20 18:39:34.894] >> MaxX 50800
[2019-08-20 18:39:34.894] >> MaxY 30480
[2019-08-20 18:39:34.894] >> MaxPressure 8191
[2019-08-20 18:39:34.894] >> Width 254
[2019-08-20 18:39:34.894] >> Height 152.4
[2019-08-20 18:39:34.894] >> TabletFormat SkipFirstDataByte
[2019-08-20 18:39:34.894] >> InitStrings 2 2 2 2 2 20 21
[2019-08-20 18:39:34.894] >> InitReport 0x09 0x01 0x04 0x00 0x00 0x00 0x00 0x00 0x00
[2019-08-20 18:39:34.894] >> InitReport 0x09 0x02 0x02 0x00 0x00 0x00 0x00 0x00 0x00
[2019-08-20 18:39:34.894] >> InitReport 0x09 0x03 0x02 0x00 0x00 0x00 0x00 0x00 0x00
[2019-08-20 18:39:34.894] >> AuxHID 0x2FEB 0x0003 0xFF0A 0x0001
[2019-08-20 18:39:34.894] >> AuxButtonCount 13
[2019-08-20 18:39:34.894] >> # Buttons (buttons 1 - 8)
[2019-08-20 18:39:34.894] >> AuxReport 0
[2019-08-20 18:39:34.894] >> AuxReportId 0x42
[2019-08-20 18:39:34.894] >> AuxReportLength 9
[2019-08-20 18:39:34.894] >> AuxCustomData ReportId Source=1
[2019-08-20 18:39:34.894] >> AuxCustomData ButtonsLow Source=4
[2019-08-20 18:39:34.894] >> AuxCustomData Detect Source=1
[2019-08-20 18:39:34.894] >> AuxCustomData IsPressed Source=3 WriteMode=Set
[2019-08-20 18:39:34.894] >> # Touchpad gestures (buttons 9 - 13)
[2019-08-20 18:39:34.894] >> AuxReport 1
[2019-08-20 18:39:34.894] >> AuxReportId 0x43
[2019-08-20 18:39:34.894] >> AuxReportLength 9
[2019-08-20 18:39:34.894] >> AuxCustomData ReportId Source=1
[2019-08-20 18:39:34.894] >> AuxCustomData ButtonsHigh Source=3
[2019-08-20 18:39:34.894] >> AuxCustomData IsPressed Source=2 WriteMode=Set
[2019-08-20 18:39:34.894] >> #
[2019-08-20 18:39:34.894] >> # Playstation Dualshock 4 (Slim) (Custom Data Example)
[2019-08-20 18:39:34.894] >> #
[2019-08-20 18:39:34.894] >> # Disabled
[2019-08-20 18:39:34.894] >> HIDTablet 0xF0F0 0xF0F0 0xF0F0 0xF0F0
[2019-08-20 18:39:34.895] [WARNING] Can't open HID tablet Vendor=0xF0F0 Product=0xF0F0 UsagePage=0xF0F0 Usage=0xF0F0 Exclusive=False
[2019-08-20 18:39:34.906] >> #HIDTablet 0x054C 0x09CC 0x0001 0x0005
[2019-08-20 18:39:34.906] >> Name "Dualshock 4 (Custom Data Example)"
[2019-08-20 18:39:34.906] >> ReportId 0x01
[2019-08-20 18:39:34.906] >> ReportLength 64
[2019-08-20 18:39:34.906] >> DetectMask 0x80
[2019-08-20 18:39:34.906] >> MaxX 1920.0
[2019-08-20 18:39:34.906] >> MaxY 943.0
[2019-08-20 18:39:34.906] >> MaxPressure 1023
[2019-08-20 18:39:34.906] >> Width 38.0
[2019-08-20 18:39:34.906] >> Height 19.0
[2019-08-20 18:39:34.906] >> TabletFormat Custom
[2019-08-20 18:39:34.906] >> # Report id
[2019-08-20 18:39:34.906] >> CustomData ReportId Source=0
[2019-08-20 18:39:34.906] >> # In range (0x80)
[2019-08-20 18:39:34.906] >> CustomData Buttons Source=34 SourceMask=0x01 SourceShift=7
[2019-08-20 18:39:34.906] >> # Button X -> Tip button
[2019-08-20 18:39:34.906] >> CustomData Buttons Source=5 SourceMask=0x20 SourceShift=-5 TargetMask=0x01
[2019-08-20 18:39:34.906] >> # Button Square -> Top button
[2019-08-20 18:39:34.906] >> CustomData Buttons Source=5 SourceMask=0x10 SourceShift=-2 TargetMask=0x04
[2019-08-20 18:39:34.906] >> # Button Circle -> Bottom button
[2019-08-20 18:39:34.906] >> CustomData Buttons Source=5 SourceMask=0x40 SourceShift=-5 TargetMask=0x02
[2019-08-20 18:39:34.906] >> # X low byte
[2019-08-20 18:39:34.906] >> CustomData XLow Source=36
[2019-08-20 18:39:34.906] >> # X high byte
[2019-08-20 18:39:34.906] >> CustomData XHigh Source=37 SourceMask=0x0F
[2019-08-20 18:39:34.906] >> # Y low byte
[2019-08-20 18:39:34.906] >> CustomData YLow Source=37 SourceMask=0xF0 SourceShift=-4
[2019-08-20 18:39:34.906] >> CustomData YLow Source=38 SourceMask=0x0F SourceShift=4
[2019-08-20 18:39:34.906] >> # Y high byte
[2019-08-20 18:39:34.906] >> CustomData YHigh Source=38 SourceMask=0xFF SourceShift=-4
[2019-08-20 18:39:34.906] >> #
[2019-08-20 18:39:34.906] >> # XP-Pen G640 (Custom Data Example)
[2019-08-20 18:39:34.906] >> #
[2019-08-20 18:39:34.906] >> HIDTablet 0x28BD 0x0094 0xFF0A 0x0001
[2019-08-20 18:39:34.907] [WARNING] Can't open HID tablet Vendor=0x28BD Product=0x0094 UsagePage=0xFF0A Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.918] >> CheckString Manufacturer "XP-PEN"
[2019-08-20 18:39:34.918] >> CheckString Product "STAR G640"
[2019-08-20 18:39:34.918] >> Name "XP-Pen G640 (Custom Data Example)"
[2019-08-20 18:39:34.918] >> ReportId 0x02
[2019-08-20 18:39:34.918] >> ReportLength 8
[2019-08-20 18:39:34.918] >> DetectMask 0x80
[2019-08-20 18:39:34.918] >> MaxX 32000
[2019-08-20 18:39:34.918] >> MaxY 20000
[2019-08-20 18:39:34.918] >> MaxPressure 8191
[2019-08-20 18:39:34.918] >> Width 160.0
[2019-08-20 18:39:34.918] >> Height 100.0
[2019-08-20 18:39:34.918] >> InitReport 0x02 0xB0 0x02 0x00 0x00 0x00 0x00 0x00
[2019-08-20 18:39:34.918] >> TabletFormat Custom
[2019-08-20 18:39:34.918] >> #
[2019-08-20 18:39:34.918] >> # CustomData [TargetMask=<target mask(&)>] [Source=] [SourceMask=<source mask(&)>] [SourceShift=<bit shift (<<)>]
[2019-08-20 18:39:34.918] >> #
[2019-08-20 18:39:34.918] >> # Report id
[2019-08-20 18:39:34.918] >> CustomData ReportId Source=0
[2019-08-20 18:39:34.918] >> # Buttons (In range + buttons 1-3)
[2019-08-20 18:39:34.918] >> CustomData Buttons Source=1 TargetMask=0b10000111
[2019-08-20 18:39:34.918] >> # X low byte
[2019-08-20 18:39:34.918] >> CustomData XLow Source=2
[2019-08-20 18:39:34.918] >> # X high byte
[2019-08-20 18:39:34.918] >> CustomData XHigh Source=3
[2019-08-20 18:39:34.918] >> # Y low byte
[2019-08-20 18:39:34.918] >> CustomData YLow Source=4
[2019-08-20 18:39:34.918] >> # Y high byte
[2019-08-20 18:39:34.918] >> CustomData YHigh Source=5
[2019-08-20 18:39:34.918] >> # Pressure low byte
[2019-08-20 18:39:34.918] >> CustomData PressureLow Source=6
[2019-08-20 18:39:34.918] >> # Pressure high byte
[2019-08-20 18:39:34.918] >> CustomData PressureHigh Source=7
[2019-08-20 18:39:34.918] >> #
[2019-08-20 18:39:34.918] >> #
[2019-08-20 18:39:34.918] >> #
[2019-08-20 18:39:34.918] / End of 'config\tablet.cfg'
[2019-08-20 18:39:34.918] >> Include "config\wacom.cfg"
[2019-08-20 18:39:34.918] \ Reading 'config\wacom.cfg'
[2019-08-20 18:39:34.918] >> #
[2019-08-20 18:39:34.918] >> # This file is automatically generated from these sources:
[2019-08-20 18:39:34.918] >> # https://github.com/linuxwacom/input-wacom/blob/master/3.7/wacom_wac.h
[2019-08-20 18:39:34.918] >> # https://github.com/linuxwacom/input-wacom/blob/master/3.7/wacom_wac.c
[2019-08-20 18:39:34.918] >> # https://github.com/linuxwacom/input-wacom/wiki/Device-IDs
[2019-08-20 18:39:34.919] >> #
[2019-08-20 18:39:34.919] >> # DO NOT EDIT THIS FILE!
[2019-08-20 18:39:34.919] >> # Make the configuration modifications to the tablet.cfg
[2019-08-20 18:39:34.919] >> # Tablet.cfg will overwrite the settings from this file, if the tablet is found.
[2019-08-20 18:39:34.919] >> #
[2019-08-20 18:39:34.919] >> # Wacom PTK-1240 (Wacom drivers installed)
[2019-08-20 18:39:34.919] >> HIDTablet 0x056A 0x00BB 0xFF00 0x000A
[2019-08-20 18:39:34.920] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00BB UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.931] >> Name "Wacom PTK-1240 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:34.931] >> ReportLength 11
[2019-08-20 18:39:34.931] >> DetectMask 0xE0
[2019-08-20 18:39:34.931] >> MaxX 97536
[2019-08-20 18:39:34.931] >> MaxY 60960
[2019-08-20 18:39:34.931] >> MaxPressure 2047
[2019-08-20 18:39:34.931] >> Width 487.680
[2019-08-20 18:39:34.931] >> Height 304.800
[2019-08-20 18:39:34.931] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:34.931] >> # Wacom PTK-1240
[2019-08-20 18:39:34.931] >> HIDTablet 0x056A 0x00BB 0xFF0D 0x0001
[2019-08-20 18:39:34.932] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00BB UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.943] >> HIDTablet 0x056A 0x00BB 0x000D 0x0001
[2019-08-20 18:39:34.944] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00BB UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.955] >> Name "Wacom PTK-1240 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:34.955] >> ReportLength 10
[2019-08-20 18:39:34.955] >> DetectMask 0xE0
[2019-08-20 18:39:34.955] >> MaxX 97536
[2019-08-20 18:39:34.955] >> MaxY 60960
[2019-08-20 18:39:34.955] >> MaxPressure 2047
[2019-08-20 18:39:34.955] >> Width 487.680
[2019-08-20 18:39:34.955] >> Height 304.800
[2019-08-20 18:39:34.955] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.955] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:34.955] >> # Wacom PTK-440 (Wacom drivers installed)
[2019-08-20 18:39:34.955] >> HIDTablet 0x056A 0x00B8 0xFF00 0x000A
[2019-08-20 18:39:34.956] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00B8 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:34.967] >> Name "Wacom PTK-440 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:34.967] >> ReportLength 11
[2019-08-20 18:39:34.967] >> DetectMask 0xE0
[2019-08-20 18:39:34.967] >> MaxX 31496
[2019-08-20 18:39:34.967] >> MaxY 19685
[2019-08-20 18:39:34.967] >> MaxPressure 2047
[2019-08-20 18:39:34.967] >> Width 157.480
[2019-08-20 18:39:34.967] >> Height 98.425
[2019-08-20 18:39:34.967] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:34.967] >> # Wacom PTK-440
[2019-08-20 18:39:34.967] >> HIDTablet 0x056A 0x00B8 0xFF0D 0x0001
[2019-08-20 18:39:34.968] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00B8 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.979] >> HIDTablet 0x056A 0x00B8 0x000D 0x0001
[2019-08-20 18:39:34.980] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00B8 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:34.991] >> Name "Wacom PTK-440 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:34.991] >> ReportLength 10
[2019-08-20 18:39:34.991] >> DetectMask 0xE0
[2019-08-20 18:39:34.991] >> MaxX 31496
[2019-08-20 18:39:34.991] >> MaxY 19685
[2019-08-20 18:39:34.991] >> MaxPressure 2047
[2019-08-20 18:39:34.991] >> Width 157.480
[2019-08-20 18:39:34.991] >> Height 98.425
[2019-08-20 18:39:34.991] >> InitFeature 0x02 0x02
[2019-08-20 18:39:34.991] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:34.991] >> # Wacom PTK-450 (Wacom drivers installed)
[2019-08-20 18:39:34.991] >> HIDTablet 0x056A 0x0029 0xFF00 0x000A
[2019-08-20 18:39:34.992] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0029 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.003] >> Name "Wacom PTK-450 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.003] >> ReportLength 11
[2019-08-20 18:39:35.003] >> DetectMask 0xE0
[2019-08-20 18:39:35.003] >> MaxX 31496
[2019-08-20 18:39:35.003] >> MaxY 19685
[2019-08-20 18:39:35.003] >> MaxPressure 2047
[2019-08-20 18:39:35.003] >> Width 157.480
[2019-08-20 18:39:35.003] >> Height 98.425
[2019-08-20 18:39:35.003] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.003] >> # Wacom PTK-450
[2019-08-20 18:39:35.003] >> HIDTablet 0x056A 0x0029 0xFF0D 0x0001
[2019-08-20 18:39:35.004] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0029 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.015] >> HIDTablet 0x056A 0x0029 0x000D 0x0001
[2019-08-20 18:39:35.016] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0029 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.027] >> Name "Wacom PTK-450 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.027] >> ReportLength 10
[2019-08-20 18:39:35.027] >> DetectMask 0xE0
[2019-08-20 18:39:35.027] >> MaxX 31496
[2019-08-20 18:39:35.027] >> MaxY 19685
[2019-08-20 18:39:35.027] >> MaxPressure 2047
[2019-08-20 18:39:35.027] >> Width 157.480
[2019-08-20 18:39:35.027] >> Height 98.425
[2019-08-20 18:39:35.027] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.027] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.027] >> # Wacom PTK-540WL (Wacom drivers installed)
[2019-08-20 18:39:35.027] >> HIDTablet 0x056A 0x00BC 0xFF00 0x000A
[2019-08-20 18:39:35.028] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00BC UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.039] >> Name "Wacom PTK-540WL (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.039] >> ReportLength 11
[2019-08-20 18:39:35.039] >> DetectMask 0xE0
[2019-08-20 18:39:35.039] >> MaxX 40640
[2019-08-20 18:39:35.039] >> MaxY 25400
[2019-08-20 18:39:35.039] >> MaxPressure 2047
[2019-08-20 18:39:35.039] >> Width 203.200
[2019-08-20 18:39:35.039] >> Height 127.000
[2019-08-20 18:39:35.039] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.039] >> # Wacom PTK-540WL
[2019-08-20 18:39:35.039] >> HIDTablet 0x056A 0x00BC 0xFF0D 0x0001
[2019-08-20 18:39:35.040] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00BC UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.051] >> HIDTablet 0x056A 0x00BC 0x000D 0x0001
[2019-08-20 18:39:35.052] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00BC UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.063] >> Name "Wacom PTK-540WL (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.063] >> ReportLength 10
[2019-08-20 18:39:35.063] >> DetectMask 0xE0
[2019-08-20 18:39:35.063] >> MaxX 40640
[2019-08-20 18:39:35.063] >> MaxY 25400
[2019-08-20 18:39:35.063] >> MaxPressure 2047
[2019-08-20 18:39:35.063] >> Width 203.200
[2019-08-20 18:39:35.063] >> Height 127.000
[2019-08-20 18:39:35.063] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.063] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.063] >> # Wacom PTK-640 (Wacom drivers installed)
[2019-08-20 18:39:35.063] >> HIDTablet 0x056A 0x00B9 0xFF00 0x000A
[2019-08-20 18:39:35.064] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00B9 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.075] >> Name "Wacom PTK-640 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.075] >> ReportLength 11
[2019-08-20 18:39:35.075] >> DetectMask 0xE0
[2019-08-20 18:39:35.075] >> MaxX 44704
[2019-08-20 18:39:35.075] >> MaxY 27940
[2019-08-20 18:39:35.075] >> MaxPressure 2047
[2019-08-20 18:39:35.075] >> Width 223.520
[2019-08-20 18:39:35.075] >> Height 139.700
[2019-08-20 18:39:35.075] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.075] >> # Wacom PTK-640
[2019-08-20 18:39:35.075] >> HIDTablet 0x056A 0x00B9 0xFF0D 0x0001
[2019-08-20 18:39:35.076] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00B9 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.087] >> HIDTablet 0x056A 0x00B9 0x000D 0x0001
[2019-08-20 18:39:35.088] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00B9 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.100] >> Name "Wacom PTK-640 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.100] >> ReportLength 10
[2019-08-20 18:39:35.100] >> DetectMask 0xE0
[2019-08-20 18:39:35.100] >> MaxX 44704
[2019-08-20 18:39:35.100] >> MaxY 27940
[2019-08-20 18:39:35.100] >> MaxPressure 2047
[2019-08-20 18:39:35.100] >> Width 223.520
[2019-08-20 18:39:35.100] >> Height 139.700
[2019-08-20 18:39:35.100] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.100] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.100] >> # Wacom PTK-650 (Wacom drivers installed)
[2019-08-20 18:39:35.100] >> HIDTablet 0x056A 0x002A 0xFF00 0x000A
[2019-08-20 18:39:35.101] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x002A UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.112] >> Name "Wacom PTK-650 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.112] >> ReportLength 11
[2019-08-20 18:39:35.112] >> DetectMask 0xE0
[2019-08-20 18:39:35.112] >> MaxX 44704
[2019-08-20 18:39:35.112] >> MaxY 27940
[2019-08-20 18:39:35.112] >> MaxPressure 2047
[2019-08-20 18:39:35.112] >> Width 223.520
[2019-08-20 18:39:35.112] >> Height 139.700
[2019-08-20 18:39:35.112] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.112] >> # Wacom PTK-650
[2019-08-20 18:39:35.112] >> HIDTablet 0x056A 0x002A 0xFF0D 0x0001
[2019-08-20 18:39:35.113] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x002A UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.124] >> HIDTablet 0x056A 0x002A 0x000D 0x0001
[2019-08-20 18:39:35.125] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x002A UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.136] >> Name "Wacom PTK-650 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.136] >> ReportLength 10
[2019-08-20 18:39:35.136] >> DetectMask 0xE0
[2019-08-20 18:39:35.136] >> MaxX 44704
[2019-08-20 18:39:35.136] >> MaxY 27940
[2019-08-20 18:39:35.136] >> MaxPressure 2047
[2019-08-20 18:39:35.136] >> Width 223.520
[2019-08-20 18:39:35.136] >> Height 139.700
[2019-08-20 18:39:35.136] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.136] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.136] >> # Wacom PTK-840 (Wacom drivers installed)
[2019-08-20 18:39:35.136] >> HIDTablet 0x056A 0x00BA 0xFF00 0x000A
[2019-08-20 18:39:35.137] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00BA UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.148] >> Name "Wacom PTK-840 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.148] >> ReportLength 11
[2019-08-20 18:39:35.148] >> DetectMask 0xE0
[2019-08-20 18:39:35.148] >> MaxX 65024
[2019-08-20 18:39:35.148] >> MaxY 40640
[2019-08-20 18:39:35.148] >> MaxPressure 2047
[2019-08-20 18:39:35.148] >> Width 325.120
[2019-08-20 18:39:35.148] >> Height 203.200
[2019-08-20 18:39:35.148] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.148] >> # Wacom PTK-840
[2019-08-20 18:39:35.148] >> HIDTablet 0x056A 0x00BA 0xFF0D 0x0001
[2019-08-20 18:39:35.149] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00BA UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.160] >> HIDTablet 0x056A 0x00BA 0x000D 0x0001
[2019-08-20 18:39:35.161] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00BA UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.171] >> Name "Wacom PTK-840 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.171] >> ReportLength 10
[2019-08-20 18:39:35.171] >> DetectMask 0xE0
[2019-08-20 18:39:35.171] >> MaxX 65024
[2019-08-20 18:39:35.171] >> MaxY 40640
[2019-08-20 18:39:35.171] >> MaxPressure 2047
[2019-08-20 18:39:35.171] >> Width 325.120
[2019-08-20 18:39:35.171] >> Height 203.200
[2019-08-20 18:39:35.171] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.171] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.171] >> # Wacom PTH-450 (Wacom drivers installed)
[2019-08-20 18:39:35.171] >> HIDTablet 0x056A 0x0026 0xFF00 0x000A
[2019-08-20 18:39:35.172] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0026 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.183] >> Name "Wacom PTH-450 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.183] >> ReportLength 11
[2019-08-20 18:39:35.183] >> DetectMask 0xE0
[2019-08-20 18:39:35.183] >> MaxX 31496
[2019-08-20 18:39:35.183] >> MaxY 19685
[2019-08-20 18:39:35.183] >> MaxPressure 2047
[2019-08-20 18:39:35.183] >> Width 157.480
[2019-08-20 18:39:35.183] >> Height 98.425
[2019-08-20 18:39:35.183] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.183] >> # Wacom PTH-450
[2019-08-20 18:39:35.183] >> HIDTablet 0x056A 0x0026 0xFF0D 0x0001
[2019-08-20 18:39:35.184] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0026 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.195] >> HIDTablet 0x056A 0x0026 0x000D 0x0001
[2019-08-20 18:39:35.196] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0026 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.207] >> Name "Wacom PTH-450 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.207] >> ReportLength 10
[2019-08-20 18:39:35.207] >> DetectMask 0xE0
[2019-08-20 18:39:35.207] >> MaxX 31496
[2019-08-20 18:39:35.207] >> MaxY 19685
[2019-08-20 18:39:35.207] >> MaxPressure 2047
[2019-08-20 18:39:35.207] >> Width 157.480
[2019-08-20 18:39:35.207] >> Height 98.425
[2019-08-20 18:39:35.207] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.207] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.207] >> # Wacom PTH-451 (Wacom drivers installed)
[2019-08-20 18:39:35.207] >> HIDTablet 0x056A 0x0314 0xFF00 0x000A
[2019-08-20 18:39:35.208] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0314 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.219] >> Name "Wacom PTH-451 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.219] >> ReportLength 11
[2019-08-20 18:39:35.219] >> DetectMask 0x40
[2019-08-20 18:39:35.219] >> MaxX 31496
[2019-08-20 18:39:35.219] >> MaxY 19685
[2019-08-20 18:39:35.219] >> MaxPressure 2047
[2019-08-20 18:39:35.219] >> Width 157.480
[2019-08-20 18:39:35.219] >> Height 98.425
[2019-08-20 18:39:35.219] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.219] >> # Wacom PTH-451
[2019-08-20 18:39:35.219] >> HIDTablet 0x056A 0x0314 0xFF0D 0x0001
[2019-08-20 18:39:35.220] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0314 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.231] >> HIDTablet 0x056A 0x0314 0x000D 0x0001
[2019-08-20 18:39:35.232] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0314 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.243] >> Name "Wacom PTH-451 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.243] >> ReportLength 10
[2019-08-20 18:39:35.243] >> DetectMask 0x40
[2019-08-20 18:39:35.243] >> MaxX 31496
[2019-08-20 18:39:35.243] >> MaxY 19685
[2019-08-20 18:39:35.243] >> MaxPressure 2047
[2019-08-20 18:39:35.243] >> Width 157.480
[2019-08-20 18:39:35.243] >> Height 98.425
[2019-08-20 18:39:35.243] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.243] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.243] >> # Wacom PTH-650 (Wacom drivers installed)
[2019-08-20 18:39:35.243] >> HIDTablet 0x056A 0x0027 0xFF00 0x000A
[2019-08-20 18:39:35.244] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0027 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.255] >> Name "Wacom PTH-650 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.255] >> ReportLength 11
[2019-08-20 18:39:35.255] >> DetectMask 0xE0
[2019-08-20 18:39:35.255] >> MaxX 44704
[2019-08-20 18:39:35.255] >> MaxY 27940
[2019-08-20 18:39:35.255] >> MaxPressure 2047
[2019-08-20 18:39:35.255] >> Width 223.520
[2019-08-20 18:39:35.255] >> Height 139.700
[2019-08-20 18:39:35.255] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.255] >> # Wacom PTH-650
[2019-08-20 18:39:35.255] >> HIDTablet 0x056A 0x0027 0xFF0D 0x0001
[2019-08-20 18:39:35.256] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0027 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.267] >> HIDTablet 0x056A 0x0027 0x000D 0x0001
[2019-08-20 18:39:35.268] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0027 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.279] >> Name "Wacom PTH-650 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.279] >> ReportLength 10
[2019-08-20 18:39:35.279] >> DetectMask 0xE0
[2019-08-20 18:39:35.279] >> MaxX 44704
[2019-08-20 18:39:35.279] >> MaxY 27940
[2019-08-20 18:39:35.279] >> MaxPressure 2047
[2019-08-20 18:39:35.279] >> Width 223.520
[2019-08-20 18:39:35.279] >> Height 139.700
[2019-08-20 18:39:35.279] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.279] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.279] >> # Wacom PTH-651 (Wacom drivers installed)
[2019-08-20 18:39:35.279] >> HIDTablet 0x056A 0x0315 0xFF00 0x000A
[2019-08-20 18:39:35.280] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0315 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.291] >> Name "Wacom PTH-651 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.291] >> ReportLength 11
[2019-08-20 18:39:35.291] >> DetectMask 0x40
[2019-08-20 18:39:35.291] >> MaxX 44704
[2019-08-20 18:39:35.291] >> MaxY 27940
[2019-08-20 18:39:35.291] >> MaxPressure 2047
[2019-08-20 18:39:35.291] >> Width 223.520
[2019-08-20 18:39:35.291] >> Height 139.700
[2019-08-20 18:39:35.291] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.291] >> # Wacom PTH-651
[2019-08-20 18:39:35.291] >> HIDTablet 0x056A 0x0315 0xFF0D 0x0001
[2019-08-20 18:39:35.292] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0315 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.303] >> HIDTablet 0x056A 0x0315 0x000D 0x0001
[2019-08-20 18:39:35.304] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0315 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.315] >> Name "Wacom PTH-651 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.315] >> ReportLength 10
[2019-08-20 18:39:35.315] >> DetectMask 0x40
[2019-08-20 18:39:35.315] >> MaxX 44704
[2019-08-20 18:39:35.315] >> MaxY 27940
[2019-08-20 18:39:35.315] >> MaxPressure 2047
[2019-08-20 18:39:35.315] >> Width 223.520
[2019-08-20 18:39:35.315] >> Height 139.700
[2019-08-20 18:39:35.315] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.315] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.315] >> # Wacom PTH-850 (Wacom drivers installed)
[2019-08-20 18:39:35.315] >> HIDTablet 0x056A 0x0028 0xFF00 0x000A
[2019-08-20 18:39:35.316] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0028 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.327] >> Name "Wacom PTH-850 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.327] >> ReportLength 11
[2019-08-20 18:39:35.327] >> DetectMask 0xE0
[2019-08-20 18:39:35.327] >> MaxX 65024
[2019-08-20 18:39:35.327] >> MaxY 40640
[2019-08-20 18:39:35.327] >> MaxPressure 2047
[2019-08-20 18:39:35.327] >> Width 325.120
[2019-08-20 18:39:35.327] >> Height 203.200
[2019-08-20 18:39:35.327] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.327] >> # Wacom PTH-850
[2019-08-20 18:39:35.327] >> HIDTablet 0x056A 0x0028 0xFF0D 0x0001
[2019-08-20 18:39:35.328] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0028 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.339] >> HIDTablet 0x056A 0x0028 0x000D 0x0001
[2019-08-20 18:39:35.340] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0028 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.351] >> Name "Wacom PTH-850 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.351] >> ReportLength 10
[2019-08-20 18:39:35.351] >> DetectMask 0xE0
[2019-08-20 18:39:35.351] >> MaxX 65024
[2019-08-20 18:39:35.351] >> MaxY 40640
[2019-08-20 18:39:35.351] >> MaxPressure 2047
[2019-08-20 18:39:35.351] >> Width 325.120
[2019-08-20 18:39:35.351] >> Height 203.200
[2019-08-20 18:39:35.351] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.351] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.351] >> # Wacom PTH-851 (Wacom drivers installed)
[2019-08-20 18:39:35.351] >> HIDTablet 0x056A 0x0317 0xFF00 0x000A
[2019-08-20 18:39:35.352] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0317 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.363] >> Name "Wacom PTH-851 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.363] >> ReportLength 11
[2019-08-20 18:39:35.363] >> DetectMask 0x40
[2019-08-20 18:39:35.363] >> MaxX 65024
[2019-08-20 18:39:35.363] >> MaxY 40640
[2019-08-20 18:39:35.363] >> MaxPressure 2047
[2019-08-20 18:39:35.363] >> Width 325.120
[2019-08-20 18:39:35.363] >> Height 203.200
[2019-08-20 18:39:35.363] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.363] >> # Wacom PTH-851
[2019-08-20 18:39:35.363] >> HIDTablet 0x056A 0x0317 0xFF0D 0x0001
[2019-08-20 18:39:35.364] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0317 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.375] >> HIDTablet 0x056A 0x0317 0x000D 0x0001
[2019-08-20 18:39:35.376] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0317 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.387] >> Name "Wacom PTH-851 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.387] >> ReportLength 10
[2019-08-20 18:39:35.387] >> DetectMask 0x40
[2019-08-20 18:39:35.387] >> MaxX 65024
[2019-08-20 18:39:35.387] >> MaxY 40640
[2019-08-20 18:39:35.387] >> MaxPressure 2047
[2019-08-20 18:39:35.387] >> Width 325.120
[2019-08-20 18:39:35.387] >> Height 203.200
[2019-08-20 18:39:35.387] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.387] >> TabletFormat WacomIntuosV2
[2019-08-20 18:39:35.387] >> # Wacom MTE-450 (Wacom drivers installed)
[2019-08-20 18:39:35.387] >> HIDTablet 0x056A 0x0065 0xFF00 0x000A
[2019-08-20 18:39:35.388] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0065 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.399] >> Name "Wacom MTE-450 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.399] >> ReportLength 10
[2019-08-20 18:39:35.399] >> DetectMask 0x00
[2019-08-20 18:39:35.399] >> MaxX 14760
[2019-08-20 18:39:35.399] >> MaxY 9225
[2019-08-20 18:39:35.399] >> MaxPressure 511
[2019-08-20 18:39:35.399] >> Width 147.600
[2019-08-20 18:39:35.399] >> Height 92.250
[2019-08-20 18:39:35.399] >> TabletFormat WacomDrivers
[2019-08-20 18:39:35.399] >> # Wacom MTE-450
[2019-08-20 18:39:35.399] >> HIDTablet 0x056A 0x0065 0xFF0D 0x0001
[2019-08-20 18:39:35.400] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0065 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.411] >> HIDTablet 0x056A 0x0065 0x000D 0x0001
[2019-08-20 18:39:35.412] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0065 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.423] >> Name "Wacom MTE-450 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.423] >> ReportLength 9
[2019-08-20 18:39:35.423] >> DetectMask 0x00
[2019-08-20 18:39:35.423] >> MaxX 14760
[2019-08-20 18:39:35.423] >> MaxY 9225
[2019-08-20 18:39:35.423] >> MaxPressure 511
[2019-08-20 18:39:35.423] >> Width 147.600
[2019-08-20 18:39:35.423] >> Height 92.250
[2019-08-20 18:39:35.423] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.423] >> # Wacom FT-0203 (Wacom drivers installed)
[2019-08-20 18:39:35.423] >> HIDTablet 0x056A 0x0061 0xFF00 0x000A
[2019-08-20 18:39:35.424] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0061 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.435] >> Name "Wacom FT-0203 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.435] >> ReportLength 9
[2019-08-20 18:39:35.435] >> DetectMask 0x80
[2019-08-20 18:39:35.435] >> MaxX 3250
[2019-08-20 18:39:35.435] >> MaxY 2320
[2019-08-20 18:39:35.435] >> MaxPressure 255
[2019-08-20 18:39:35.435] >> Width 65.000
[2019-08-20 18:39:35.435] >> Height 46.400
[2019-08-20 18:39:35.435] >> TabletFormat WacomDrivers
[2019-08-20 18:39:35.435] >> # Wacom FT-0203
[2019-08-20 18:39:35.435] >> HIDTablet 0x056A 0x0061 0xFF0D 0x0001
[2019-08-20 18:39:35.436] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0061 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.447] >> HIDTablet 0x056A 0x0061 0x000D 0x0001
[2019-08-20 18:39:35.448] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0061 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.459] >> Name "Wacom FT-0203 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.459] >> ReportLength 8
[2019-08-20 18:39:35.459] >> DetectMask 0x80
[2019-08-20 18:39:35.459] >> MaxX 3250
[2019-08-20 18:39:35.459] >> MaxY 2320
[2019-08-20 18:39:35.459] >> MaxPressure 255
[2019-08-20 18:39:35.459] >> Width 65.000
[2019-08-20 18:39:35.459] >> Height 46.400
[2019-08-20 18:39:35.459] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.459] >> # Wacom FT-0405 (Wacom drivers installed)
[2019-08-20 18:39:35.459] >> HIDTablet 0x056A 0x0060 0xFF00 0x000A
[2019-08-20 18:39:35.460] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0060 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.471] >> Name "Wacom FT-0405 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.471] >> ReportLength 9
[2019-08-20 18:39:35.471] >> DetectMask 0x80
[2019-08-20 18:39:35.471] >> MaxX 5104
[2019-08-20 18:39:35.471] >> MaxY 3712
[2019-08-20 18:39:35.471] >> MaxPressure 511
[2019-08-20 18:39:35.471] >> Width 102.080
[2019-08-20 18:39:35.471] >> Height 74.240
[2019-08-20 18:39:35.471] >> TabletFormat WacomDrivers
[2019-08-20 18:39:35.471] >> # Wacom FT-0405
[2019-08-20 18:39:35.471] >> HIDTablet 0x056A 0x0060 0xFF0D 0x0001
[2019-08-20 18:39:35.472] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0060 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.483] >> HIDTablet 0x056A 0x0060 0x000D 0x0001
[2019-08-20 18:39:35.484] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0060 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.495] >> Name "Wacom FT-0405 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.495] >> ReportLength 8
[2019-08-20 18:39:35.495] >> DetectMask 0x80
[2019-08-20 18:39:35.495] >> MaxX 5104
[2019-08-20 18:39:35.495] >> MaxY 3712
[2019-08-20 18:39:35.495] >> MaxPressure 511
[2019-08-20 18:39:35.495] >> Width 102.080
[2019-08-20 18:39:35.495] >> Height 74.240
[2019-08-20 18:39:35.495] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.495] >> # Wacom ET-0405 (Wacom drivers installed)
[2019-08-20 18:39:35.495] >> HIDTablet 0x056A 0x0010 0xFF00 0x000A
[2019-08-20 18:39:35.496] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0010 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.507] >> Name "Wacom ET-0405 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.507] >> ReportLength 9
[2019-08-20 18:39:35.507] >> DetectMask 0x80
[2019-08-20 18:39:35.507] >> MaxX 10206
[2019-08-20 18:39:35.507] >> MaxY 7422
[2019-08-20 18:39:35.507] >> MaxPressure 511
[2019-08-20 18:39:35.507] >> Width 127.575
[2019-08-20 18:39:35.507] >> Height 92.775
[2019-08-20 18:39:35.507] >> TabletFormat WacomDrivers
[2019-08-20 18:39:35.507] >> # Wacom ET-0405
[2019-08-20 18:39:35.507] >> HIDTablet 0x056A 0x0010 0xFF0D 0x0001
[2019-08-20 18:39:35.508] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0010 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.519] >> HIDTablet 0x056A 0x0010 0x000D 0x0001
[2019-08-20 18:39:35.520] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0010 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.531] >> Name "Wacom ET-0405 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.531] >> ReportLength 8
[2019-08-20 18:39:35.531] >> DetectMask 0x80
[2019-08-20 18:39:35.531] >> MaxX 10206
[2019-08-20 18:39:35.531] >> MaxY 7422
[2019-08-20 18:39:35.531] >> MaxPressure 511
[2019-08-20 18:39:35.531] >> Width 127.575
[2019-08-20 18:39:35.531] >> Height 92.775
[2019-08-20 18:39:35.531] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.531] >> # Wacom ET-0405A (Wacom drivers installed)
[2019-08-20 18:39:35.531] >> HIDTablet 0x056A 0x0011 0xFF00 0x000A
[2019-08-20 18:39:35.532] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0011 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.543] >> Name "Wacom ET-0405A (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.543] >> ReportLength 9
[2019-08-20 18:39:35.543] >> DetectMask 0x80
[2019-08-20 18:39:35.543] >> MaxX 10206
[2019-08-20 18:39:35.543] >> MaxY 7422
[2019-08-20 18:39:35.543] >> MaxPressure 511
[2019-08-20 18:39:35.543] >> Width 127.575
[2019-08-20 18:39:35.543] >> Height 92.775
[2019-08-20 18:39:35.543] >> TabletFormat WacomDrivers
[2019-08-20 18:39:35.543] >> # Wacom ET-0405A
[2019-08-20 18:39:35.543] >> HIDTablet 0x056A 0x0011 0xFF0D 0x0001
[2019-08-20 18:39:35.544] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0011 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.555] >> HIDTablet 0x056A 0x0011 0x000D 0x0001
[2019-08-20 18:39:35.556] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0011 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.567] >> Name "Wacom ET-0405A (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.567] >> ReportLength 8
[2019-08-20 18:39:35.567] >> DetectMask 0x80
[2019-08-20 18:39:35.567] >> MaxX 10206
[2019-08-20 18:39:35.567] >> MaxY 7422
[2019-08-20 18:39:35.567] >> MaxPressure 511
[2019-08-20 18:39:35.567] >> Width 127.575
[2019-08-20 18:39:35.567] >> Height 92.775
[2019-08-20 18:39:35.567] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.567] >> # Wacom ET-0507A (Wacom drivers installed)
[2019-08-20 18:39:35.567] >> HIDTablet 0x056A 0x0012 0xFF00 0x000A
[2019-08-20 18:39:35.568] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0012 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.579] >> Name "Wacom ET-0507A (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.579] >> ReportLength 9
[2019-08-20 18:39:35.579] >> DetectMask 0x80
[2019-08-20 18:39:35.579] >> MaxX 13918
[2019-08-20 18:39:35.579] >> MaxY 10206
[2019-08-20 18:39:35.579] >> MaxPressure 511
[2019-08-20 18:39:35.579] >> Width 173.975
[2019-08-20 18:39:35.579] >> Height 127.575
[2019-08-20 18:39:35.579] >> TabletFormat WacomDrivers
[2019-08-20 18:39:35.579] >> # Wacom ET-0507A
[2019-08-20 18:39:35.579] >> HIDTablet 0x056A 0x0012 0xFF0D 0x0001
[2019-08-20 18:39:35.580] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0012 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.591] >> HIDTablet 0x056A 0x0012 0x000D 0x0001
[2019-08-20 18:39:35.592] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x0012 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.603] >> Name "Wacom ET-0507A (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.603] >> ReportLength 8
[2019-08-20 18:39:35.603] >> DetectMask 0x80
[2019-08-20 18:39:35.603] >> MaxX 13918
[2019-08-20 18:39:35.603] >> MaxY 10206
[2019-08-20 18:39:35.603] >> MaxPressure 511
[2019-08-20 18:39:35.603] >> Width 173.975
[2019-08-20 18:39:35.603] >> Height 127.575
[2019-08-20 18:39:35.603] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.603] >> # Wacom CTT-460 (Wacom drivers installed)
[2019-08-20 18:39:35.603] >> HIDTablet 0x056A 0x00D0 0xFF00 0x000A
[2019-08-20 18:39:35.604] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00D0 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.615] >> Name "Wacom CTT-460 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.615] >> ReportLength 10
[2019-08-20 18:39:35.615] >> DetectMask 0x40
[2019-08-20 18:39:35.615] >> MaxX 14720
[2019-08-20 18:39:35.615] >> MaxY 9200
[2019-08-20 18:39:35.615] >> MaxPressure 1023
[2019-08-20 18:39:35.615] >> Width 147.200
[2019-08-20 18:39:35.615] >> Height 92.000
[2019-08-20 18:39:35.615] >> TabletFormat WacomDrivers
[2019-08-20 18:39:35.615] >> # Wacom CTT-460
[2019-08-20 18:39:35.615] >> HIDTablet 0x056A 0x00D0 0xFF0D 0x0001
[2019-08-20 18:39:35.616] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00D0 UsagePage=0xFF0D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.627] >> HIDTablet 0x056A 0x00D0 0x000D 0x0001
[2019-08-20 18:39:35.628] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00D0 UsagePage=0x000D Usage=0x0001 Exclusive=False
[2019-08-20 18:39:35.640] >> Name "Wacom CTT-460 (unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.640] >> ReportLength 9
[2019-08-20 18:39:35.640] >> DetectMask 0x40
[2019-08-20 18:39:35.640] >> MaxX 14720
[2019-08-20 18:39:35.640] >> MaxY 9200
[2019-08-20 18:39:35.640] >> MaxPressure 1023
[2019-08-20 18:39:35.640] >> Width 147.200
[2019-08-20 18:39:35.640] >> Height 92.000
[2019-08-20 18:39:35.640] >> InitFeature 0x02 0x02
[2019-08-20 18:39:35.640] >> # Wacom CTL-460 (Wacom drivers installed)
[2019-08-20 18:39:35.640] >> HIDTablet 0x056A 0x00D4 0xFF00 0x000A
[2019-08-20 18:39:35.641] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00D4 UsagePage=0xFF00 Usage=0x000A Exclusive=False
[2019-08-20 18:39:35.652] >> Name "Wacom CTL-460 (wacom drivers installed, unsupported configuration, check wacom.cfg)"
[2019-08-20 18:39:35.652] >> ReportLength 10
[2019-08-20 18:39:35.652] >> DetectMask 0x40
[2019-08-20 18:39:35.652] >> MaxX 14720
[2019-08-20 18:39:35.652] >> MaxY 9200
[2019-08-20 18:39:35.652] >> MaxPressure 1023
[2019-08-20 18:39:35.652] >> Width 147.200
[2019-08-20 18:39:35.652] >> Height 92.000
[2019-08-20 18:39:35.652] >> TabletFormat WacomDrivers
[2019-08-20 18:39:35.652] >> # Wacom CTL-460
[2019-08-20 18:39:35.652] >> HIDTablet 0x056A 0x00D4 0xFF0D 0x0001
[2019-08-20 18:39:35.653] [WARNING] Can't open HID tablet Vendor=0x056A Product=0x00D4 UsagePage=0xFF0D Usage=0x0001 Exclusive=False

Error Tablet not found

Hardware/software information

Windows Version: Windows 10

Tablet Driver version: 0.3.1

Tablet model: Gaomon S620

Logs

startuplog.txt

I've been using TabletDriver without any issues until I restarted my PC. Now the driver doesn't recognize my tablet. Tried reinstalling, but that didn't work for me.

Any way to fix this issue?

Gaomon S620 - Cannot move pointer

I'm having a strange issue with this tablet driver where it is detecting the pen hovering over or pressed to the tablet, but you cannot actually move the cursor. In debug mode on the console, it shows that it is reading the X and Y coordinates of the pen. The "draw area" option also works. I have tried reinstalling the drivers, reinstalling the Vmulti and Gaomon drivers, and restarting my computer.

Hardware/software information

Windows Version:
Windows 10

Tablet Driver version:
0.3.0

Tablet model:
Gaomon S620

Changing tablet area has no effect.

I have recently performed clean windows install before setting up all the programs and drivers. After installing the TabletDriver and all the required files I tried to change tablet area. Which is when I discovered that saving the settings doesn't change the area in the tablet.

Any help would be greatly appreciated. So far I have tried:
-Removing tablet drivers from "Device manager"
-Reinstalling Vmulti drivers
-Removing the tablet from windows devices

Every time I remove the tablet it seems like windows simply re-installs some driver.

Hardware/software information

Windows Version: 1903

Tablet Driver version: 0.3.0

Tablet model: XP-PEN 640

Logs

startuplog.txt

Add support for XP-Pen Star G960

Hello, I would like to use this driver for my tablet. I don't know how to code thought, so I think I should ask about it here. Or do you have an instruction how to configure TabletDriver for my tablet? When all will be done I will make a pull request as soon as I can.

Hardware/software information

Windows Version: Windows 10 Pro 1903

Tablet Driver version: none

Tablet model: XP-Pen Star G960

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.