diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-09-10 11:40:23 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:20 +0100 |
commit | b73fb8e8f27ac34ec5aa16e3e5a3605b03dbe740 (patch) | |
tree | a75c866c25906dc7d67517e979495984075ddc8b /src/mm-port-probe.h | |
parent | 1f9fd9e0beba7fd90c46d057c849fb007001b75f (diff) |
port-probe: enable probing for Product
Diffstat (limited to 'src/mm-port-probe.h')
-rw-r--r-- | src/mm-port-probe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-port-probe.h b/src/mm-port-probe.h index a011da25..4616fe66 100644 --- a/src/mm-port-probe.h +++ b/src/mm-port-probe.h @@ -34,6 +34,7 @@ #define MM_PORT_PROBE_AT 0x0001 #define MM_PORT_PROBE_AT_CAPABILITIES 0x0002 #define MM_PORT_PROBE_AT_VENDOR 0x0004 +#define MM_PORT_PROBE_AT_PRODUCT 0x0008 /* Flags to report probed capabilities */ #define MM_PORT_PROBE_CAPABILITY_GSM 0x0001 /* GSM */ @@ -97,6 +98,7 @@ gboolean mm_port_probe_run_cancel (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); +const gchar *mm_port_probe_get_product (MMPortProbe *self); #endif /* MM_PORT_PROBE_H */ |