blob: 3b3c34e81312ea3d7cdc67d0691cb1753a3d7b2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# do not edit this file, it will be overwritten on update
ACTION!="add|change", GOTO="modem_probe_end"
SUBSYSTEM!="tty", GOTO="modem_probe_end"
KERNEL!="tty*", GOTO="modem_probe_end"
DRIVERS=="option|sierra|cdc_acm|hso", IMPORT{program}="modem-probe --export $tempnode"
DRIVERS=="serial_cs", IMPORT{program}="modem-probe --delay 2000 --export $tempnode"
LABEL="modem_probe_end"
|