aboutsummaryrefslogtreecommitdiff
path: root/plugins/simtech/mm-plugin-simtech.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-04-13 20:09:23 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-04-14 16:04:17 +0200
commit8cd4b29fde4577baa2ca0ec9bb81d2682d70aa03 (patch)
treeb8c5aa257fedd184dc86cbadd323438a914ac45e /plugins/simtech/mm-plugin-simtech.c
parentba7761f6648fc015ec76074dfa832ba921070dfd (diff)
simtech: new `MMBroadbandModemSimtech' object
Diffstat (limited to 'plugins/simtech/mm-plugin-simtech.c')
-rw-r--r--plugins/simtech/mm-plugin-simtech.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/simtech/mm-plugin-simtech.c b/plugins/simtech/mm-plugin-simtech.c
index 8b07d325..963da478 100644
--- a/plugins/simtech/mm-plugin-simtech.c
+++ b/plugins/simtech/mm-plugin-simtech.c
@@ -20,7 +20,7 @@
#include <libmm-common.h>
#include "mm-plugin-simtech.h"
-#include "mm-broadband-modem.h"
+#include "mm-broadband-modem-simtech.h"
G_DEFINE_TYPE (MMPluginSimtech, mm_plugin_simtech, MM_TYPE_PLUGIN_BASE)
@@ -86,11 +86,11 @@ grab_port (MMPluginBase *base,
/* If this is the first port being grabbed, create a new modem object */
if (!existing)
- modem = MM_BASE_MODEM (mm_broadband_modem_new (mm_port_probe_get_port_physdev (probe),
- mm_port_probe_get_port_driver (probe),
- mm_plugin_get_name (MM_PLUGIN (base)),
- vendor,
- product));
+ modem = MM_BASE_MODEM (mm_broadband_modem_simtech_new (mm_port_probe_get_port_physdev (probe),
+ mm_port_probe_get_port_driver (probe),
+ mm_plugin_get_name (MM_PLUGIN (base)),
+ vendor,
+ product));
if (!mm_base_modem_grab_port (existing ? existing : modem,
subsys,