probe: add note about Onda MT503HS (rh #551376)

This commit is contained in:
Dan Williams
2010-01-18 23:22:02 -08:00
parent 0cc9c1731c
commit b1992f903b

View File

@@ -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;