We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4888c5 commit db1d0cbCopy full SHA for db1d0cb
udev/69-hid.rules
@@ -7,7 +7,7 @@
7
# those of your device.
8
9
# HIDAPI/libusb
10
-SUBSYSTEM=="usb", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="003f", TAG+="uaccess"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="003f", TAG+="uaccess"
11
12
# If you are using the hidraw implementation (linux/hid.c), then do something
13
# like the following, substituting the VID and PID with your device.
0 commit comments