DIGImend / digimend-kernel-drivers

DIGImend graphics tablet drivers for the Linux kernel
GNU General Public License v2.0
1.17k stars 173 forks source link

Huion GC610 Support #83

Open LER0ever opened 7 years ago

LER0ever commented 7 years ago

Hi, I got a Huion GC610 model recently and have been struggling with its Linux support. The vendor ID and Device ID are the same as the previous Huion tablets, But the current digimend driver throws an error during startup

uclogic 0003:256C:006E.000C: device parameters not found
uclogic 0003:256C:006E.000C: tablet enabling failed

It seems to me that pen coordinates and pressures are already detected, and it just cannot find the device parameter for some reason.

Could someone point me to the right direction of what should I do or what's causing this "device parameter not found"? I already have the descriptor and traffic info, and I can do the coding.


descriptors.txt frame_buttons.txt hid_report_descriptors.txt lsusb.txt pen_coords.txt

spbnick commented 7 years ago

Look at what we're doing in #76, try the uclogic-tools master, post probe output here. I started coding a version of the driver which would support this as a draft, a little while ago, but I don't have time right now. Perhaps some time on the coming week I'll find an hour or two to make a test driver.