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.c | |
parent | 20693529ef9af82f74822745b8b85f5a534c793b (diff) |
iridium: add initial dummy plugin
Diffstat (limited to 'src/mm-plugin-base.c')
-rw-r--r-- | src/mm-plugin-base.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin-base.c b/src/mm-plugin-base.c index e9591236..2c56c7b4 100644 --- a/src/mm-plugin-base.c +++ b/src/mm-plugin-base.c @@ -444,6 +444,7 @@ static struct modem_caps modem_caps[] = { {"+ES", MM_PLUGIN_BASE_PORT_CAP_ES}, {"+MS", MM_PLUGIN_BASE_PORT_CAP_MS}, {"+FCLASS", MM_PLUGIN_BASE_PORT_CAP_FCLASS}, + {"+WIRIDIUM", MM_PLUGIN_BASE_PORT_CAP_IRIDIUM}, {NULL} }; |