aboutsummaryrefslogtreecommitdiff
path: root/plugins/longcheer/mm-plugin-longcheer.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-11 16:30:30 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-06 20:07:23 +0200
commit1f9c3ef61e687658516a868ab3f92e596c0832cb (patch)
tree827188467ec38ebd8c572e018e92dcf6c8a535a0 /plugins/longcheer/mm-plugin-longcheer.c
parent3fb5f1ae38cbcba50bc9a47613d4fee78f793524 (diff)
longcheer: new `MMBroadbandModemLongcheer' object
Diffstat (limited to 'plugins/longcheer/mm-plugin-longcheer.c')
-rw-r--r--plugins/longcheer/mm-plugin-longcheer.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/longcheer/mm-plugin-longcheer.c b/plugins/longcheer/mm-plugin-longcheer.c
index f392cb76..4b94a590 100644
--- a/plugins/longcheer/mm-plugin-longcheer.c
+++ b/plugins/longcheer/mm-plugin-longcheer.c
@@ -23,7 +23,7 @@
#include "mm-log.h"
#include "mm-modem-helpers.h"
#include "mm-plugin-longcheer.h"
-#include "mm-broadband-modem.h"
+#include "mm-broadband-modem-longcheer.h"
G_DEFINE_TYPE (MMPluginLongcheer, mm_plugin_longcheer, MM_TYPE_PLUGIN)
@@ -187,11 +187,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_longcheer_new (sysfs_path,
+ driver,
+ mm_plugin_get_name (self),
+ vendor,
+ product));
}
static gboolean