From 715848c2c5dc582d6c9abda8a48f30d2477d26c8 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 24 Feb 2009 07:08:24 -0500 Subject: [PATCH] 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. --- callouts/77-nm-probe-modem-capabilities.rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/callouts/77-nm-probe-modem-capabilities.rules b/callouts/77-nm-probe-modem-capabilities.rules index 5d6f4cd492..e1d702ed34 100644 --- a/callouts/77-nm-probe-modem-capabilities.rules +++ b/callouts/77-nm-probe-modem-capabilities.rules @@ -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"