Skip to content

Commit fe0f38c

Browse files
committed
uclogic: Set Suppress to zero for touch controls
Fixes #370
1 parent 0dfcb4c commit fe0f38c

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

udev.rules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ SUBSYSTEM=="hid", ACTION=="add", ENV{HID_ID}=="0003:0000099A:00002620", \
22
RUN+="hid-rebind"
33
SUBSYSTEM=="hid", ACTION=="add", ENV{HID_ID}=="0003:0000256C:*", \
44
RUN+="hid-rebind"
5+
SUBSYSTEM=="input", ENV{ID_BUS}=="usb" ENV{ID_VENDOR_ID}=="256c", \
6+
ATTRS{name}=="* Touch *", ENV{ID_INPUT.tags}="low_res_touch"
57
SUBSYSTEM=="hid", ACTION=="add", ENV{HID_ID}=="0003:00005543:*", \
68
RUN+="hid-rebind"
79
SUBSYSTEM=="hid", ACTION=="add", ENV{HID_ID}=="0003:00000458:*", \

xorg.conf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ Section "InputClass"
1212
Driver "wacom"
1313
EndSection
1414

15+
Section "InputClass"
16+
Identifier "Tablet low-res touch controls with Wacom driver"
17+
MatchUSBID "256c:*"
18+
MatchDevicePath "/dev/input/event*"
19+
MatchTag "low_res_touch"
20+
Driver "wacom"
21+
Option "Suppress" "0"
22+
EndSection
23+
1524
Section "InputClass"
1625
Identifier "Ugee/XP-Pen tablets with Wacom driver"
1726
MatchUSBID "28bd:007[145]|28bd:0094|28bd:0042|5543:004[57]|5543:0081|5543:0004|5543:3031"

0 commit comments

Comments
 (0)