aboutsummaryrefslogtreecommitdiff
path: root/plugins/option/mm-plugin-hso.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-06-22 17:29:50 +0200
committerAleksander Morgado <aleksander@aleksander.es>2014-06-23 18:12:27 +0200
commit7c347aa3ec1d5540c23c20dcb5edd3c6ccb28c24 (patch)
treed60adda1f391e4ae112f057853d7f07426ad5f89 /plugins/option/mm-plugin-hso.c
parent7752c9920d83059836d010a61e44daa4232c4c65 (diff)
port: store parent sysfs path in each MMPort
Diffstat (limited to 'plugins/option/mm-plugin-hso.c')
-rw-r--r--plugins/option/mm-plugin-hso.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/option/mm-plugin-hso.c b/plugins/option/mm-plugin-hso.c
index 1ea0aa28..1cc2bd7b 100644
--- a/plugins/option/mm-plugin-hso.c
+++ b/plugins/option/mm-plugin-hso.c
@@ -134,12 +134,11 @@ grab_port (MMPlugin *self,
MMPortProbe *probe,
GError **error)
{
- const gchar *name, *subsys;
+ const gchar *subsys;
MMPortSerialAtFlag pflags = MM_PORT_SERIAL_AT_FLAG_NONE;
MMPortType port_type;
subsys = mm_port_probe_get_port_subsys (probe);
- name = mm_port_probe_get_port_name (probe);
port_type = mm_port_probe_get_port_type (probe);
/* Detect AT port types */
@@ -161,7 +160,8 @@ grab_port (MMPlugin *self,
return mm_base_modem_grab_port (modem,
subsys,
- name,
+ mm_port_probe_get_port_name (probe),
+ mm_port_probe_get_parent_path (probe),
port_type,
pflags,
error);