Tormod Volden c4285dd49d windows: Cover all enumeration passes explicitly in switch statements
This is only for readability and doesn't change the behaviour.

Several passes were implicitly grouped together in the "default" case,
which made the code unnecessarily hard to read. The reason was that the
number of EXT passes is not known, so those were conveniently treated in
the "default" case together with some non-EXT passes.

Instead introduce a "pass_type" helper variable which has a defined
range, and add all pass types explicitly in the switch statements.

At the same time update the comment which shortly explains the different
passes, it hasn't reflected reality for a long while.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
2023-11-29 18:10:58 +01:00
2023-05-09 22:48:25 +02:00
2020-12-19 13:29:38 -08:00
2022-06-26 17:09:14 +02:00
2022-04-10 10:57:16 +02:00
2022-04-10 10:57:16 +02:00
2007-12-02 22:54:59 +00:00
2022-06-26 17:09:14 +02:00
2016-07-24 20:00:00 -06:00
2020-03-25 00:09:26 -07:00
2020-08-23 17:32:06 +02:00
2016-07-24 20:02:31 -06:00

libusb

Build Status Build Status Coverity Scan Build Status

libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD, Haiku, Solaris userspace, and WebAssembly via WebUSB. 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)

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:30:30.373Z
Readme 4.9 MiB
Languages
C 91.5%
C++ 4.8%
M4 1.3%
Makefile 1.1%
CMake 0.6%
Other 0.6%