diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-09-10 16:20:11 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:20 +0100 |
commit | 610bffc4e817fa04dcde19d31584b194038fdde6 (patch) | |
tree | ceecda3d8425173f5de4d1406e1128cee0e9702f /src/mm-port-probe.h | |
parent | b73fb8e8f27ac34ec5aa16e3e5a3605b03dbe740 (diff) |
port-probe: enable probing for QCDM support
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 4616fe66..0b14c34b 100644 --- a/src/mm-port-probe.h +++ b/src/mm-port-probe.h @@ -35,6 +35,7 @@ #define MM_PORT_PROBE_AT_CAPABILITIES 0x0002 #define MM_PORT_PROBE_AT_VENDOR 0x0004 #define MM_PORT_PROBE_AT_PRODUCT 0x0008 +#define MM_PORT_PROBE_QCDM 0x0010 /* Flags to report probed capabilities */ #define MM_PORT_PROBE_CAPABILITY_GSM 0x0001 /* GSM */ @@ -96,6 +97,7 @@ gboolean mm_port_probe_run_cancel (MMPortProbe *self); /* Probing result getters */ gboolean mm_port_probe_is_at (MMPortProbe *self); +gboolean mm_port_probe_is_qcdm (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); |