diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-06-02 16:32:04 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-17 13:25:02 +0100 |
commit | 670f560b3d2e1fdc622a078a333f96f73b960533 (patch) | |
tree | 960d795df50012571d08257c21799b3113d0fa08 /src/mm-plugin-base.h | |
parent | 20693529ef9af82f74822745b8b85f5a534c793b (diff) |
iridium: add initial dummy plugin
Diffstat (limited to 'src/mm-plugin-base.h')
-rw-r--r-- | src/mm-plugin-base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin-base.h b/src/mm-plugin-base.h index 5b049a48..48bec97e 100644 --- a/src/mm-plugin-base.h +++ b/src/mm-plugin-base.h @@ -38,6 +38,7 @@ #define MM_PLUGIN_BASE_PORT_CAP_IS856_A 0x0200 /* CDMA 3G EVDO rev A */ #define MM_PLUGIN_BASE_PORT_CAP_QCDM 0x0400 /* QCDM-capable port */ #define MM_PLUGIN_BASE_PORT_CAP_AT 0x0800 /* Responds to AT commands */ +#define MM_PLUGIN_BASE_PORT_CAP_IRIDIUM 0x1000 /* Iridium */ #define MM_TYPE_PLUGIN_BASE_SUPPORTS_TASK (mm_plugin_base_supports_task_get_type ()) #define MM_PLUGIN_BASE_SUPPORTS_TASK(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_PLUGIN_BASE_SUPPORTS_TASK, MMPluginBaseSupportsTask)) |