[PD-cvs] externals/hcs/hid hid_linux.h, NONE, 1.1 hid_linux.c, 1.10, 1.11

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri May 20 22:44:39 CEST 2005


Update of /cvsroot/pure-data/externals/hcs/hid
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26323

Modified Files:
	hid_linux.c 
Added Files:
	hid_linux.h 
Log Message:
created header so that [linuxhid] can share code

--- NEW FILE: hid_linux.h ---
#ifndef _HID_LINUX_H
#define _HID_LINUX_H


/*
 * these are exported so they can be used in the implementation of [linuxhid]
 */
void hid_print(t_hid* x);
t_int hid_open_device(t_hid *x, t_int device_number);
t_int hid_close_device(t_hid *x);
t_int hid_build_device_list(t_hid *x);


#endif /* ! _HID_LINUX_H */

Index: hid_linux.c
===================================================================
RCS file: /cvsroot/pure-data/externals/hcs/hid/hid_linux.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** hid_linux.c	28 Apr 2005 04:29:58 -0000	1.10
--- hid_linux.c	20 May 2005 20:44:37 -0000	1.11
***************
*** 1,2 ****
--- 1,3 ----
+ /* this code only works for Linux kernels */
  #ifdef __linux__
  





More information about the Pd-cvs mailing list