aboutsummaryrefslogtreecommitdiff
path: root/hidio.h
diff options
context:
space:
mode:
Diffstat (limited to 'hidio.h')
-rw-r--r--hidio.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/hidio.h b/hidio.h
index 9461358..eab0cf0 100644
--- a/hidio.h
+++ b/hidio.h
@@ -35,7 +35,7 @@ typedef void t_clock;
#define HIDIO_MAJOR_VERSION 0
#define HIDIO_MINOR_VERSION 0
-/* static char *version = "$Revision: 1.3 $"; */
+/* static char *version = "$Revision: 1.4 $"; */
/*------------------------------------------------------------------------------
* GLOBAL DEFINES
@@ -61,8 +61,9 @@ typedef void t_clock;
#define REQUEST_OPEN 1
#define REQUEST_READ 2
#define REQUEST_SEND 3
-#define REQUEST_CLOSE 4
-#define REQUEST_QUIT 5
+#define REQUEST_INFO 4
+#define REQUEST_CLOSE 5
+#define REQUEST_QUIT 6
/*------------------------------------------------------------------------------