diff options
author | Dan Williams <dcbw@redhat.com> | 2013-04-16 19:36:55 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2013-04-16 19:36:55 -0500 |
commit | 463de46e9e018b68c2fdb20abf3e25180de4d415 (patch) | |
tree | 1a392622ceaf5f7700d5c9bec2b9bf8fd954fa3b | |
parent | d3831fc641d41019122bad9022f4f4cf4ee295f1 (diff) |
novatel: ignore USB551L
Just like the E362, which the USB551L is quite similar to.
-rw-r--r-- | plugins/novatel/mm-plugin-novatel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/novatel/mm-plugin-novatel.c b/plugins/novatel/mm-plugin-novatel.c index 6f798585..5f2e0a82 100644 --- a/plugins/novatel/mm-plugin-novatel.c +++ b/plugins/novatel/mm-plugin-novatel.c @@ -75,6 +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} }; static const gchar *drivers[] = { "option1", "option", NULL }; |