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.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user