Re: [DIGImend-devel] Patching the hid-uclogic driver for UC-Logic tablet TWHA60 v3
Brought to you by:
spb_nick
From: Nikolai K. <sp...@gm...> - 2015-06-22 10:32:31
|
On 06/22/2015 02:27 AM, Martin Shepherd wrote: > I have attached the results of running uclogic-probe on the tablet. > When I pass this to uclogic-decode, I see the following: > > Manufacturer: UC-LOGIC > Product: TWHA60 > Max X: 40000 > Max Y: 25000 > Max pressure: 2047 > Resolution: 4000 > Internal model: HA60-F401 > Buttons status: HK On Ah, wonderful! So the buttons work. I pushed a small change to the driver, it is now in latest master. Now to use the frame buttons you will have to use xf86-input-wacom driver with your tablet, which will let you configure the shortcuts, pressure curve, rotation, etc. with xsetwacom, if not the gnome tablet app. There is no good HOWTO at the moment (contributions welcome!), but basically you have to set up an Xorg.conf snippet assigning xf86-input-wacom to all of your tablet event devices, or perhaps the "Pad" and "Pen" ones at least. This rather old HOWTO can help a bit: http://digimend.github.io/support/howto/drivers/wacom/ Nick |