From 8cd4b29fde4577baa2ca0ec9bb81d2682d70aa03 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 13 Apr 2012 20:09:23 +0200 Subject: simtech: new `MMBroadbandModemSimtech' object --- plugins/simtech/mm-plugin-simtech.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/simtech/mm-plugin-simtech.c') 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 #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, -- cgit v1.2.3-70-g09d2