aboutsummaryrefslogtreecommitdiff
path: root/plugins/option/mm-plugin-hso.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-05-23 18:24:58 +0200
committerAleksander Morgado <aleksander@aleksander.es>2017-05-30 17:18:32 +0200
commitfcd4a8c5dc6be8e72cfa7378829fef5c27c892a7 (patch)
tree5527072865b084e8aba946f5f8fa5f07b7732072 /plugins/option/mm-plugin-hso.c
parent2b8a7e4c165f6f39d480b17be48c83efe6698816 (diff)
altair,hso,samsung: setup send-delay=0 for probing
The Altair, Option HSO and Samsung plugins all use the send-delay=0 setting once the modem object has been created. For consistency, use the same setting during port probing.
Diffstat (limited to 'plugins/option/mm-plugin-hso.c')
-rw-r--r--plugins/option/mm-plugin-hso.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/option/mm-plugin-hso.c b/plugins/option/mm-plugin-hso.c
index 3633cfd4..de42c457 100644
--- a/plugins/option/mm-plugin-hso.c
+++ b/plugins/option/mm-plugin-hso.c
@@ -186,6 +186,7 @@ mm_plugin_create (void)
MM_PLUGIN_ALLOWED_AT, TRUE,
MM_PLUGIN_ALLOWED_QCDM, TRUE,
MM_PLUGIN_CUSTOM_INIT, &custom_init,
+ MM_PLUGIN_SEND_DELAY, 0,
NULL));
}