# persistent ttyUSB/ttyACM paths for Intel D945GCLF2 board.

ACTION=="remove", GOTO="local_persistent_serial_end"
SUBSYSTEM!="tty", GOTO="local_persistent_serial_end"
KERNEL!="ttyUSB[0-9]*|ttyACM[0-9]*", GOTO="local_persistent_serial_end"

# direct
KERNELS=="2-1",		SYMLINK+="tty_usb_back_nw"
KERNELS=="2-2",		SYMLINK+="tty_usb_back_sw"
KERNELS=="3-1",		SYMLINK+="tty_usb_back_se"
KERNELS=="3-2",		SYMLINK+="tty_usb_back_ne"

LABEL="local_persistent_serial_end"