diff options
author | Dan Williams <dcbw@redhat.com> | 2011-07-18 18:27:18 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-07-18 18:31:58 -0500 |
commit | 85000adfe95f948773d4313e3207a1781dc87225 (patch) | |
tree | 85990865305b27b9cca5a0766a73c9bbd3701fb7 /src | |
parent | c70d6d565d51a0b76e3e79f176176b146806265e (diff) |
core: add another CnS string to the immediate ignore list
Newer Sierra devices have this (ie 306); it's the CnS port so ignore
it immediately.
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-plugin-base.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin-base.c b/src/mm-plugin-base.c index 7c49cd22..810d9e56 100644 --- a/src/mm-plugin-base.c +++ b/src/mm-plugin-base.c @@ -511,6 +511,7 @@ static const char *dq_strings[] = { "os_logids.h", /* Sierra CnS port */ "NETWORK SERVICE CHANGE", + "/SRC/AMSS", NULL }; |