Skip to content

Commit 947320f

Browse files
committed
Deleted outdated MODE=660 and GROUP+=plugdev
1 parent 5583b5d commit 947320f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

IMSProg_programmer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ install(TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})
151151
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/other/IMSProg.desktop" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/applications")
152152
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/img/IMSProg64.png" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/pixmaps")
153153
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/database/IMSProg.Dat" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/imsprog")
154-
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/other/99-CH341.rules" DESTINATION "${UDEVDIR}/rules.d")
154+
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/other/71-CH341.rules" DESTINATION "${UDEVDIR}/rules.d")
155155

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file should be copied to /etc/udev/rules.d on GNU/Linux OS and derived
22
# Add permission to all user to have complete acces to eeprom programmer CH341
3-
SUBSYSTEM=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="5512", MODE="0660", GROUP="plugdev", TAG+="uaccess"
3+
SUBSYSTEM=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="5512", TAG+="uaccess"
44

IMSProg_programmer/other/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ <h2 id=project-structure>Project structure</h2>
308308
IMSProg_programmer/database/IMSProg.Dat /usr/share/imsprog
309309
~/.local/share/imsprog
310310

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

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ IMSProg_programmer/other/IMSProg_database_update /usr/bin
512512
IMSProg_programmer/database/IMSProg.Dat /usr/share/imsprog
513513
~/.local/share/imsprog
514514
515-
IMSProg_programmer/other/99-CH341.rules /lib/udev/rules.d
515+
IMSProg_programmer/other/71-CH341.rules /lib/udev/rules.d
516516
517517
IMSProg_programmer/other/index.html /usr/share//doc/imsprog/html
518518

0 commit comments

Comments
 (0)