From 5c8ef351bb191e3735efcc9ac65df5a844afedb7 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 15 Oct 2012 13:34:16 +0200 Subject: pantech: create a Pantech-specific SIM object We'll just skip most SIM info retrieval commands based on AT+CRSM, as they seem to be unsupported. --- plugins/pantech/mm-plugin-pantech.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/pantech/mm-plugin-pantech.c') diff --git a/plugins/pantech/mm-plugin-pantech.c b/plugins/pantech/mm-plugin-pantech.c index 774a5b9d..c50f435b 100644 --- a/plugins/pantech/mm-plugin-pantech.c +++ b/plugins/pantech/mm-plugin-pantech.c @@ -21,7 +21,7 @@ #include "mm-log.h" #include "mm-plugin-pantech.h" -#include "mm-broadband-modem.h" +#include "mm-broadband-modem-pantech.h" #if defined WITH_QMI #include "mm-broadband-modem-qmi.h" @@ -54,11 +54,11 @@ create_modem (MMPlugin *self, } #endif - return MM_BASE_MODEM (mm_broadband_modem_new (sysfs_path, - drivers, - mm_plugin_get_name (self), - vendor, - product)); + return MM_BASE_MODEM (mm_broadband_modem_pantech_new (sysfs_path, + drivers, + mm_plugin_get_name (self), + vendor, + product)); } static gboolean -- cgit v1.2.3-70-g09d2