aboutsummaryrefslogtreecommitdiff
path: root/hid.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-11 03:04:40 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-11 03:04:40 +0000
commitf632ec8b79a1620609b05bb0f765221b6fa60026 (patch)
tree679f1650588ff06bd01b859b3157cc6312061789 /hid.h
parente07d12e285c5f7c3abcac12fb8413f532e846124 (diff)
- imported linux/input.h from linux kernel source 2.6.11.11
- now input_arrays have fake names instead of NULL to prevent segfaults svn path=/trunk/externals/hcs/hid/; revision=3165
Diffstat (limited to 'hid.h')
-rw-r--r--hid.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/hid.h b/hid.h
index d1b707b..8f22318 100644
--- a/hid.h
+++ b/hid.h
@@ -14,7 +14,7 @@
#define HID_MAJOR_VERSION 0
#define HID_MINOR_VERSION 5
-static char *version = "$Revision: 1.16 $";
+static char *version = "$Revision: 1.17 $";
/*------------------------------------------------------------------------------
* CLASS DEF
@@ -80,10 +80,9 @@ t_int hid_ff_continue( t_hid *x );
t_int hid_ff_pause( t_hid *x );
t_int hid_ff_reset( t_hid *x );
t_int hid_ff_stopall( t_hid *x );
+
// these are just for testing...
t_int hid_ff_fftest ( t_hid *x, t_float value);
-
-#include "HID_Utilities_External.h"
void hid_ff_print( t_hid *x );