aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-10-29 10:42:45 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-11-28 15:47:53 +0100
commit38905d2bc0c4a3e38050ef5995c518a437e08d17 (patch)
treede2b9e350e072f1f771e76e575ab52cebf071b19
parent5d854a32cf2d04cbdb3d16f019d277caaba69ab4 (diff)
plugin-base: handle Huawei Data07 capabilities probing
-rw-r--r--src/mm-plugin-base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin-base.c b/src/mm-plugin-base.c
index b993f162..2fe8989a 100644
--- a/src/mm-plugin-base.c
+++ b/src/mm-plugin-base.c
@@ -458,6 +458,7 @@ static struct modem_caps modem_caps[] = {
{"+MS", MM_PLUGIN_BASE_PORT_CAP_MS},
{"+FCLASS", MM_PLUGIN_BASE_PORT_CAP_FCLASS},
{"+WIRIDIUM", MM_PLUGIN_BASE_PORT_CAP_IRIDIUM},
+ {"CDMA 1x", MM_PLUGIN_BASE_PORT_CAP_IS707_A}, /* Huawei Data07, ATI reply */
{NULL}
};