diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-15 13:34:16 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-15 13:34:16 +0200 |
commit | 5c8ef351bb191e3735efcc9ac65df5a844afedb7 (patch) | |
tree | 4890dafd9374be7e9933c005f0e0a1d8da93a238 /plugins/pantech/mm-plugin-pantech.c | |
parent | e6930921af46a7ccbe05c7973ae3bdc4043d1d20 (diff) |
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.
Diffstat (limited to 'plugins/pantech/mm-plugin-pantech.c')
-rw-r--r-- | plugins/pantech/mm-plugin-pantech.c | 12 |
1 files changed, 6 insertions, 6 deletions
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 |