diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-04-11 11:36:31 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:07:24 +0200 |
commit | 0bd8f5bc94abcc3134ce9446c31371014ffef442 (patch) | |
tree | d5f7d3e59fe1de2c22f9e919a2f7f70673ee7b41 /plugins/pantech/mm-plugin-pantech.c | |
parent | b96a50f42be86c21f5b4b0ea320b6568c9426c96 (diff) |
pantech: expect QCDM ports
Diffstat (limited to 'plugins/pantech/mm-plugin-pantech.c')
-rw-r--r-- | plugins/pantech/mm-plugin-pantech.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/pantech/mm-plugin-pantech.c b/plugins/pantech/mm-plugin-pantech.c index fe78086c..a2ddc03e 100644 --- a/plugins/pantech/mm-plugin-pantech.c +++ b/plugins/pantech/mm-plugin-pantech.c @@ -84,6 +84,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, NULL)); } |