From 0d73c7d8ebc049bf080d28f0c0f96861f4fe2312 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 27 May 2006 23:12:51 +0000 Subject: added some status reporting, and got all the different methods for opening working on Mac OS X; time to fix GNU/Linux now... svn path=/trunk/externals/hcs/hid/; revision=5145 --- hid_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hid_linux.c') diff --git a/hid_linux.c b/hid_linux.c index c6ea2f6..81d511c 100644 --- a/hid_linux.c +++ b/hid_linux.c @@ -389,7 +389,7 @@ t_int hid_get_events(t_hid *x) hid_code=gensym("unknown"); } if( hid_code && hid_input_event.type != EV_SYN ) - hid_output_event(x, ev[hid_input_event.type], hid_code->s_name, + hid_output_event(x, gensym(ev[hid_input_event.type]), hid_code, (t_float)hid_input_event.value); DEBUG(++event_counter;); } -- cgit v1.2.1