From f632ec8b79a1620609b05bb0f765221b6fa60026 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 11 Jun 2005 03:04:40 +0000 Subject: - 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 --- hid.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hid.h') 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 ); -- cgit v1.2.1