# Copy this to /etc/udev/rules.d # use "udevadm control --reload" if needed ACTION!="add|change|bind", GOTO="orb_rules_end" SUBSYSTEM!="usb|tty|hidraw", GOTO="orb_rules_end" # Orbtrace mini in bootloader mode ATTRS{idVendor}=="1209", ATTRS{idProduct}=="3442", GROUP="plugdev", TAG+="uaccess" # Orbtrace mini ATTRS{idVendor}=="1209", ATTRS{idProduct}=="3443", GROUP="plugdev", TAG+="uaccess" LABEL="orb_rules_end"