summaryrefslogtreecommitdiff
path: root/udev/rules.d/local-persistent-serial-D945GCLF2.rules
blob: de9cfbd58e0adbbde52eb6f637c8f9e1f18a6dea (plain)
  1. # persistent ttyUSB/ttyACM paths for Intel D945GCLF2 board.
  2. ACTION=="remove", GOTO="local_persistent_serial_end"
  3. SUBSYSTEM!="tty", GOTO="local_persistent_serial_end"
  4. KERNEL!="ttyUSB[0-9]*|ttyACM[0-9]*", GOTO="local_persistent_serial_end"
  5. # direct
  6. KERNELS=="2-1", SYMLINK+="tty_usb_back_nw"
  7. KERNELS=="2-2", SYMLINK+="tty_usb_back_sw"
  8. KERNELS=="3-1", SYMLINK+="tty_usb_back_se"
  9. KERNELS=="3-2", SYMLINK+="tty_usb_back_ne"
  10. LABEL="local_persistent_serial_end"