blob: e74f3ecc4a57578156496796acafff4ca88d46e0 (
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="probe_modem_end"
SUBSYSTEM!="tty", GOTO="probe_modem_end"
KERNEL!="tty*", GOTO="probe_modem_end"
DRIVERS=="option|sierra|cdc_acm|hso", IMPORT{program}="probe-modem --export $tempnode"
LABEL="probe_modem_end"
|