diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-15 01:50:17 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-15 01:50:17 +0000 |
commit | 52116dbc660c218a7b45c776cbd4dbd1a47fd2c2 (patch) | |
tree | bc897b3aac9047b0c40f2567cb546480c171bde5 /hid.h | |
parent | 6d4e94badc1044dee6eb9177c8f398fe8f736a14 (diff) |
- renamed variables for clarity
- added section to test the new instance tracking in output messages
svn path=/trunk/externals/hcs/hid/; revision=5600
Diffstat (limited to 'hid.h')
-rw-r--r-- | hid.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |