udev rules

This commit is contained in:
acki
2025-05-27 20:19:26 -04:00
parent bdf1cdb80b
commit 010d347943

View File

@@ -1,2 +1,2 @@
KERNEL=="tty*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5740", NAME="USB_ODO", MODE:="0777", SYMLINK+="USB_ODO"
KERNEL=="tty*", ATTRS{idVendor}=="1d6b", ATTRS{idProduct}=="0002", NAME="USB_ACTION", MODE:="0777", SYMLINK+="USB_ACTION"
KERNEL=="tty*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5740", MODE:="0777", SYMLINK+="USB_ODO"
KERNEL=="tty*", ATTRS{idVendor}=="1d6b", ATTRS{idProduct}=="0002", MODE:="0777", SYMLINK+="USB_ACTION"