Re: [DIGImend-users] Huion H610PRO generates multiple clicks
Brought to you by:
spb_nick
From: Nikolai K. <sp...@gm...> - 2015-02-28 13:11:54
|
Hi Ulrich, On 02/27/2015 10:41 PM, Ulrich Lauther wrote: > I bought a Huion H610PRO graphics tablet and installed the driver > from github.com/DIGImend/digimend-kernel-drivers under ubunto 12.4 > kernel 3.13.0-46-generic > > When I press the pen's tip (lightly) on the tablet, it generates a > series of left button clicks very fast. > > I don't know if this is a hardware or a software problem. This is likely to be a hardware problem. One easy way to test that would be trying on a Windows machine. Otherwise you can use usbhid-dump to see if the tablet actually sends these clicks. Start usbhid-dump like this: sudo usbhid-dump -es -m 256c:006e and watch the least significant bit of the second byte when you touch the surface - it should be 1 when the tip is touching. Nick |