From b8e5dbcaf45aa34423e066e2af669f9c87af9f6f Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 30 Jul 2012 23:49:11 +0200 Subject: novatel: flip secondary ports to AT mode during port setup --- src/mm-base-modem-at.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/mm-base-modem-at.c') diff --git a/src/mm-base-modem-at.c b/src/mm-base-modem-at.c index 04a350f9..657d1df2 100644 --- a/src/mm-base-modem-at.c +++ b/src/mm-base-modem-at.c @@ -397,6 +397,23 @@ mm_base_modem_response_processor_no_result_continue (MMBaseModem *self, return FALSE; } +gboolean +mm_base_modem_response_processor_continue_on_error (MMBaseModem *self, + gpointer none, + const gchar *command, + const gchar *response, + gboolean last_command, + const GError *error, + GVariant **result, + GError **result_error) +{ + if (error) + return FALSE; + + *result = NULL; + return TRUE; +} + /*****************************************************************************/ /* Single AT command handling */ -- cgit v1.2.3-70-g09d2