plugins: use logging module name as plugin name
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user