summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Xu <martin.xu@intel.com>2010-12-08 16:28:40 +0800
committerSamuel Ortiz <sameo@linux.intel.com>2010-12-08 12:24:58 +0100
commitc48061ba2f015b7a8e82c5c12e1ac30bf06c1f38 (patch)
treebaf3c62bf98a17d9aacae24644eb87acdd1b6d83 /include
parent597ccb4900f3c3d8713529f90a738c6bc6df37c3 (diff)
downloadconnman-c48061ba2f015b7a8e82c5c12e1ac30bf06c1f38.tar.gz
connman-c48061ba2f015b7a8e82c5c12e1ac30bf06c1f38.tar.bz2
connman-c48061ba2f015b7a8e82c5c12e1ac30bf06c1f38.zip
Add CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE_GADGET
Diffstat (limited to 'include')
-rw-r--r--include/device.h1
-rw-r--r--include/service.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h
index 31aa92b8..c5e005d7 100644
--- a/include/device.h
+++ b/include/device.h
@@ -43,6 +43,7 @@ enum connman_device_type {
CONNMAN_DEVICE_TYPE_BLUETOOTH = 4,
CONNMAN_DEVICE_TYPE_CELLULAR = 5,
CONNMAN_DEVICE_TYPE_GPS = 6,
+ CONNMAN_DEVICE_TYPE_GADGET = 7,
CONNMAN_DEVICE_TYPE_VENDOR = 10000,
};
diff --git a/include/service.h b/include/service.h
index 16d10f2a..e67dd422 100644
--- a/include/service.h
+++ b/include/service.h
@@ -44,6 +44,7 @@ enum connman_service_type {
CONNMAN_SERVICE_TYPE_CELLULAR = 6,
CONNMAN_SERVICE_TYPE_GPS = 7,
CONNMAN_SERVICE_TYPE_VPN = 8,
+ CONNMAN_SERVICE_TYPE_GADGET = 9,
};
enum connman_service_mode {