aboutsummaryrefslogtreecommitdiff
path: root/src/mm-port-probe.c
diff options
context:
space:
mode:
authorDan Williams <dan@ioncontrol.co>2025-05-16 11:19:59 -0500
committerDan Williams <dan@ioncontrol.co>2025-05-22 08:05:58 -0500
commit24f9309d6ecd559d24c54391fadef76cdbde1097 (patch)
treef8238a7806bb76739bc74df4aa697a6c3c231eaa /src/mm-port-probe.c
parent7f014add61da3e0411d742756ce372fc0e2aee30 (diff)
serial-parsers,port-serial-at: move echo removal into serial parser
Mainly because we need somewhere to stash the call end regex, and it's silly to have a 3rd instance of that in MMPortSerialAt when we already have one in the serial parsers that MMPortSerialAt relies on pretty heavily. Signed-off-by: Dan Williams <dan@ioncontrol.co>
Diffstat (limited to 'src/mm-port-probe.c')
-rw-r--r--src/mm-port-probe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-port-probe.c b/src/mm-port-probe.c
index 6b53907b..b3bac90c 100644
--- a/src/mm-port-probe.c
+++ b/src/mm-port-probe.c
@@ -1434,6 +1434,7 @@ serial_open_at (MMPortProbe *self)
NULL);
mm_port_serial_at_set_response_parser (MM_PORT_SERIAL_AT (ctx->serial),
mm_serial_parser_v1_parse,
+ mm_serial_parser_v1_remove_echo,
parser,
mm_serial_parser_v1_destroy);
}