diff options
-rw-r--r-- | src/mm-plugin-base.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mm-plugin-base.c b/src/mm-plugin-base.c index 9e2532b2..4759b0c4 100644 --- a/src/mm-plugin-base.c +++ b/src/mm-plugin-base.c @@ -362,7 +362,12 @@ parse_cgmm (const char *buf) } static const char *dq_strings[] = { - "option/faema_", "os_logids.h", NULL + /* Option Icera-based devices */ + "option/faema_", + "os_logids.h", + /* Sierra CnS port */ + "NETWORK SERVICE CHANGE", + NULL }; static void |