<div dir="ltr"><div>Hi, I have a graphical tablet (Huion hs611) that has a touch strip on it. It doesn't work out-of-the-box as well as tablet's buttons but I managed to get buttons to work with xorg config file.</div><div>Section "InputClass"<br>    Identifier "Tabletkeyb"<br>    Driver "kbd"<br>    MatchDevicePath "/dev/input/event*"<br>    MatchUSBID "256c:006d"<br>    MatchProduct "HUION Huion Tablet_HS611 Keyboard"<br>EndSection</div><div><br></div><div>I tried to do the same thing with touch strip (MatchProduct "HUION Huion Tablet_HS611 Touch Strip") however I don't know which driver to choose. When I run <i><span style="font-family:tahoma,sans-serif">evtest </span></i><span style="font-family:arial,sans-serif">and touch it the output is something like this:</span></div><div><span style="font-family:tahoma,sans-serif"></span>Event: time 1596835859.438708, type 3 (EV_ABS), code 40 (ABS_MISC), value 15<br>Event: time 1596835859.438708, -------------- SYN_REPORT ------------<br>Event: time 1596835859.626698, type 3 (EV_ABS), code 8 (ABS_WHEEL), value 1  # <i>(<font face="comic sans ms,sans-serif">this value changes from 1 to 7</font>)</i><br>Event: time 1596835859.626698, -------------- SYN_REPORT ------------</div><div>So ABS_WHEEL must be a keycode or something. This thing is giving some output so I hope there is a way to make it work. I would be very grateful if you could help me)<br></div></div>