diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-11 06:53:56 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:06:46 +0200 |
commit | 9b0f6c83f2e34620c99a7d3b2c945ef92314369a (patch) | |
tree | d803252cbcfbf253c5dbc61dc007d2e68e4501aa /src/mm-plugin.h | |
parent | 89b3c0132879157c16526ae7da1aa3cdefe64fe8 (diff) |
plugin: renamed `custom-init' property to `custom-at-probe'
The `custom-at-probe' property is just to modify the way we check for AT port
support.
Diffstat (limited to 'src/mm-plugin.h')
-rw-r--r-- | src/mm-plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h index f7b544df..bba5db26 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -48,7 +48,7 @@ #define MM_PLUGIN_ALLOWED_AT "allowed-at" #define MM_PLUGIN_ALLOWED_SINGLE_AT "allowed-single-at" #define MM_PLUGIN_ALLOWED_QCDM "allowed-qcdm" -#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_SORT_LAST "sort-last" |