Skip to content

Commit

Permalink
Deleted outdated MODE=660 and GROUP+=plugdev
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigmdm committed May 27, 2024
1 parent 5583b5d commit 947320f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion IMSProg_programmer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ install(TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/other/IMSProg.desktop" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/applications")
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/img/IMSProg64.png" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/pixmaps")
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/database/IMSProg.Dat" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/imsprog")
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/other/99-CH341.rules" DESTINATION "${UDEVDIR}/rules.d")
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/other/71-CH341.rules" DESTINATION "${UDEVDIR}/rules.d")

install(FILES ${QM_FILES} DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/imsprog")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file should be copied to /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"
SUBSYSTEM=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="5512", TAG+="uaccess"

2 changes: 1 addition & 1 deletion IMSProg_programmer/other/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ <h2 id=project-structure>Project structure</h2>
IMSProg_programmer/database/IMSProg.Dat /usr/share/imsprog
~/.local/share/imsprog

IMSProg_programmer/other/99-CH341.rules /lib/udev/rules.d
IMSProg_programmer/other/71-CH341.rules /lib/udev/rules.d

IMSProg_programmer/other/index.html /usr/share//doc/imsprog/html

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ IMSProg_programmer/other/IMSProg_database_update /usr/bin
IMSProg_programmer/database/IMSProg.Dat /usr/share/imsprog
~/.local/share/imsprog
IMSProg_programmer/other/99-CH341.rules /lib/udev/rules.d
IMSProg_programmer/other/71-CH341.rules /lib/udev/rules.d
IMSProg_programmer/other/index.html /usr/share//doc/imsprog/html
Expand Down

0 comments on commit 947320f

Please sign in to comment.