diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-23 18:24:58 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-30 17:18:32 +0200 |
commit | fcd4a8c5dc6be8e72cfa7378829fef5c27c892a7 (patch) | |
tree | 5527072865b084e8aba946f5f8fa5f07b7732072 /plugins/altair/mm-plugin-altair-lte.c | |
parent | 2b8a7e4c165f6f39d480b17be48c83efe6698816 (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/altair/mm-plugin-altair-lte.c')
-rw-r--r-- | plugins/altair/mm-plugin-altair-lte.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/altair/mm-plugin-altair-lte.c b/plugins/altair/mm-plugin-altair-lte.c index 7f6a7c0b..2338502b 100644 --- a/plugins/altair/mm-plugin-altair-lte.c +++ b/plugins/altair/mm-plugin-altair-lte.c @@ -83,6 +83,7 @@ mm_plugin_create (void) MM_PLUGIN_CUSTOM_AT_PROBE, custom_at_probe, MM_PLUGIN_ALLOWED_SINGLE_AT, TRUE, MM_PLUGIN_SEND_LF, TRUE, + MM_PLUGIN_SEND_DELAY, 0, NULL)); } |