Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve the userspace USB string reading function in LibUSB. | Hans Petter Selasky | 2018-06-26 | 1 | -9/+12 |
* | Allow the libusb20_dev_get_port_path() function to be called when the | Hans Petter Selasky | 2018-03-23 | 3 | -21/+31 |
* | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-26 | 14 | -0/+28 |
* | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
* | Update several more URLs | Eitan Adler | 2017-10-29 | 1 | -1/+1 |
* | libusb(3): Expose device caps as libusb_bos_descriptor::dev_capability | Kyle Evans | 2017-08-09 | 2 | -2/+27 |
* | Fix libusb20_dev_get_desc(3) to use the "vendor product" order, not | Edward Tomasz Napierala | 2016-10-22 | 1 | -2/+2 |
* | Fix array size issue when using the pre-scaling feature for | Hans Petter Selasky | 2016-09-02 | 1 | -2/+13 |
* | Resolve issue with libusb C++ header file inclusion. | Hans Petter Selasky | 2016-06-24 | 2 | -5/+5 |
* | Add support for USB streams to the LibUSB v1.0 API and update the | Hans Petter Selasky | 2016-06-23 | 6 | -2/+83 |
* | Implement libusb_hotplug_register_callback() and | Hans Petter Selasky | 2016-06-22 | 6 | -1/+349 |
* | Add missing return statement. | Hans Petter Selasky | 2016-06-16 | 1 | -0/+1 |
* | Add multiple missing descriptor parsing functions to the LibUSB v1.0 API. | Hans Petter Selasky | 2016-06-16 | 4 | -2/+290 |
* | Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API. | Hans Petter Selasky | 2016-06-16 | 6 | -4/+47 |
* | Add support for libusb_get_port_number() to the LibUSB v1.0 API. | Hans Petter Selasky | 2016-06-16 | 3 | -1/+16 |
* | Define LIBUSB_API_VERSION. | Hans Petter Selasky | 2016-06-16 | 1 | -0/+2 |
* | Implement libusb_get_version() and update libusb manual page. | Hans Petter Selasky | 2016-06-16 | 4 | -1/+32 |
* | Fix compile warning. | Hans Petter Selasky | 2016-06-13 | 1 | -1/+1 |
* | Implement code to stop all USB endpoints before executing a USB device | Hans Petter Selasky | 2016-06-12 | 1 | -2/+14 |
* | lib: minor spelling fixes in comments. | Pedro F. Giffuni | 2016-05-01 | 1 | -1/+1 |
* | MFH | Glen Barber | 2016-04-11 | 1 | -2/+2 |
|\ | |||||
| * | USB: replace 0 with NULL for pointers. | Pedro F. Giffuni | 2016-04-09 | 1 | -2/+2 |
* | | First pass through library packaging. | Glen Barber | 2016-02-04 | 1 | -0/+1 |
|/ | |||||
* | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | Bryan Drewery | 2015-11-25 | 1 | -1/+0 |
* | Remove redundant COMPAT_32BIT guard on pkgconfig files. This is already handled | Bryan Drewery | 2015-10-03 | 1 | -2/+2 |
* | Replace beforeinstall: handling with FILES. | Bryan Drewery | 2015-09-18 | 1 | -10/+3 |
* | bsd.lib.mk has to be included after MLINKS assignment | Antoine Brodin | 2015-08-15 | 1 | -2/+2 |
* | libusb: Fix minor cast-qual warning. | Pedro F. Giffuni | 2015-07-20 | 1 | -5/+3 |
* | Remove unused variables to silence CLANG warnings. | Marcelo Araujo | 2015-06-24 | 2 | -14/+4 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+20 |
|\ | |||||
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 5 | -5/+12 |
| |\ | |/ |/| | |||||
| * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 2 | -0/+10 |
| |\ | |||||
| * \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 2 | -1/+3 |
| |\ \ | |||||
| * | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+1 |
| * | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| * | | | Merge head | Simon J. Gerraty | 2014-04-27 | 6 | -18/+87 |
| |\ \ \ | |||||
| * \ \ \ | Merge from head | Simon J. Gerraty | 2013-09-05 | 14 | -64/+189 |
| |\ \ \ \ | |||||
| * \ \ \ \ | sync from head | Simon J. Gerraty | 2013-04-12 | 16 | -31/+190 |
| |\ \ \ \ \ | |||||
| * | | | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| * | | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| * | | | | | | Updated/new Makefile.depend | Simon J. Gerraty | 2012-11-08 | 1 | -0/+4 |
| * | | | | | | Sync from head | Simon J. Gerraty | 2012-11-04 | 8 | -23/+81 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+16 |
* | | | | | | | | Add more USB request definitions. The values are described in section | Hans Petter Selasky | 2015-01-16 | 2 | -0/+8 |
* | | | | | | | | Fix spelling. | Hans Petter Selasky | 2015-01-14 | 1 | -2/+2 |
* | | | | | | | | mdoc: improvements to SEE ALSO. | Joel Dahl | 2014-12-27 | 1 | -1/+1 |
* | | | | | | | | Convert libraries to use LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | only install .pc files when we are not installing 32bit compat libs... | John-Mark Gurney | 2014-10-27 | 1 | -0/+2 |
* | | | | | | | Add more USB class codes. | Hans Petter Selasky | 2014-08-18 | 1 | -0/+8 |
| |_|_|_|_|/ |/| | | | | |