commit | 8476804b283cfed82aec5e45301b51be3ad68e99 | [log] [tgz] |
---|---|---|
author | Chris Dickens <christopher.a.dickens@gmail.com> | Tue Apr 28 12:17:50 2020 -0700 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Tue Apr 28 12:17:50 2020 -0700 |
tree | 6af16f0eba9e48cfcf322f29a6c6ce55d99f48fe | |
parent | d21956dc3357bb40cde6d47eaf2497caf8d0a2de [diff] |
descriptor: Remove usbi_get_config_index_by_value() Only one caller of this function exists and it lives in the descriptor source code. Remove the function and merge it into the function that calls it. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD, Haiku and Solaris userspace. It is written in C (Haiku backend in C++) and licensed under the GNU Lesser General Public License version 2.1 or, at your option, any later version (see COPYING).
libusb is abstracted internally in such a way that it can hopefully be ported to other operating systems. Please see the PORTING file for more information.
libusb homepage: http://libusb.info/
Developers will wish to consult the API documentation: http://api.libusb.info
Use the mailing list for questions, comments, etc: http://mailing-list.libusb.info
(Please use the mailing list rather than mailing developers directly)