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.
This commit is contained in:
Dan Williams
2010-12-30 16:43:04 -06:00
parent 05d4876b20
commit adcc29fa6b

View File

@@ -325,6 +325,8 @@ init_modem_done (MMAtSerialPort *port,
{ {
MMCallbackInfo *info = (MMCallbackInfo *) user_data; 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 /* Attempt to disable floods of "+ZUSIMR:2" unsolicited responses that
* eventually fill up the device's buffers and make it crash. Normally * 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 * done during probing, but if the device has a PIN enabled it won't