summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-05-07 09:08:17 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-05-07 09:08:17 +0200
commit031657cea5dd6afa5e3c0573afbd3b3c44afe417 (patch)
tree22bde264803e3808c045e1ededa11f186a07ace3
parent76d97c6334908dc6dab6972f8142c3a64081e3ec (diff)
downloadModemManager-031657cea5dd6afa5e3c0573afbd3b3c44afe417.tar.gz
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.
-rw-r--r--plugins/novatel/mm-plugin-novatel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/novatel/mm-plugin-novatel.c b/plugins/novatel/mm-plugin-novatel.c
index 2930d0cf6..3d986c360 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,