From 52116dbc660c218a7b45c776cbd4dbd1a47fd2c2 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 15 Aug 2006 01:50:17 +0000 Subject: - renamed variables for clarity - added section to test the new instance tracking in output messages svn path=/trunk/externals/hcs/hid/; revision=5600 --- hid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hid.h') diff --git a/hid.h b/hid.h index 6a2fd8c..5469f17 100644 --- a/hid.h +++ b/hid.h @@ -15,7 +15,7 @@ #define HID_MAJOR_VERSION 0 #define HID_MINOR_VERSION 7 -/* static char *version = "$Revision: 1.26 $"; */ +/* static char *version = "$Revision: 1.27 $"; */ /*------------------------------------------------------------------------------ * GLOBAL DEFINES @@ -118,7 +118,7 @@ void hid_print(t_hid* x); /* print info to the console */ void hid_platform_specific_info(t_hid* x); /* device info on the status outlet */ void hid_platform_specific_free(t_hid *x); short get_device_number_by_id(unsigned short vendor_id, unsigned short product_id); -short get_device_number_from_usage_list(short device_number, +short get_device_number_from_usage(short device_number, unsigned short usage_page, unsigned short usage); -- cgit v1.2.1