diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-12 12:36:47 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:07:23 +0200 |
commit | 93cc9483bc4fbdafa18134efd0edb41c175c11d4 (patch) | |
tree | e5cbe21d2cfce47ab4da7de6e6d2b4216b89d32e | |
parent | 5d38983d66234144ed56a1a3def10dd882120322 (diff) |
huawei: allow grabbing QCDM ports
-rw-r--r-- | plugins/huawei/mm-plugin-huawei.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/huawei/mm-plugin-huawei.c b/plugins/huawei/mm-plugin-huawei.c index 36dedf24..5704d9b6 100644 --- a/plugins/huawei/mm-plugin-huawei.c +++ b/plugins/huawei/mm-plugin-huawei.c @@ -473,6 +473,7 @@ mm_plugin_create (void) MM_PLUGIN_ALLOWED_SUBSYSTEMS, subsystems, MM_PLUGIN_ALLOWED_VENDOR_IDS, vendor_ids, MM_PLUGIN_ALLOWED_AT, TRUE, + MM_PLUGIN_ALLOWED_QCDM, TRUE, MM_PLUGIN_CUSTOM_INIT, &custom_init, NULL)); } |