Skip to content

Commit 07a7114

Browse files
committed
Match specific product ID in udev rule
Match specific Huion product ID in udev rule to correspond to the driver device table.
1 parent 5d433f9 commit 07a7114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hid-rebind.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SUBSYSTEM=="hid", ACTION=="add", ENV{HID_ID}=="0003:0000256C:*", \
1+
SUBSYSTEM=="hid", ACTION=="add", ENV{HID_ID}=="0003:0000256C:0000006E", \
22
RUN+="/sbin/hid-rebind"

0 commit comments

Comments
 (0)