mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 20:38:36 +02:00
modem: delay probing of all modems by 2 seconds
For the moment; until we can optimize the prober. The problem is that a modem that's not fully powered up and ready to talk looks exactly the same as a tty that just doesn't support AT commands at all.
This commit is contained in:
parent
3e6671d7a7
commit
715848c2c5
1 changed files with 1 additions and 2 deletions
|
|
@ -4,8 +4,7 @@ ACTION!="add|change", GOTO="nm_modem_probe_end"
|
|||
SUBSYSTEM!="tty", GOTO="nm_modem_probe_end"
|
||||
KERNEL!="tty*", GOTO="nm_modem_probe_end"
|
||||
|
||||
DRIVERS=="option|sierra|hso", IMPORT{program}="nm-modem-probe --export $tempnode"
|
||||
DRIVERS=="serial_cs|cdc_acm", IMPORT{program}="nm-modem-probe --delay 2000 --export $tempnode"
|
||||
DRIVERS=="option|sierra|hso|serial_cs|cdc_acm", IMPORT{program}="nm-modem-probe --delay 2000 --export $tempnode"
|
||||
|
||||
LABEL="nm_modem_probe_end"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue