Skip to content

Commit db1d0cb

Browse files
authored
Update 69-hid.rules (#337)
`SUBSYSTEMS` should be used instead of `SUBSYSTEM` for "usb" match. Fixes: #335
1 parent d4888c5 commit db1d0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udev/69-hid.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# those of your device.
88

99
# HIDAPI/libusb
10-
SUBSYSTEM=="usb", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="003f", TAG+="uaccess"
10+
SUBSYSTEMS=="usb", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="003f", TAG+="uaccess"
1111

1212
# If you are using the hidraw implementation (linux/hid.c), then do something
1313
# like the following, substituting the VID and PID with your device.

0 commit comments

Comments
 (0)