aboutsummaryrefslogtreecommitdiff
path: root/hid.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-04 17:24:18 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-04 17:24:18 +0000
commitc0cf43d9e8b028a899af16a16e81dfe4729b6c95 (patch)
tree7e2e802921ccb49129a0eb694e1f7b945eb4dccc /hid.h
parente997a439fdc98c86368506bf832f8b069fe5e4ee (diff)
cleaned up Darwin side after Linux work; laid out Darwin structure and got device opening working
svn path=/trunk/externals/hcs/hid/; revision=2206
Diffstat (limited to 'hid.h')
-rw-r--r--hid.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/hid.h b/hid.h
index c719552..9637830 100644
--- a/hid.h
+++ b/hid.h
@@ -11,7 +11,7 @@
*/
#include "input_arrays.h"
-static char *version = "$Revision: 1.4 $";
+static char *version = "$Revision: 1.5 $";
/*------------------------------------------------------------------------------
* CLASS DEF
@@ -28,9 +28,10 @@ typedef struct _hid
t_int x_read_ok;
t_int x_started;
t_int x_delay;
- t_int x_vendorID;
- t_int x_productID;
- t_int x_locID;
+ long x_locID;
+/* these two are probably unnecessary */
+ long x_vendorID;
+ long x_productID;
} t_hid;