summaryrefslogtreecommitdiffstats
path: root/lib/libusb
Commit message (Expand)AuthorAgeFilesLines
* MFC r307774:trasz2016-12-191-2/+2
* MFC r305284:hselasky2016-09-091-2/+13
* Resolve issue with libusb C++ header file inclusion.hselasky2016-06-242-5/+5
* Add support for USB streams to the LibUSB v1.0 API and update thehselasky2016-06-236-2/+83
* Implement libusb_hotplug_register_callback() andhselasky2016-06-226-1/+349
* Add missing return statement.hselasky2016-06-161-0/+1
* Add multiple missing descriptor parsing functions to the LibUSB v1.0 API.hselasky2016-06-164-2/+290
* Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API.hselasky2016-06-166-4/+47
* Add support for libusb_get_port_number() to the LibUSB v1.0 API.hselasky2016-06-163-1/+16
* Define LIBUSB_API_VERSION.hselasky2016-06-161-0/+2
* Implement libusb_get_version() and update libusb manual page.hselasky2016-06-164-1/+32
* Fix compile warning.hselasky2016-06-131-1/+1
* Implement code to stop all USB endpoints before executing a USB devicehselasky2016-06-121-2/+14
* lib: minor spelling fixes in comments.pfg2016-05-011-1/+1
* MFHgjb2016-04-111-2/+2
|\
| * USB: replace 0 with NULL for pointers.pfg2016-04-091-2/+2
* | First pass through library packaging.gjb2016-02-041-0/+1
|/
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-251-1/+0
* Remove redundant COMPAT_32BIT guard on pkgconfig files. This is already handledbdrewery2015-10-031-2/+2
* Replace beforeinstall: handling with FILES.bdrewery2015-09-181-10/+3
* bsd.lib.mk has to be included after MLINKS assignmentantoine2015-08-151-2/+2
* libusb: Fix minor cast-qual warning.pfg2015-07-201-5/+3
* Remove unused variables to silence CLANG warnings.araujo2015-06-242-14/+4
* Add META_MODE support.sjg2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-275-5/+12
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-192-0/+10
| |\
| * \ Merge head from 7/28sjg2014-08-192-1/+3
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+1
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge headsjg2014-04-276-18/+87
| |\ \ \
| * \ \ \ Merge from headsjg2013-09-0514-64/+189
| |\ \ \ \
| * \ \ \ \ sync from headsjg2013-04-1216-31/+190
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | Updated/new Makefile.dependsjg2012-11-081-0/+4
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Sync from headsjg2012-11-048-23/+81
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+16
* | | | | | | | | | Add more USB request definitions. The values are described in sectionhselasky2015-01-162-0/+8
* | | | | | | | | | Fix spelling.hselasky2015-01-141-2/+2
* | | | | | | | | | mdoc: improvements to SEE ALSO.joel2014-12-271-1/+1
* | | | | | | | | | Convert libraries to use LIBADDbapt2014-11-251-2/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | only install .pc files when we are not installing 32bit compat libs...jmg2014-10-271-0/+2
* | | | | | | | | Add more USB class codes.hselasky2014-08-181-0/+8
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Update reported libusb version to 1.0.13emaste2014-06-051-1/+1
* | | | | | | | Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-APIhselasky2014-05-251-0/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Tune buffer sizes for SuperSpeed USB when using LibUSB v0.1 and v1.0hselasky2014-04-112-0/+5
* | | | | | | libusb: add libusb_log_level enumeadler2014-03-141-0/+13
* | | | | | | Comply to the official LibUSB v1.0 API:hselasky2014-01-281-7/+3
* | | | | | | Implement two new libusb API functions.hselasky2014-01-054-11/+66
| |_|_|_|_|/ |/| | | | |
OpenPOWER on IntegriCloud