diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-05-24 12:35:44 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-05 19:15:15 +0200 |
commit | 700ebc5c07ce667204f95dbe61716234131c15fb (patch) | |
tree | b31f281dbcd072cbb360847f858e0eda5af67a8f /introspection | |
parent | 1c67d050cb0451a63c8fdb0bd673892bdc04e4e0 (diff) |
api,introspection: rename 'ModemCapabilities' to 'SupportedCapabilities'
And also make it a list of masks, specifying which are the specific combinations
supported, not just one mask with all.
E.g.:
-------------------------
Hardware | manufacturer: 'Sierra Wireless, Incorporated'
| model: 'MC7710'
| revision: 'SWI9200X_03.05.19.04ap r5475 carmd-en-10527 2012/09/17 17:57:14'
| supported: 'gsm-umts
| gsm-umts, lte'
| current: 'gsm-umts, lte'
| equipment id: '358178040668164'
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index ba540ac8..46fa97dd 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -200,17 +200,17 @@ <property name="Sim" type="o" access="read" /> <!-- - ModemCapabilities: + SupportedCapabilities: - Bitmask of <link linkend="MMModemCapability">MMModemCapability</link> - values, specifying the generic family of access technologies the modem - supports. + List of <link linkend="MMModemCapability">MMModemCapability</link> + values, specifying the combinations of generic family of access + technologies the modem supports. - Not all capabilities are available at the same time however; some - modems require a firmware reload or other reinitialization to switch - between e.g. CDMA/EVDO and GSM/UMTS. + If the modem doesn't allow changing the current capabilities, a single entry with + <link linkend="MM-MODEM-CAPABILITY-ANY:CAPS"><constant>MM_MODEM_CAPABILITY_ANY</constant></link> + will be given. --> - <property name="ModemCapabilities" type="u" access="read" /> + <property name="SupportedCapabilities" type="au" access="read" /> <!-- CurrentCapabilities: |