From e12059711346f72f73cb3595548f75d88aef56d1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 7 Nov 2004 16:28:25 +0000 Subject: cleaned up the code a fair amount, but there are still lots of bugs bugs bugs... svn path=/trunk/externals/hcs/hid/; revision=2238 --- hid_linux.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hid_linux.c') diff --git a/hid_linux.c b/hid_linux.c index 28732cd..9b86fec 100644 --- a/hid_linux.c +++ b/hid_linux.c @@ -37,9 +37,9 @@ * which would be very annoying. */ -t_int hid_output_events(t_hid *x) +t_int hid_get_events(t_hid *x) { - DEBUG(post("hid_output_events");); + DEBUG(post("hid_get_events");); /* for debugging, counts how many events are processed each time hid_read() is called */ t_int i; @@ -217,9 +217,9 @@ t_int hid_close_device(t_hid *x) return (close(x->x_fd)); } -t_int hid_devicelist_refresh(t_hid *x) +t_int hid_build_device_list(t_hid *x) { - DEBUG(post("hid_devicelist_refresh");); + DEBUG(post("hid_build_device_list");); /* the device list should be refreshed here */ /* * since in GNU/Linux the device list is the input event devices -- cgit v1.2.1