I understand that you can write custom udev rules to create a symlink in /dev directory.
Wondering what having a symlink in /dev accomplishes?
What is the symlink linking to?
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0461", ATTRS{idProduct}=="4d81", SYMLINK+="myusb"