aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-28 02:54:54 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-28 02:54:54 +0000
commitb4b4ddefecfb004e37a5ca3c2d86bfa3312a7064 (patch)
treed43999ffe9f1c238090dd13ecf010b7208d98874
parent5ef639f6333f15d03ae9982140e6b1a74d49dd4c (diff)
getting ready for release 0.4
svn path=/trunk/externals/hcs/hid/; revision=2334
-rw-r--r--TODO17
-rw-r--r--hid.h4
2 files changed, 7 insertions, 14 deletions
diff --git a/TODO b/TODO
index 635cca0..92a5aec 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,5 @@
==============================================================================
-= write hid_print()
-
-- MacOS X (device/element list)
-
-- GNU/Linux
-
-==============================================================================
= define generic event timestamp struct (probably Pd-ized input_event )
The question is whether the timeval is needed at all. Linux and Darwin
@@ -92,11 +85,11 @@ void hid_post(const char *format, const char *);
the events.
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ /++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ \++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/
______________________________________________________________________________
- BUG: getting events from the queue doesn't output a 0 value event when the
diff --git a/hid.h b/hid.h
index c406e43..428a4b1 100644
--- a/hid.h
+++ b/hid.h
@@ -12,9 +12,9 @@
#include "input_arrays.h"
#define HID_MAJOR_VERSION 0
-#define HID_MINOR_VERSION 1
+#define HID_MINOR_VERSION 4
-static char *version = "$Revision: 1.11 $";
+static char *version = "$Revision: 1.12 $";
/*------------------------------------------------------------------------------
* CLASS DEF