diff options
author | Ben Chan <benchan@chromium.org> | 2017-09-17 19:58:11 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-09-20 09:56:23 -0700 |
commit | e32510418a5d3a10d87d6ae49cd4e1ec9b7b0e38 (patch) | |
tree | 993b1ff273a6db3cac8987fa58e459ab46032a3c /introspection | |
parent | 795ecad0e6e439267ea327fbddd84a06cba402e4 (diff) |
api,introspection: new 'HardwareRevision' property
This property will let the clients know the hardware revision reported
by the modem.
Diffstat (limited to 'introspection')
-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 a5a236c5..23dd3b59 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -286,6 +286,13 @@ <property name="Revision" type="s" access="read" /> <!-- + HardwareRevision: + + The revision identification of the hardware, as reported by the modem. + --> + <property name="HardwareRevision" type="s" access="read" /> + + <!-- DeviceIdentifier: A best-effort device identifier based on various device information like |