Skip to content

Commit

Permalink
udev: Add uaccess tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Jul 18, 2019
1 parent 7220f60 commit 48b2379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions udev/70-opalkelly.rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# This file allows udev to change the mode to 666 (all read/write)
# for any Opal Kelly VID.

SUBSYSTEM=="usb", ATTRS{idVendor}=="151f", MODE="0666"
SUBSYSTEM=="usb_device", ATTRS{idVendor}=="151f", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="151f", MODE="0666", TAG+="uaccess"
SUBSYSTEM=="usb_device", ATTRS{idVendor}=="151f", MODE="0666", TAG+="uaccess"

0 comments on commit 48b2379

Please sign in to comment.