Skip to content

Commit

Permalink
Update 69-hid.rules (libusb#337)
Browse files Browse the repository at this point in the history
`SUBSYSTEMS` should be used instead of `SUBSYSTEM` for "usb" match.

Fixes: libusb#335
  • Loading branch information
stolk authored Sep 24, 2021
1 parent d4888c5 commit db1d0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udev/69-hid.rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# those of your device.

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

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

0 comments on commit db1d0cb

Please sign in to comment.