diff options
author | Thomas Bechtold <thomasbechtold@jpberlin.de> | 2011-03-11 20:25:22 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-03-11 20:25:22 -0600 |
commit | b3b1d5309a4ead90e9a503586b9224d345680d7f (patch) | |
tree | 80323c76ac4e6a37f3ffb97d54ce40a00e06b25f /plugins/mm-plugin-zte.c | |
parent | 971600b9099e5d98c32b28cbb0a5305c48c76728 (diff) |
core: allow plugins to handle custom init responses
Diffstat (limited to 'plugins/mm-plugin-zte.c')
-rw-r--r-- | plugins/mm-plugin-zte.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mm-plugin-zte.c b/plugins/mm-plugin-zte.c index bb2ee176..edc6dd4c 100644 --- a/plugins/mm-plugin-zte.c +++ b/plugins/mm-plugin-zte.c @@ -113,7 +113,7 @@ supports_port (MMPluginBase *base, * 1235f71b20c92cded4abd976ccc5010649aae1a0 and * f38ad328acfdc6ce29dd1380602c546b064161ae for more details. */ - mm_plugin_base_supports_task_set_custom_init_command (task, "ATE0+CPMS?", 3, 4, FALSE); + mm_plugin_base_supports_task_set_custom_init_command (task, "ATE0+CPMS?", 3, 4, FALSE, NULL, NULL); if (mm_plugin_base_probe_port (base, task, NULL)) return MM_PLUGIN_SUPPORTS_PORT_IN_PROGRESS; |