[DIGImend-devel] HUION 1060PLUS, buttons
Brought to you by:
spb_nick
From: Sebastian C. <sc...@we...> - 2016-06-12 18:08:45
|
hi, have some questions, hope this is the right place to ask... 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. 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? Thanks Seb. |