From c0cf43d9e8b028a899af16a16e81dfe4729b6c95 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 4 Nov 2004 17:24:18 +0000 Subject: cleaned up Darwin side after Linux work; laid out Darwin structure and got device opening working svn path=/trunk/externals/hcs/hid/; revision=2206 --- hid.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'hid.h') 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; -- cgit v1.2.1