summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-02-14 10:58:53 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:15:07 +0100
commitc8f525ee47fcdf70283043141ea2d1ece31d247b (patch)
treee7ed73292eeb378911290f7f100f33b9a3926bbf /include
parentf72f68b311b5c283494f0ba329c73d053b4a4280 (diff)
downloadModemManager-c8f525ee47fcdf70283043141ea2d1ece31d247b.tar.gz
api,header: added new Iridium capability
Diffstat (limited to 'include')
-rw-r--r--include/ModemManager-enums.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h
index db10a93c0..5989de38d 100644
--- a/include/ModemManager-enums.h
+++ b/include/ModemManager-enums.h
@@ -33,6 +33,7 @@
* @MM_MODEM_CAPABILITY_GSM_UMTS: Modem supports at least one of GSM, GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability.
* @MM_MODEM_CAPABILITY_LTE: Modem has LTE data capability.
* @MM_MODEM_CAPABILITY_LTE_ADVANCED: Modem has LTE Advanced data capability.
+ * @MM_MODEM_CAPABILITY_IRIDIUM: Modem has Iridium capabilities.
*
* Flags describing one or more of the general access technology families that a
* modem supports.
@@ -44,6 +45,7 @@ typedef enum { /*< underscore_name=mm_modem_capability >*/
MM_MODEM_CAPABILITY_GSM_UMTS = 1 << 2,
MM_MODEM_CAPABILITY_LTE = 1 << 3,
MM_MODEM_CAPABILITY_LTE_ADVANCED = 1 << 4,
+ MM_MODEM_CAPABILITY_IRIDIUM = 1 << 5,
} MMModemCapability;
/**