diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-19 00:58:36 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-19 00:58:36 +0200 |
commit | 79fdddccbfccd50f2c4d98d90fc707061c39d1f5 (patch) | |
tree | 49e2eb7f44cf05b8d869ceeeebe0164c9a512ee8 /introspection/org.freedesktop.ModemManager1.Modem.xml | |
parent | e123c7d5b43cd4fb63d7f1fbdb44fbb641e410ac (diff) |
api,modem: new 'PrimaryPort' property
We do need to specify which is the primary port being used for controlling the
modem. This allows us to match the device with an already existing bluetooth
device in NetworkManager.
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index 06c4116b..9a1a5126 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -297,6 +297,13 @@ <property name="Plugin" type="s" access="read" /> <!-- + PrimaryPort: + + The name of the primary port using to control the modem. + --> + <property name="PrimaryPort" type="s" access="read" /> + + <!-- EquipmentIdentifier: The identity of the device. |