diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-05-07 09:08:17 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-05-07 09:08:17 +0200 |
commit | 031657cea5dd6afa5e3c0573afbd3b3c44afe417 (patch) | |
tree | 22bde264803e3808c045e1ededa11f186a07ace3 /plugins | |
parent | 76d97c6334908dc6dab6972f8142c3a64081e3ec (diff) |
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.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/novatel/mm-plugin-novatel.c | 3 |
1 files changed, 1 insertions, 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, |