diff options
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 |