diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-port-probe.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mm-port-probe.c b/src/mm-port-probe.c index 33f0be86..6435657f 100644 --- a/src/mm-port-probe.c +++ b/src/mm-port-probe.c @@ -716,16 +716,6 @@ serial_probe_at_parse_response (MMAtSerialPort *port, return; } - /* Early-abort AT probing if we get a response that indicates this is - * certainly not an AT-capable port. - */ - if (response && is_non_at_response ((const guint8 *) response->str, response->len)) { - task->at_result_processor (self, NULL); - mm_port_probe_set_result_at (self, FALSE); - serial_probe_schedule (self); - return; - } - if (!task->at_commands->response_processor (task->at_commands->command, response ? response->str : NULL, !!task->at_commands[1].command, |