Paste #273204

   
pasted on 12.03.2024 19:57
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
1
2
3
/* 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="0660", GROUP="plugdev", TAG+="uaccess"
Add Comment
Author