aboutsummaryrefslogtreecommitdiff
path: root/src/mm-port-probe.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-08-31 09:20:43 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-31 09:20:43 +0200
commit1e5b00e33b98dbfd3fc6208ff51c30f4b0b40d88 (patch)
tree896c2c1e4855bc8b1ffe746df2b2ec8f3b8d0d31 /src/mm-port-probe.h
parent9faba582263f541048816d8e161166a525952a52 (diff)
plugin: let plugins decide if they want echo removal during AT probing
This is the port to git master of the following patch: commit 21e66dfa1774ac2ee037ac8b6e8bb4d71a6f7931 Author: Dan Williams <dcbw@redhat.com> Date: Thu Aug 23 21:13:35 2012 -0500 core: add function to open probe ports without removing echo Some devices (Sierra GSM ones) return stuff we need but don't bother to prefix it with <CR><LF>, so we need to optionally turn off the echo removal at probe time.
Diffstat (limited to 'src/mm-port-probe.h')
-rw-r--r--src/mm-port-probe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-port-probe.h b/src/mm-port-probe.h
index bbafab64..d626ff29 100644
--- a/src/mm-port-probe.h
+++ b/src/mm-port-probe.h
@@ -103,6 +103,7 @@ void mm_port_probe_set_result_qmi (MMPortProbe *self,
void mm_port_probe_run (MMPortProbe *self,
MMPortProbeFlag flags,
guint64 at_send_delay,
+ gboolean at_remove_echo,
const MMPortProbeAtCommand *at_custom_probe,
const MMAsyncMethod *at_custom_init,
GAsyncReadyCallback callback,