Skip to content

Commit

Permalink
Changed USB rules parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigmdm committed Feb 6, 2024
1 parent b47feb4 commit 21423b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IMSProg_programmer/other/99-CH341.rules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* This file should be copyed on /etc/udev/rules.d on GNU/Linux OS and derived */
/* Add permission to all user to have complete acces to eeprom programmer CH341 */
SUBSYSTEM=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="5512", MODE:="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="5512", MODE="0660", GROUP="plugdev", TAG+="uaccess"

0 comments on commit 21423b0

Please sign in to comment.