diff options
Diffstat (limited to 'plugins/wavecom/mm-plugin-wavecom.c')
-rw-r--r-- | plugins/wavecom/mm-plugin-wavecom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wavecom/mm-plugin-wavecom.c b/plugins/wavecom/mm-plugin-wavecom.c index 8ed217bd..22b1ba4c 100644 --- a/plugins/wavecom/mm-plugin-wavecom.c +++ b/plugins/wavecom/mm-plugin-wavecom.c @@ -65,7 +65,7 @@ mm_plugin_create (void) return MM_PLUGIN ( g_object_new (MM_TYPE_PLUGIN_WAVECOM, - MM_PLUGIN_NAME, "Wavecom", + MM_PLUGIN_NAME, MM_MODULE_NAME, MM_PLUGIN_ALLOWED_SUBSYSTEMS, subsystems, MM_PLUGIN_ALLOWED_VENDOR_IDS, vendor_ids, MM_PLUGIN_FORBIDDEN_DRIVERS, forbidden_drivers, |