Skip to content

Commit

Permalink
host: update udev rules to use uaccess tag rather than plugdev group
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed Jun 4, 2024
1 parent b285035 commit 6bd9a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host/util/54-greatfet.rules
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ATTR{idVendor}=="1d50", ATTR{idProduct}=="60e6", SYMLINK+="greatfet-one%k", MODE="660", GROUP="plugdev"
ATTR{idVendor}=="1fc9", ATTR{idProduct}=="000c", SYMLINK+="nxp-dfu-%k", MODE="660", GROUP="plugdev"
SUBSYSTEM=="usb", ATTR{idVendor}=="1d50", ATTR{idProduct}=="60e6", SYMLINK+="greatfet-one%k", TAG+="uaccess"
SUBSYSTEM=="usb", ATTR{idVendor}=="1fc9", ATTR{idProduct}=="000c", SYMLINK+="nxp-dfu-%k", TAG+="uaccess"

0 comments on commit 6bd9a8c

Please sign in to comment.