diff options
author | Dan Williams <dcbw@redhat.com> | 2012-11-26 16:17:07 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2012-11-27 09:56:25 -0600 |
commit | 6106d1d6a2b05a031c54c75861363b199136e417 (patch) | |
tree | 49970dc76b4126cba2df814cddbd88e0ca9f3bf9 /src/mm-port-probe-at.h | |
parent | 3e39144100315c5be83396d5ef2433be4b7ae203 (diff) |
port-probe: fix checking of Icera capability on some devices
Sierra devices often have limited AT parsers on their APP ports
which reply with OK to any command they don't understand, and
thus we need to actually check for a valid IPSYS reply instead of
just checking whether the IPSYS request completed without error.
Previously MM would detect Icera capability on devices that
didn't actually have it.
Diffstat (limited to 'src/mm-port-probe-at.h')
-rw-r--r-- | src/mm-port-probe-at.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mm-port-probe-at.h b/src/mm-port-probe-at.h index d180be4f..359a6f5d 100644 --- a/src/mm-port-probe-at.h +++ b/src/mm-port-probe-at.h @@ -75,13 +75,6 @@ gboolean mm_port_probe_response_processor_is_at (const gchar *command, const GError *error, GVariant **result, GError **result_error); -/* Generic response parser which returns TRUE if no error */ -gboolean mm_port_probe_response_processor_no_error (const gchar *command, - const gchar *response, - gboolean last_command, - const GError *error, - GVariant **result, - GError **result_error); #endif /* MM_PORT_PROBE_AT_H */ |