# This file must be placed at: # # /etc/udev/rules.d/49-teensy.rules # # SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="047[78]", MODE:="0666" SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="0480", MODE:="0666" SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="0482", MODE:="0666" KERNEL=="ttyACM*", SYMLINK+="ttyUSB00%n", MODE:="0666" # # If you share your linux system with other users, or just don't like the # idea of write permission for everybody, you can replace MODE:="0666" with # OWNER:="yourusername" to create the device owned by you, or with # GROUP:="somegroupname" and mange access using standard unix groups. # # # If device detection using USB Serial is very slow, add this line to # the beginning of /lib/udev/rules.d/77-nm-probe-modem-capabilities.rules # # SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[7-9]?", GOTO="nm_modem_probe_end"