plugins: use logging module name as plugin name

This commit is contained in:
Aleksander Morgado
2020-04-08 16:07:58 +02:00
parent 997e2cefb8
commit 8722215f7e
35 changed files with 38 additions and 38 deletions

View File

@@ -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,