diff options
-rw-r--r-- | src/mm-port-probe.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-port-probe.c b/src/mm-port-probe.c index e955a97e..ed7d36ab 100644 --- a/src/mm-port-probe.c +++ b/src/mm-port-probe.c @@ -1086,6 +1086,9 @@ static const MMPortProbeAtCommand at_probing[] = { { "AT", 3, mm_port_probe_response_processor_is_at }, { "AT", 3, mm_port_probe_response_processor_is_at }, { "AT", 3, mm_port_probe_response_processor_is_at }, + { "AT", 3, mm_port_probe_response_processor_is_at }, + { "AT", 3, mm_port_probe_response_processor_is_at }, + { "AT", 3, mm_port_probe_response_processor_is_at }, { NULL } }; |