diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-23 12:10:55 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-23 18:56:22 +0200 |
commit | 6b1ee4e3cbf82a06943de56589c5ee533065bc79 (patch) | |
tree | f3c5afd88418874153d07105db874c60f9b1c3d8 | |
parent | 896e0469f027768757a68266f0390b203cbf06d5 (diff) |
sierra: both AT and QCDM expected
-rw-r--r-- | plugins/sierra/mm-plugin-sierra.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/sierra/mm-plugin-sierra.c b/plugins/sierra/mm-plugin-sierra.c index 09a089cd..bdca0650 100644 --- a/plugins/sierra/mm-plugin-sierra.c +++ b/plugins/sierra/mm-plugin-sierra.c @@ -229,6 +229,8 @@ mm_plugin_create (void) MM_PLUGIN_NAME, "Sierra", MM_PLUGIN_ALLOWED_SUBSYSTEMS, subsystems, MM_PLUGIN_ALLOWED_DRIVERS, drivers, + MM_PLUGIN_ALLOWED_AT, TRUE, + MM_PLUGIN_ALLOWED_QCDM, TRUE, MM_PLUGIN_CUSTOM_INIT, &custom_init, MM_PLUGIN_ICERA_PROBE, TRUE, NULL)); |