Rename all interface parameters to usb_interface or interface_number
authorPete Batard <pbatard@gmail.com>
Mon, 15 Feb 2010 01:47:30 +0000 (19:47 -0600)
committerDaniel Drake <dan@reactivated.net>
Tue, 18 May 2010 22:08:03 +0000 (19:08 -0300)
commit8aceb5c99056aaed6e6f2db1b303817e37e9fe8c
tree4318b3cef03697739ca4e19d531a362db4840ff1
parentd7031ee8e1c449af23b2674fe18d9fc652c9bd80
Rename all interface parameters to usb_interface or interface_number

Remove the use of the ambiguous "interface" where possible without
breaking the API.
'interface' is a preprocessor #define already associated with COM on Windows,
that can cause a conflict as soon as windows.h is included.

There are a few more places where interface is still used, which should
be changed for libusb-2.0
AUTHORS
libusb/core.c
libusb/descriptor.c
libusb/libusb.h
libusb/libusbi.h