From b002e54cf4c6edf1858eb82de7cf41a5c9a9d29b Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 16 Mar 2010 13:03:13 -0700 Subject: core: immediately reject Sierra CnS ports during probe For now; until Sierra releases their CnS documentation. --- src/mm-plugin-base.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3-70-g09d2