diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-04-28 11:56:59 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2011-04-28 12:02:15 +0200 |
commit | 573dcd51c0dace9389f879a3cdd0230ec728dcb6 (patch) | |
tree | 9f7ea6f0cbb7dc4f8df99136c4e79787f2d22ba8 | |
parent | 0cce1f4e4c108429aadc9db35236abd07aea55d2 (diff) |
introspection: add missing UMTS 2600 band reference
-rw-r--r-- | introspection/org.freedesktop.ModemManager.Modem.Gsm.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml index 78da9a44..75cdeb09 100644 --- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml +++ b/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml @@ -100,6 +100,9 @@ <tp:flag suffix="U1900" value="0x1000"> <tp:docstring>WCDMA 3GPP UMTS 1900 MHz (Class II)</tp:docstring> </tp:flag> + <tp:flag suffix="U2600" value="0x2000"> + <tp:docstring>WCDMA 3GPP UMTS 2600 MHz (Class VII, internal)</tp:docstring> + </tp:flag> </tp:flags> <tp:enum name="MM_MODEM_GSM_ALLOWED_MODE" type="u"> |