diff options
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml b/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml index 3d007591..8e4a4f72 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml @@ -134,6 +134,14 @@ following additional settings: </para> <variablelist> + <varlistentry><term><literal>"device-ids"</literal></term> + <listitem> + (Required) This property exposes the list of device IDs associated to a given + device, from most specific to least specific. (signature <literal>'as'</literal>). + E.g. a list containing: <literal>"USB\VID_413C&PID_81D7&REV_0001"</literal>, + <literal>"USB\VID_413C&PID_81D7"</literal> and <literal>"USB\VID_413C"</literal>. + </listitem> + </varlistentry> <varlistentry><term><literal>"fastboot-at"</literal></term> <listitem> (Required) This property exposes the AT command that should be sent to the |