diff options
author | Dan Williams <dcbw@redhat.com> | 2011-02-14 12:07:28 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-02-14 16:37:50 -0600 |
commit | 915dd85d23916d44c7567b482a7a8dedf7283f1e (patch) | |
tree | 530bc6addf216faddb7e9595ccbd7998f8ed1ef9 /introspection | |
parent | 54164f475b527d05f391f02122ace7c97325cf35 (diff) | |
download | NetworkManager-915dd85d23916d44c7567b482a7a8dedf7283f1e.tar.gz |
api: update device types to match NetworkManager.h
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/nm-device.xml | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml index 016c121e72..413798365a 100644 --- a/introspection/nm-device.xml +++ b/introspection/nm-device.xml @@ -169,12 +169,27 @@ </tp:enumvalue> <tp:enumvalue suffix="GSM" value="3"> <tp:docstring> - The device is a GSM-based cellular WAN device. + The device is a GSM/GPRS/EDGE/UMTS/HSPA cellular WAN device. </tp:docstring> </tp:enumvalue> <tp:enumvalue suffix="CDMA" value="4"> <tp:docstring> - The device is a CDMA/IS-95-based cellular WAN device. + The device is a CDMA IS-95/1xRTT/EVDO cellular WAN device. + </tp:docstring> + </tp:enumvalue> + <tp:enumvalue suffix="BT" value="5"> + <tp:docstring> + The device is Bluetooth device that provides PAN or DUN capabilities. + </tp:docstring> + </tp:enumvalue> + <tp:enumvalue suffix="OLPC_MESH" value="6"> + <tp:docstring> + The device is an OLPC mesh networking device. + </tp:docstring> + </tp:enumvalue> + <tp:enumvalue suffix="WIMAX" value="7"> + <tp:docstring> + The device is an 802.16e Mobile WiMAX device. </tp:docstring> </tp:enumvalue> </tp:enum> |