serial: allow plugins to specify probe-time send_delay

Let modems we know don't suck use a zero send-delay at probe time,
which greatly reduces time required to probe AT-compatible ports.
This commit is contained in:
Dan Williams
2011-04-08 16:19:36 -05:00
parent 7d20acc566
commit ed5aefb3cb
19 changed files with 20 additions and 18 deletions

View File

@@ -138,6 +138,7 @@ gboolean mm_plugin_base_get_device_ids (MMPluginBase *self,
gboolean mm_plugin_base_probe_port (MMPluginBase *self,
MMPluginBaseSupportsTask *task,
guint64 send_delay_us,
GError **error);
/* Returns TRUE if the port was previously probed, FALSE if not */