diff options
author | Dan Williams <dcbw@redhat.com> | 2011-04-08 16:19:36 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-04-08 16:19:36 -0500 |
commit | ed5aefb3cb1d7db3a0b19678d4568d813719eb01 (patch) | |
tree | 66c5037d8c42054f3c6f402bc45a0a0238fcaf59 /src/mm-plugin-base.h | |
parent | 7d20acc5669ce9ecc0358d429c46f5928df95542 (diff) |
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.
Diffstat (limited to 'src/mm-plugin-base.h')
-rw-r--r-- | src/mm-plugin-base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin-base.h b/src/mm-plugin-base.h index fa67c0a6..9633e962 100644 --- a/src/mm-plugin-base.h +++ b/src/mm-plugin-base.h @@ -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 */ |