aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-04-04 18:14:36 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-04-04 19:27:05 +0200
commit5554658cd2c87d92156f8224db50ccc5f58950a6 (patch)
tree672318ccb1245fa8faab4ffa6a979eaac5b34ef9
parent8c39f2c55157b0304269fa303f5feb2889ec6333 (diff)
port-probe: remove non-AT port hint, as it may come in ATI replies
We remove "/SRC/AMSS" as a hint of non-AT port, as it really comes in ATI replies, see: [mm-at-serial-port.c:408] debug_log(): (ttyUSB6): <-- '<CR><LF>Manufacturer: Sierra Wireless, Incorporated<CR><LF>Model: USB 306<CR><LF>Revision: M3_0_10_1AP C:/WS/FW/M3_0_10_1AP/MDM8200/SRC/AMSS 2010/03/29 17:52:11<CR><LF>IMEI: xxxxxxxx<CR><LF>IMEI SV: 11<CR><LF>FSN: xxxxxxxxxx<CR><LF>3GPP Release 7<CR><LF>+GCAP: +CGSM,+DS,+ES<CR><LF><CR><LF><CR><LF>OK<CR><LF>' [mm-serial-parsers.c:188] mm_serial_parser_v1_parse(): Got response filtered in serial port: Not an AT response [mm-port-probe.c:148] mm_port_probe_set_result_at(): (tty/ttyUSB6) port is not AT-capable
-rw-r--r--src/mm-port-probe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-port-probe.c b/src/mm-port-probe.c
index 6435657f..e9358538 100644
--- a/src/mm-port-probe.c
+++ b/src/mm-port-probe.c
@@ -584,7 +584,6 @@ static const gchar *non_at_strings[] = {
"os_logids.h",
/* Sierra CnS port */
"NETWORK SERVICE CHANGE",
- "/SRC/AMSS",
NULL
};