mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
- Use CLOCK_MONOTONIC instead of CLOCK_REALTIME, because CLOCK_MONOTONIC does not wrap into negative in near future. This fixes any potential problems using "pthread_cond_timedwait()". - Fix a bug where the "libusb_wait_for_event()" function computes an absolute timeout instead of a relative timeout. USB transfers do not depend on this timeout value. - Add dependency towards LibPthread to Makefile, because LibUSB v1.0 needs this library to function correctly. MFC after: 1 week |
||
|---|---|---|
| .. | ||
| libusb.3 | ||
| libusb.h | ||
| libusb01.c | ||
| libusb10.c | ||
| libusb10.h | ||
| libusb10_desc.c | ||
| libusb10_io.c | ||
| libusb20.3 | ||
| libusb20.c | ||
| libusb20.h | ||
| libusb20_desc.c | ||
| libusb20_desc.h | ||
| libusb20_int.h | ||
| libusb20_ugen20.c | ||
| Makefile | ||
| usb.h | ||