Upload files to "dev-files"

This commit is contained in:
2025-09-11 17:58:06 +00:00
parent 91e1fa894b
commit b274fece85
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
SUBSYSTEM=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05dc",
GROUP="uucp", MODE="0666"

View File

@@ -0,0 +1,3 @@
# Set group for a programmer matching with vendor and product IDs
SUBSYSTEM=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", GROUP="uucp", MODE="0666"
KERNEL=="ttyACM*", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", MODE:="0666", ENV{ID_MM_DEVICE_IGNORE}="1"