Re: [DIGImend-devel] HUION 1060PLUS, buttons
Brought to you by:
spb_nick
From: Nikolai K. <sp...@gm...> - 2016-06-18 14:01:39
|
Hi Sebastian, Sorry for the delayed reply. I have very little time for the project recently and my visits to the mailist are sporadic. On 06/12/2016 09:08 PM, Sebastian Czech wrote: > have some questions, hope this is the right place to ask... Yes, this is the right place. > running Fedora 23, kernel 4.5.6, tablet is a 1060PLUS, the one with 12 buttons, > > with the mainline hid_uclogic tablet and pen are working, the buttons all do some strange > mouse movement (all moving to some place at top left of the screen but slightly diff. place) > all 12 send some event i can see with evtest. Ah, a nice effect. I don't remember how the tablet reports the buttons in the default configuration, so can't say right now why that happens. Let's focus on fixing the properly-enabled state. > mainline and xinput give me "↳ 1060PRO Pen stylus" but no pad, yes i know it says 1060PRO > instead of 1060PLUS so i tested the digimend driver with /etc/X11/xorg.conf.d/50-huion.conf > matching 1060PRO like this: > > Section "InputClass" > Identifier "Huion on wacom" > # MatchIsTablet "on" > MatchProduct "1060PRO" > MatchDevicePath "/dev/input/event*" > Driver "wacom" > EndSection > > result is that i finally `xsetwacom --list devices` reports > > 1060PRO Pen stylus id: 11 type: STYLUS > 1060PRO Pad pad id: 12 type: PAD > > strange thing is now i have 9 working buttons that i could remap to something, button layout > looks like this, X marking the buttons resulting in no output and no action, the other buttons > report "ButtonPress event" + button number. > > ------------------------------------------------ > | 1 | 2 | > | 3 | 8 | > | 9 | 10 | > > huion logo tablet drawing area > > | 11 | 12 | > | 13 | X | > | X | X | > ------------------------------------------------- > > so my question, can that be fixed? could i do something to help? run some uclogic-tools or something? > Is the name that xinput output based on usbid or why does it say pro instead of plus? I think we can figure this out. IIRC, when Benjamin (CC'd) implemented abstract button support, we only had tablets with eight or less buttons to test with, and so more buttons didn't get supported. Now we can finally figure it out with your help. Could you please send us the output of uclogic-probe, and after running that, without rebooting or reconnecting your tablet, also the output of usbhid-dump, where you would press each button in order, left-to-right, top-to-bottom? Thank you. |