freebsd-skq/lib/libusb
hselasky 4dd0cbb180 LibUSB v1.0 API compiliance and bugfixes.
- 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
2012-06-12 07:28:25 +00:00
..
libusb01.c
libusb10_desc.c Add missing LibUSB 1.0 API function: libusb_get_string_descriptor(). 2012-05-07 14:07:13 +00:00
libusb10_io.c LibUSB v1.0 API compiliance and bugfixes. 2012-06-12 07:28:25 +00:00
libusb10.c LibUSB v1.0 API compiliance and bugfixes. 2012-06-12 07:28:25 +00:00
libusb10.h
libusb20_desc.c Fix some compile warnings. 2012-04-20 14:29:45 +00:00
libusb20_desc.h Add definition of some USB 3.0 descriptors to libusb 1.0 and libusb 2.0. 2011-11-09 19:03:26 +00:00
libusb20_int.h
libusb20_ugen20.c Fix some compile warnings. 2012-04-20 14:29:45 +00:00
libusb20.3 mdoc: minor Bl improvements. 2012-06-02 08:47:26 +00:00
libusb20.c Fix some compile warnings. 2012-04-20 14:29:45 +00:00
libusb20.h
libusb.3 General mdoc(7) and typo fixes. 2012-05-11 20:06:46 +00:00
libusb.h Add missing LibUSB 1.0 API function: libusb_get_string_descriptor(). 2012-05-07 14:07:13 +00:00
Makefile LibUSB v1.0 API compiliance and bugfixes. 2012-06-12 07:28:25 +00:00
usb.h