From 031657cea5dd6afa5e3c0573afbd3b3c44afe417 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 7 May 2013 09:08:17 +0200 Subject: [PATCH] novatel: don't filter out the USB551L We filter the E362 because it's managed by the Novatel LTE plugin. If we also filter out the USB551L, but it's not explicitly grabbed by any other plugin, it will default to the Generic one. --- plugins/novatel/mm-plugin-novatel.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/novatel/mm-plugin-novatel.c b/plugins/novatel/mm-plugin-novatel.c index 2930d0cf..3d986c36 100644 --- a/plugins/novatel/mm-plugin-novatel.c +++ b/plugins/novatel/mm-plugin-novatel.c @@ -75,8 +75,7 @@ mm_plugin_create (void) 0x413c, /* Dell */ 0 }; static const mm_uint16_pair forbidden_products[] = { { 0x1410, 0x9010 }, /* Novatel E362 */ - { 0x1410, 0xb001 }, /* Novatel USB551L */ - {0, 0} }; + { 0, 0 } }; return MM_PLUGIN ( g_object_new (MM_TYPE_PLUGIN_NOVATEL,