diff options
-rw-r--r-- | introspection/org.freedesktop.ModemManager.Modem.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.xml b/introspection/org.freedesktop.ModemManager.Modem.xml index ed13cd3c..a65759d5 100644 --- a/introspection/org.freedesktop.ModemManager.Modem.xml +++ b/introspection/org.freedesktop.ModemManager.Modem.xml @@ -190,6 +190,11 @@ </property> <tp:enum name="MM_MODEM_TYPE" type="u"> + <tp:enumvalue suffix="UNKNOWN" value="0"> + <tp:docstring> + Unknown device. + </tp:docstring> + </tp:enumvalue> <tp:enumvalue suffix="GSM" value="1"> <tp:docstring> A GSM device. |