From 1e23fe62fe80a7351760bfb7fe9eeba7631d882b Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 29 Nov 2012 11:22:52 -0600 Subject: [PATCH] sierra: USB 306 modems support PPP on the APPx ports --- plugins/sierra/mm-plugin-sierra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sierra/mm-plugin-sierra.c b/plugins/sierra/mm-plugin-sierra.c index 0817f9cc..f51bca6d 100644 --- a/plugins/sierra/mm-plugin-sierra.c +++ b/plugins/sierra/mm-plugin-sierra.c @@ -100,7 +100,7 @@ gcap_ready (MMAtSerialPort *port, * for command and status while connected. Older modems (ie 8775) say * they can but fail during PPP. */ - if (strstr (response->str, "C885")) + if (strstr (response->str, "C885") || strstr (response->str, "USB 306")) g_object_set_data (G_OBJECT (ctx->probe), TAG_SIERRA_APP_PPP_OK, GUINT_TO_POINTER (TRUE)); /* For debugging: let users figure out if their device supports it or not */