aboutsummaryrefslogtreecommitdiff
path: root/src/mm-port-probe.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-09-10 11:19:12 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:20 +0100
commit1f9fd9e0beba7fd90c46d057c849fb007001b75f (patch)
tree095659d36721cf94e69456befabd386aff4bef6d /src/mm-port-probe.h
parent05f8493ee7baa43cb7ff1242eae4930fc85e6ee5 (diff)
port-probe: enable probing for Vendor
Diffstat (limited to 'src/mm-port-probe.h')
-rw-r--r--src/mm-port-probe.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mm-port-probe.h b/src/mm-port-probe.h
index 46b03bc6..a011da25 100644
--- a/src/mm-port-probe.h
+++ b/src/mm-port-probe.h
@@ -33,6 +33,7 @@
/* Flags to request port probing */
#define MM_PORT_PROBE_AT 0x0001
#define MM_PORT_PROBE_AT_CAPABILITIES 0x0002
+#define MM_PORT_PROBE_AT_VENDOR 0x0004
/* Flags to report probed capabilities */
#define MM_PORT_PROBE_CAPABILITY_GSM 0x0001 /* GSM */
@@ -93,8 +94,9 @@ gboolean mm_port_probe_run_finish (MMPortProbe *self,
gboolean mm_port_probe_run_cancel (MMPortProbe *self);
/* Probing result getters */
-gboolean mm_port_probe_is_at (MMPortProbe *self);
-guint32 mm_port_probe_get_capabilities (MMPortProbe *self);
+gboolean mm_port_probe_is_at (MMPortProbe *self);
+guint32 mm_port_probe_get_capabilities (MMPortProbe *self);
+const gchar *mm_port_probe_get_vendor (MMPortProbe *self);
#endif /* MM_PORT_PROBE_H */