summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-11-29 11:22:52 -0600
committerDan Williams <dcbw@redhat.com>2012-11-29 11:23:29 -0600
commitcf6ef7fff729e389292e420e7725db83bba05a99 (patch)
tree4ac1786e7813273b7b15b3a505f1cf46b20d3ca6
parentb0816d114784f6ee87ec05d79809a37775614193 (diff)
sierra: USB 306 modems support PPP on the APPx ports
-rw-r--r--plugins/mm-plugin-sierra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mm-plugin-sierra.c b/plugins/mm-plugin-sierra.c
index d05fad0e..277e03eb 100644
--- a/plugins/mm-plugin-sierra.c
+++ b/plugins/mm-plugin-sierra.c
@@ -75,7 +75,7 @@ handle_probe_response (MMPluginBase *self,
* for command and status while connected. Older modems (ie 8775) say
* they can but fail during PPP.
*/
- if (strstr (response, "C885"))
+ if (strstr (response, "C885") || strstr (response, "USB 306"))
g_object_set_data (G_OBJECT (task), TAG_SIERRA_APP_PPP_OK, GUINT_TO_POINTER (TRUE));
/* For debugging: let users figure out if their device supports it or not */