aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Richter <richter@ecos.de>2013-03-04 08:35:03 -0600
committerDan Williams <dcbw@redhat.com>2013-03-04 08:35:03 -0600
commit2ffe97f57ab17a858fd903bc79ed66314a966cf3 (patch)
treeffa0a38c5a61aeed58a57c0a0cbc627568545db4
parente322ccf6dbe9886132d218e8242b82fb731b6323 (diff)
sierra: add MC8790 to APP1 PPP whitelist
-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 bd8cb457..35d89983 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") || strstr (response, "USB 306"))
+ if (strstr (response, "C885") || strstr (response, "USB 306") || strstr (response, "MC8790"))
g_object_set_data (G_OBJECT (task), TAG_SIERRA_APP1_PPP_OK, GUINT_TO_POINTER (TRUE));
/* For debugging: let users figure out if their device supports it or not */