aboutsummaryrefslogtreecommitdiff
path: root/plugins/zte/mm-plugin-zte.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-20 13:13:34 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-06 20:07:49 +0200
commit3b00c6f5ac97a5aeefbc4772be09a36061027eda (patch)
tree1409b7e4e42364b1c347e5386952c21ccfa88c0d /plugins/zte/mm-plugin-zte.c
parentbbb4ed2b0a7e171e9a045a1e37580697b9cbc783 (diff)
zte: new `MMBroadbandModemZte'
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