Skip to content

Commit

Permalink
udev: Use uaccess instead of group/mode
Browse files Browse the repository at this point in the history
Not all distributions have a plugdev group
  • Loading branch information
aeroevan committed Oct 11, 2022
1 parent 9c7c8c3 commit 6d4469d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/52-airspyhf.rules
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ATTR{idVendor}=="03eb", ATTR{idProduct}=="800c", SYMLINK+="airspyhf-%k", MODE="660", GROUP="plugdev"
ATTR{idVendor}=="03eb", ATTR{idProduct}=="800c", SYMLINK+="airspyhf-%k", TAG+="uaccess"

0 comments on commit 6d4469d

Please sign in to comment.