novatel: flip secondary ports to AT mode during port setup
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user