aboutsummaryrefslogtreecommitdiff
path: root/src/mm-plugin.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-plugin.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-plugin.h')
-rw-r--r--src/mm-plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h
index 14c16d35..6d5d14e1 100644
--- a/src/mm-plugin.h
+++ b/src/mm-plugin.h
@@ -58,6 +58,7 @@
#define MM_PLUGIN_CUSTOM_INIT "custom-init"
#define MM_PLUGIN_CUSTOM_AT_PROBE "custom-at-probe"
#define MM_PLUGIN_SEND_DELAY "send-delay"
+#define MM_PLUGIN_REMOVE_ECHO "remove-echo"
typedef enum {
MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED = 0x0,