You should not have
If that is not the actual product ID … In your case it might be: HUION Huion Tablet_H640P Pad
but i doubt is a required detail to be included in conf.
See if this configuration will help
Hello,
Have a read here:
Some important information from the archived forum is about the file /usr/share/X11/xorg.conf.d/50-huion.conf that should be
50-tablet.conf
Also it should be linked to /etc/X11 too
sudo ln -s /usr/share/X11/xorg.conf.d/50-tablet.conf /etc/X11/xorg.conf.d/50-tablet.conf
and the first section should be:
Section "InputClass"
Identifier "Huion on wacom"
MatchProduct "HUION"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection
Additiona…
or try this one
Hello,
Install xf86-input-wacom and since you are on KDE Plasma you can also make use of kcm-wacomtablet AFAIK … That will offer some options in Settings > Input Devices > Graphic Tablet
http://digimend.github.io/support/howto/drivers/wacom/
Once you installed those, create/add/modify the /etc/X11/xorg.conf.d/50-huion.conf
with this lines:
Section "InputClass"
Identifier "Huion buttons"
MatchProduct "HUION"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver …