summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
authorMartin Xu <martin.xu@intel.com>2009-11-23 15:56:53 +0800
committerMarcel Holtmann <marcel@holtmann.org>2009-11-23 09:16:49 +0100
commit4384b4c1fc51071f3a4b6c653f05f4e3357d0c2c (patch)
tree8cf0247e88de61018554e5766b30f85107be9ee1 /include/device.h
parent2492a396e46cad5fa5d32034f4fa29742fc85a6b (diff)
downloadconnman-4384b4c1fc51071f3a4b6c653f05f4e3357d0c2c.tar.gz
connman-4384b4c1fc51071f3a4b6c653f05f4e3357d0c2c.tar.bz2
connman-4384b4c1fc51071f3a4b6c653f05f4e3357d0c2c.zip
Add device type CONNMAN_DEVICE_TYPE_CELLULAR
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/device.h b/include/device.h
index f1c12b1f..726eab3d 100644
--- a/include/device.h
+++ b/include/device.h
@@ -41,7 +41,8 @@ enum connman_device_type {
CONNMAN_DEVICE_TYPE_WIFI = 2,
CONNMAN_DEVICE_TYPE_WIMAX = 3,
CONNMAN_DEVICE_TYPE_BLUETOOTH = 4,
- CONNMAN_DEVICE_TYPE_GPS = 5,
+ CONNMAN_DEVICE_TYPE_CELLULAR = 5,
+ CONNMAN_DEVICE_TYPE_GPS = 6,
CONNMAN_DEVICE_TYPE_MBM = 14,
CONNMAN_DEVICE_TYPE_HSO = 15,
CONNMAN_DEVICE_TYPE_NOZOMI = 16,