summaryrefslogtreecommitdiff
path: root/introspection/nm-device.xml
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-02-14 12:07:28 -0600
committerDan Williams <dcbw@redhat.com>2011-02-14 16:37:50 -0600
commit915dd85d23916d44c7567b482a7a8dedf7283f1e (patch)
tree530bc6addf216faddb7e9595ccbd7998f8ed1ef9 /introspection/nm-device.xml
parent54164f475b527d05f391f02122ace7c97325cf35 (diff)
downloadNetworkManager-915dd85d23916d44c7567b482a7a8dedf7283f1e.tar.gz
api: update device types to match NetworkManager.h
Diffstat (limited to 'introspection/nm-device.xml')
-rw-r--r--introspection/nm-device.xml19
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>