aboutsummaryrefslogtreecommitdiff
path: root/src/mm-port-probe.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-08-30 14:24:16 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-30 14:24:16 +0200
commitaa51a16f70178e2c0edb1be0db30b816d02d8f85 (patch)
tree3ecc038a30af6b7d94c9e77c2aad93a4bb4cf253 /src/mm-port-probe.c
parent35a69d6b8ea1bcaf68552fb258f9e7ac8412f065 (diff)
port-probe: fix generic icera support check during probing
Diffstat (limited to 'src/mm-port-probe.c')
-rw-r--r--src/mm-port-probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-port-probe.c b/src/mm-port-probe.c
index e0f3788a..3d9cd37c 100644
--- a/src/mm-port-probe.c
+++ b/src/mm-port-probe.c
@@ -711,7 +711,7 @@ static const MMPortProbeAtCommand product_probing[] = {
};
static const MMPortProbeAtCommand icera_probing[] = {
- { "%IPSYS?", 3, mm_port_probe_response_processor_string },
+ { "%IPSYS?", 3, mm_port_probe_response_processor_no_error },
{ NULL }
};