diff options
author | Dan Williams <dcbw@redhat.com> | 2010-01-18 23:22:02 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-01-18 23:22:02 -0800 |
commit | b1992f903b27f2a0b8190daaedcbe76790180c3c (patch) | |
tree | cab261a58c14b720d079843e7009d3a7d5add880 | |
parent | 0cc9c1731ce6250a5538b1f24ddce5dc4298f717 (diff) |
probe: add note about Onda MT503HS (rh #551376)
-rw-r--r-- | src/mm-plugin-base.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mm-plugin-base.c b/src/mm-plugin-base.c index 2f50c510..202eaac9 100644 --- a/src/mm-plugin-base.c +++ b/src/mm-plugin-base.c @@ -430,10 +430,10 @@ real_handle_probe_response (MMPluginBase *self, task_priv->probed_caps = parse_gcap (response); break; case PROBE_STATE_CPIN: - /* Some devices (ZTE MF628 for example) reply to anything but - * AT+CPIN? with ERROR if the device has a PIN set. Since no known - * CDMA modems support AT+CPIN? we can consider the device a GSM - * device if it returns a non-error response to AT+CPIN?. + /* Some devices (ZTE MF628/ONDA MT503HS for example) reply to + * anything but AT+CPIN? with ERROR if the device has a PIN set. + * Since no known CDMA modems support AT+CPIN? we can consider the + * device a GSM device if it returns a non-error response to AT+CPIN?. */ task_priv->probed_caps = parse_cpin (response); break; |