|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
|
Revision tags: release/13.2.0 |
|
| #
4c6bcffd |
| 26-Jan-2023 |
Hans Petter Selasky <[email protected]> |
libusb(3): Implement libusb_init_context() and the needed structures and definitions.
Differential Revision: https://reviews.freebsd.org/D38212 MFC after: 1 week Sponsored by: NVIDIA Networking
|
|
Revision tags: release/12.4.0 |
|
| #
aa87aa52 |
| 02-Oct-2022 |
Hans Petter Selasky <[email protected]> |
libusb(3): Implement libusb_interrupt_event_handler() by exposing existing function.
MFC after: 1 week Sponsored by: NVIDIA Networking
|
|
Revision tags: release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
| #
04391da3 |
| 09-Jun-2020 |
Kyle Evans <[email protected]> |
libusb: improve compatibility
Specifically, add LIBUSB_CLASS_PHYSICAL and the libusb_has_capability API. Descriptions and functionality for these derived from the documentation at [0]. The current
libusb: improve compatibility
Specifically, add LIBUSB_CLASS_PHYSICAL and the libusb_has_capability API. Descriptions and functionality for these derived from the documentation at [0]. The current set of capabilities are all supported by libusb.
These were detected as missing after updating net/freerdp to 2.1.1, which attempted to use both.
[0] http://libusb.sourceforge.net/api-1.0/group__libusb__misc.html
Reviewed by: hselasky MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D25194
show more ...
|
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0 |
|
| #
882764c1 |
| 11-Oct-2018 |
Mateusz Piotrowski <[email protected]> |
libusb(3): Update the link to the libusb homepage.
While here, pet mandoc & igor.
Reviewed by: bcr, hselasky Approved by: re (kib), krion (mentor, implicit), mat (mentor, implicit) Differential Rev
libusb(3): Update the link to the libusb homepage.
While here, pet mandoc & igor.
Reviewed by: bcr, hselasky Approved by: re (kib), krion (mentor, implicit), mat (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D17516
show more ...
|
|
Revision tags: 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
|
| #
0f2c7066 |
| 16-Jun-2016 |
Hans Petter Selasky <[email protected]> |
Add support for libusb_get_port_number() 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, release/10.2.0 |
|
| #
930a4206 |
| 14-Jan-2015 |
Hans Petter Selasky <[email protected]> |
Fix spelling.
|
|
Revision tags: release/10.1.0, 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 |
|
| #
a9205626 |
| 07-Jun-2013 |
Ed Maste <[email protected]> |
Add libusb_get_port_numbers
libusbx deprecated libusb_get_port_path and replaced it with libusb_get_port_numbers. The latter omits an extra parameter which was unused in the FreeBSD implementation
Add libusb_get_port_numbers
libusbx deprecated libusb_get_port_path and replaced it with libusb_get_port_numbers. The latter omits an extra parameter which was unused in the FreeBSD implementation anyway.
show more ...
|
|
Revision tags: release/8.4.0 |
|
| #
5906bf49 |
| 08-May-2013 |
Ed Maste <[email protected]> |
Add libusb_get_port_path wrapper
This follows the libusbx API reference at http://libusbx.sourceforge.net/api-1.0/group__dev.html
Reviewed by: hselasky@
|
|
Revision tags: release/9.1.0 |
|
| #
a3fb6da9 |
| 11-May-2012 |
Glen Barber <[email protected]> |
General mdoc(7) and typo fixes.
PR: 167734 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
|
| #
78ed0e49 |
| 07-May-2012 |
Hans Petter Selasky <[email protected]> |
Add missing LibUSB 1.0 API function: libusb_get_string_descriptor().
Reported by: Xiaofan Chen
|
| #
cb0df9e8 |
| 25-Apr-2012 |
Hans Petter Selasky <[email protected]> |
Fix typo.
|
| #
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_cvs, release/8.3.0 |
|
| #
d284271a |
| 24-Mar-2012 |
Joel Dahl <[email protected]> |
Minor mdoc fixes.
|
| #
3102cfe2 |
| 25-Feb-2012 |
Glen Barber <[email protected]> |
Fix various typos in manual pages.
Submitted by: amdmi3 PR: 165431 MFC after: 1 week
|
|
Revision tags: release/9.0.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 ...
|
| #
4d2472aa |
| 10-Oct-2011 |
Hans Petter Selasky <[email protected]> |
Fix how libusb20_dev_kernel_driver_active() and libusb_dev_kernel_driver_active() works. In case of libusb20 the manpage was wrong and in case of libusb10 the implementation was wrong.
Submitted by:
Fix how libusb20_dev_kernel_driver_active() and libusb_dev_kernel_driver_active() works. In case of libusb20 the manpage was wrong and in case of libusb10 the implementation was wrong.
Submitted by: Kai Wang MFC after: 3 days
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
|
| #
11867070 |
| 22-Aug-2011 |
Hans Petter Selasky <[email protected]> |
Spelling corrections for LibUSB manual page (2/2).
MFC after: 1 week Approved by: re (kib) PR: docs/159898
|