1 # Re-Mote UDEV SYMLINK rules for the DIG528-2 platform
2 # Copyright (c) 2007 Jonas Fonseca <fonseca@diku.dk>
4 ## Create /dev/remote/[serial]/tty/{control,data} symlinks to device
5 DEVPATH=="/class/tty/*", ATTRS{idVendor}=="0050", ATTRS{idProduct}=="c237", SYMLINK+="remote/0050C237%s{serial}/tty/control"
6 DEVPATH=="/class/tty/*", ATTRS{idVendor}=="0050", ATTRS{idProduct}=="c237", SYMLINK+="remote/0050C237%s{serial}/tty/data"