summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-02-23 19:11:02 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-02-23 19:11:02 +0000
commite670e22f917c5a42668f3dbd193520061d2f9f41 (patch)
tree19e670203a70569bab11c067ac4dc1874d704a8f /hcid/dbus.h
parentcc09f169b938119eb6b38dad8f880e8636f4eeb1 (diff)
Add support for reading the minor device class
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index 1e464861..dfc2d37d 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -114,6 +114,7 @@ int get_default_dev_id(void);
#define DEV_GET_FEATURES "GetFeatures"
#define DEV_GET_MAJOR_CLASS "GetMajorClass"
#define DEV_GET_MANUFACTURER "GetManufacturer"
+#define DEV_GET_MINOR_CLASS "GetMinorClass"
#define DEV_GET_MODE "GetMode"
#define DEV_GET_NAME "GetName"
#define DEV_GET_REVISION "GetRevision"
@@ -150,6 +151,7 @@ int get_default_dev_id(void);
#define DEV_GET_FEATURES_SIGNATURE __END_SIG__
#define DEV_GET_MAJOR_CLASS_SIGNATURE __END_SIG__
#define DEV_GET_MANUFACTURER_SIGNATURE __END_SIG__
+#define DEV_GET_MINOR_CLASS_SIGNATURE __END_SIG__
#define DEV_GET_MODE_SIGNATURE __END_SIG__
#define DEV_GET_NAME_SIGNATURE __END_SIG__
#define DEV_GET_REVISION_SIGNATURE __END_SIG__