aboutsummaryrefslogtreecommitdiff
path: root/plugins/zte/mm-plugin-zte.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/zte/mm-plugin-zte.c')
-rw-r--r--plugins/zte/mm-plugin-zte.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/zte/mm-plugin-zte.c b/plugins/zte/mm-plugin-zte.c
index c08dc0ee..1dd06fbc 100644
--- a/plugins/zte/mm-plugin-zte.c
+++ b/plugins/zte/mm-plugin-zte.c
@@ -22,7 +22,7 @@
#include "mm-log.h"
#include "mm-plugin-zte.h"
-#include "mm-broadband-modem.h"
+#include "mm-broadband-modem-zte.h"
G_DEFINE_TYPE (MMPluginZte, mm_plugin_zte, MM_TYPE_PLUGIN)
@@ -58,11 +58,11 @@ create_modem (MMPlugin *self,
GList *probes,
GError **error)
{
- return MM_BASE_MODEM (mm_broadband_modem_new (sysfs_path,
- driver,
- mm_plugin_get_name (self),
- vendor,
- product));
+ return MM_BASE_MODEM (mm_broadband_modem_zte_new (sysfs_path,
+ driver,
+ mm_plugin_get_name (self),
+ vendor,
+ product));
}
static gboolean