# # Configure ftdi serial port devices with a symlink based on it's serial number # This sets the permision to 0666 so that anything can use the device # # https://forums.freebsd.org/threads/devd-usb-device-with-unique-dev-name.31551/ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", NAME="ftdi-$attr{serial}", MODE="666" ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", NAME="ftdi-$attr{serial}", MODE="666"