From 6f235b9948cf1ff1d11a7a339d3d1ffc40171dcd Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 20 Nov 2013 15:41:33 +0100 Subject: ports: rename 'MMAtSerialPort' to 'MMPortSerialAt' --- plugins/pantech/mm-plugin-pantech.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/pantech') diff --git a/plugins/pantech/mm-plugin-pantech.c b/plugins/pantech/mm-plugin-pantech.c index f51ac23b..00d4794c 100644 --- a/plugins/pantech/mm-plugin-pantech.c +++ b/plugins/pantech/mm-plugin-pantech.c @@ -108,14 +108,14 @@ grab_port (MMPlugin *self, GError **error) { MMPortType ptype; - MMAtPortFlag pflags = MM_AT_PORT_FLAG_NONE; + MMPortSerialAtFlag pflags = MM_PORT_SERIAL_AT_FLAG_NONE; ptype = mm_port_probe_get_port_type (probe); /* Always prefer the ttyACM port as PRIMARY AT port */ if (ptype == MM_PORT_TYPE_AT && g_str_has_prefix (mm_port_probe_get_port_name (probe), "ttyACM")) { - pflags = MM_AT_PORT_FLAG_PRIMARY; + pflags = MM_PORT_SERIAL_AT_FLAG_PRIMARY; } return mm_base_modem_grab_port (modem, -- cgit v1.2.3