blob: 7efb56f80721548345e98b1f296bfbce733d5370 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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"
LABEL="modem_probe_end"
|