|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
# do not edit this file, it will be overwritten on update
|
|
|
|
|
|
|
|
|
|
ACTION=="remove", GOTO="persistent_serial_odu_end"
|
|
|
|
|
SUBSYSTEM!="tty", GOTO="persistent_serial_odu_end"
|
|
|
|
|
KERNEL!="ttyACM[0-9]*", GOTO="persistent_serial_odu_end"
|
|
|
|
|
ACTION=="remove", GOTO="odu_persistent_serial_end"
|
|
|
|
|
SUBSYSTEM!="tty", GOTO="odu_persistent_serial_end"
|
|
|
|
|
KERNEL!="ttyACM[0-9]*", GOTO="odu_persistent_serial_end"
|
|
|
|
|
|
|
|
|
|
KERNELS=="1-1.2:1.0", SYMLINK+="ttyModemScan0"
|
|
|
|
|
KERNELS=="1-1.2:1.2", SYMLINK+="ttyModemScan1"
|
|
|
|
@ -20,4 +20,4 @@ KERNELS=="1-1.3:1.8", SYMLINK+="ttyModemUplink4"
|
|
|
|
|
KERNELS=="1-1.3:1.10", SYMLINK+="ttyModemUplink5"
|
|
|
|
|
KERNELS=="1-1.3:1.12", SYMLINK+="ttyModemUplink6"
|
|
|
|
|
|
|
|
|
|
LABEL="persistent_serial_odu_end"
|
|
|
|
|
LABEL="odu_persistent_serial_end"
|