diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-12-18 15:50:53 +0100 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2019-01-03 18:53:52 +0000 |
commit | f35d64a8992a06e75585c774090e407ae21f24fe (patch) | |
tree | cfec844fb190d153bb43f45f19d2d31b5ec9881e /introspection | |
parent | 67b3b830c87e79827a9934362e673e1a23116026 (diff) |
api,firmware: expose firmware version
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml b/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml index 8e4a4f72..c2fe7eb0 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml @@ -122,6 +122,7 @@ Detailed settings that provide information about how the module should be updated. + The settings are given as a <link linkend="MMModemFirmwareUpdateMethod">MMModemFirmwareUpdateMethod</link> value specifying the type of firmware update procedure expected followed by a dictionary that includes other parameters applicable to the specific method. @@ -142,6 +143,15 @@ <literal>"USB\VID_413C&PID_81D7"</literal> and <literal>"USB\VID_413C"</literal>. </listitem> </varlistentry> + <varlistentry><term><literal>"version"</literal></term> + <listitem> + (Required) This property exposes the current firmware version string of the module. + If the module uses separate version numbers for firmware version and carrier configuration, + this version string will be a combination of both, and so it may be different to the + version string showed in the #org.freedesktop.ModemManager1.Modem:Revision property. + (signature <literal>'s'</literal>) + </listitem> + </varlistentry> <varlistentry><term><literal>"fastboot-at"</literal></term> <listitem> (Required) This property exposes the AT command that should be sent to the |