|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0 |
|
| #
a0c93fa3 |
| 23-Jun-2016 |
Hans Petter Selasky <[email protected]> |
Add support for USB streams to the LibUSB v1.0 API and update the libusb(3) manual page.
Approved by: re (gjb) Requested by: swills MFC after: 1 week
|
| #
7bdc064b |
| 22-Jun-2016 |
Hans Petter Selasky <[email protected]> |
Implement libusb_hotplug_register_callback() and libusb_hotplug_deregister_callback() for the LibUSB v1.0 API and update the libusb(3) manual page.
Approved by: re (kib) Requested by: swills MFC aft
Implement libusb_hotplug_register_callback() and libusb_hotplug_deregister_callback() for the LibUSB v1.0 API and update the libusb(3) manual page.
Approved by: re (kib) Requested by: swills MFC after: 1 week
show more ...
|
| #
37d0636a |
| 16-Jun-2016 |
Hans Petter Selasky <[email protected]> |
Add multiple missing descriptor parsing functions to the LibUSB v1.0 API.
Approved by: re (kib) Requested by: swills MFC after: 1 week
|
| #
5b40d960 |
| 16-Jun-2016 |
Hans Petter Selasky <[email protected]> |
Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API.
Approved by: re (kostikbel) Requested by: swills MFC after: 1 week
|
| #
14b896ce |
| 16-Jun-2016 |
Hans Petter Selasky <[email protected]> |
Implement libusb_get_version() and update libusb manual page.
Approved by: re (glebius) Requested by: swills MFC after: 1 week
|
|
Revision tags: release/10.3.0 |
|
| #
a70cba95 |
| 04-Feb-2016 |
Glen Barber <[email protected]> |
First pass through library packaging.
Sponsored by: The FreeBSD Foundation
|
| #
43fa36d5 |
| 03-Oct-2015 |
Bryan Drewery <[email protected]> |
Remove redundant COMPAT_32BIT guard on pkgconfig files. This is already handled by the LIBRARIES_ONLY mechanism protecting FILES.
Sponsored by: EMC / Isilon Storage Division
|
| #
de0e3997 |
| 18-Sep-2015 |
Bryan Drewery <[email protected]> |
Replace beforeinstall: handling with FILES.
This actually fixes some cases to respect LIBRARIES_ONLY.
Sponsored by: EMC / Isilon Storage Division
|
| #
84d5c498 |
| 15-Aug-2015 |
Antoine Brodin <[email protected]> |
bsd.lib.mk has to be included after MLINKS assignment
|
|
Revision tags: release/10.2.0 |
|
| #
6b129086 |
| 25-Nov-2014 |
Baptiste Daroussin <[email protected]> |
Convert libraries to use LIBADD While here reduce a bit overlinking
|
|
Revision tags: release/10.1.0 |
|
| #
89ca4e2d |
| 27-Oct-2014 |
John-Mark Gurney <[email protected]> |
only install .pc files when we are not installing 32bit compat libs...
This fixes the problem of installing the .pc files multiple times...
|
|
Revision tags: release/9.3.0, release/10.0.0 |
|
| #
03205428 |
| 05-Jan-2014 |
Hans Petter Selasky <[email protected]> |
Implement two new libusb API functions.
PR: usb/185454 MFC after: 2 weeks
|
|
Revision tags: release/9.2.0 |
|
| #
041d3f3f |
| 25-Jul-2013 |
Rui Paulo <[email protected]> |
Add pkgconf files for libusb.
Reviewed by: hselasky
|
| #
99cd1f32 |
| 14-Jul-2013 |
Hans Petter Selasky <[email protected]> |
Add some missing definitions to build a working FreeBSD's libusb under Linux.
|
|
Revision tags: release/8.4.0 |
|
| #
c77a24c2 |
| 03-May-2013 |
Hans Petter Selasky <[email protected]> |
Add new USB API to get the port path of a USB device.
MFC after: 2 weeks Requested by: emaste @
|
| #
66194130 |
| 13-Mar-2013 |
Hans Petter Selasky <[email protected]> |
- Make the FreeBSD's USB library compile under Linux. - Fix a compile warning where the return value of a call to a write() function was ignored. - Remove redundant include files from userland USB he
- Make the FreeBSD's USB library compile under Linux. - Fix a compile warning where the return value of a call to a write() function was ignored. - Remove redundant include files from userland USB header files. - Add some now needed include files to various C-files.
show more ...
|
| #
aafcb732 |
| 14-Feb-2013 |
Hans Petter Selasky <[email protected]> |
Add USB API to read power draw on USB devices. Update usbconfig to print power draw on USB devices.
MFC after: 2 weeks Submitted by: Matt Burke @ icritical.com
|
|
Revision tags: release/9.1.0 |
|
| #
f7287225 |
| 12-Jun-2012 |
Hans Petter Selasky <[email protected]> |
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
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
show more ...
|
| #
78ed0e49 |
| 07-May-2012 |
Hans Petter Selasky <[email protected]> |
Add missing LibUSB 1.0 API function: libusb_get_string_descriptor().
Reported by: Xiaofan Chen
|
| #
93fab61d |
| 25-Apr-2012 |
Hans Petter Selasky <[email protected]> |
Bump the libusb major version due to the last commit, which changes the libusb 1.0 API. While at it, correct a manual page symlink.
Suggested by: kib @
|
| #
748205a3 |
| 12-Apr-2012 |
Hans Petter Selasky <[email protected]> |
Add missing LibUSB 1.0 API function.
Reported by: lme @ MFC after: 1 week
|
|
Revision tags: release/8.3.0 |
|
| #
4c0392e6 |
| 09-Nov-2011 |
Hans Petter Selasky <[email protected]> |
Add definition of some USB 3.0 descriptors to libusb 1.0 and libusb 2.0. Some header file parts of this patch were taken from a patch submitted by Maya Erez <[email protected]> to the LibUSB devel
Add definition of some USB 3.0 descriptors to libusb 1.0 and libusb 2.0. Some header file parts of this patch were taken from a patch submitted by Maya Erez <[email protected]> to the LibUSB developers list.
MFC after: 1 week
show more ...
|
| #
c61f2561 |
| 19-Sep-2011 |
Hans Petter Selasky <[email protected]> |
Implement missing USB debug information functions.
Approved by: re (kib) MFC after: 1 week
|
| #
ca96e26a |
| 16-Aug-2011 |
Hans Petter Selasky <[email protected]> |
Update LibUSB v1.0 manual page: - fix some minor spelling - fix some style - add description of new function
MFC after: 1 week Approved by: re (kib)
|
| #
2485d8a7 |
| 24-Jun-2011 |
Hans Petter Selasky <[email protected]> |
- Add two new API's to libusb20 which can be used to retrive information about the parent USB device: - libusb20_dev_get_parent_address - libusb20_dev_get_parent_port
- Rename libusb20_compat01.
- Add two new API's to libusb20 which can be used to retrive information about the parent USB device: - libusb20_dev_get_parent_address - libusb20_dev_get_parent_port
- Rename libusb20_compat01.c into libusb01.c
MFC after: 3 days
show more ...
|