novatel: don't claim the Novatel E362, should be handled by `novatel-lte'
This commit is contained in:
@@ -59,6 +59,8 @@ mm_plugin_create (void)
|
|||||||
static const guint16 vendors[] = { 0x1410, /* Novatel */
|
static const guint16 vendors[] = { 0x1410, /* Novatel */
|
||||||
0x413c, /* Dell */
|
0x413c, /* Dell */
|
||||||
0 };
|
0 };
|
||||||
|
static const mm_uint16_pair forbidden_products[] = { { 0x1410, 0x9010 }, /* Novatel E362 */
|
||||||
|
{0, 0} };
|
||||||
static const gchar *drivers[] = { "option1", "option", NULL };
|
static const gchar *drivers[] = { "option1", "option", NULL };
|
||||||
|
|
||||||
return MM_PLUGIN (
|
return MM_PLUGIN (
|
||||||
@@ -67,6 +69,7 @@ mm_plugin_create (void)
|
|||||||
MM_PLUGIN_ALLOWED_SUBSYSTEMS, subsystems,
|
MM_PLUGIN_ALLOWED_SUBSYSTEMS, subsystems,
|
||||||
MM_PLUGIN_ALLOWED_DRIVERS, drivers,
|
MM_PLUGIN_ALLOWED_DRIVERS, drivers,
|
||||||
MM_PLUGIN_ALLOWED_VENDOR_IDS, vendors,
|
MM_PLUGIN_ALLOWED_VENDOR_IDS, vendors,
|
||||||
|
MM_PLUGIN_FORBIDDEN_PRODUCT_IDS, forbidden_products,
|
||||||
MM_PLUGIN_ALLOWED_AT, TRUE,
|
MM_PLUGIN_ALLOWED_AT, TRUE,
|
||||||
MM_PLUGIN_ALLOWED_QCDM, TRUE,
|
MM_PLUGIN_ALLOWED_QCDM, TRUE,
|
||||||
NULL));
|
NULL));
|
||||||
|
Reference in New Issue
Block a user