diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-30 14:24:16 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-30 14:24:16 +0200 |
commit | aa51a16f70178e2c0edb1be0db30b816d02d8f85 (patch) | |
tree | 3ecc038a30af6b7d94c9e77c2aad93a4bb4cf253 | |
parent | 35a69d6b8ea1bcaf68552fb258f9e7ac8412f065 (diff) |
port-probe: fix generic icera support check during probing
-rw-r--r-- | src/mm-port-probe.c | 2 |
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 } }; |