summaryrefslogtreecommitdiff
path: root/udev/rules.d/local-persistent-serial-Dreamplug.rules
blob: 92d4a9eb752e1112b9d16c146d30718f82e86e7b (plain)
  1. # persistent ttyUSB/ttyACM paths for GlobalScale Dreamplug board,
  2. # direct or via one of a few specific tested hubs.
  3. ACTION=="remove", GOTO="local_persistent_serial_end"
  4. SUBSYSTEM!="tty", GOTO="local_persistent_serial_end"
  5. KERNEL!="ttyUSB[0-9]*|ttyACM[0-9]*", GOTO="local_persistent_serial_end"
  6. # Belkin Hi-Speed USB 2.0 7-port Mobile Hub (F5U701)
  7. KERNELS=="1-1.2.1", SYMLINK+="tty_usb_a"
  8. KERNELS=="1-1.2.2", SYMLINK+="tty_usb_b"
  9. KERNELS=="1-1.2.3.1", SYMLINK+="tty_usb_c"
  10. KERNELS=="1-1.2.3.2", SYMLINK+="tty_usb_d"
  11. KERNELS=="1-1.2.3.3", SYMLINK+="tty_usb_e"
  12. KERNELS=="1-1.2.3.4", SYMLINK+="tty_usb_f"
  13. KERNELS=="1-1.2.4", SYMLINK+="tty_usb_g"
  14. KERNELS=="1-1.2.*", GOTO="local_persistent_serial_end"
  15. # direct
  16. KERNELS=="1-1.2", SYMLINK+="tty_usb"
  17. LABEL="local_persistent_serial_end"