DIGImend / digimend-kernel-drivers

DIGImend graphics tablet drivers for the Linux kernel
GNU General Public License v2.0
1.17k stars 173 forks source link

xsetwacom list not listing XP-PEN G640 #503

Closed everlyy closed 3 years ago

everlyy commented 3 years ago

Tablet: XP-PEN Start G640 OS: Ubuntu 20.04 Digimend version: v10 (from release page and I installed the .deb)

When I type the command xsetwacom list it doesn't output anything. My tablet is on the list of supported tablets. I've also added the lines to the 50-digiment.conf file (even though it already has my tablets VID and PID in there) to try to get it to work, but this isn't working either

Section "InputClass"
    Identifier "XP-Pen Star G640"
    Driver "wacom"
    MatchDevicePath "/dev/input/event*"
    MatchUSBID "28bd:0094"
EndSection
everlyy commented 3 years ago

I found out that my tablet has a different PID then what is listed on the website. I added my PID to the file and now it works.