From adcc29fa6b62a86eb8d595a2836c3ea833b86af9 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 30 Dec 2010 16:43:04 -0600 Subject: [PATCH] zte: really shut the device up The MF691 appears to ignore E0 on the same line as some other stuff, so really shut it up by sending E0 by itself. --- plugins/mm-modem-zte.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/mm-modem-zte.c b/plugins/mm-modem-zte.c index 558260ec..9571d639 100644 --- a/plugins/mm-modem-zte.c +++ b/plugins/mm-modem-zte.c @@ -325,6 +325,8 @@ init_modem_done (MMAtSerialPort *port, { MMCallbackInfo *info = (MMCallbackInfo *) user_data; + mm_at_serial_port_queue_command (port, "E0", 5, NULL, NULL); + /* Attempt to disable floods of "+ZUSIMR:2" unsolicited responses that * eventually fill up the device's buffers and make it crash. Normally * done during probing, but if the device has a PIN enabled it won't