Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | lib: minor spelling fixes in comments. | pfg | 2016-05-01 | 1 | -1/+1 | |
* | MFH | gjb | 2016-04-11 | 1 | -2/+2 | |
|\ | ||||||
| * | USB: replace 0 with NULL for pointers. | pfg | 2016-04-09 | 1 | -2/+2 | |
* | | First pass through library packaging. | gjb | 2016-02-04 | 1 | -0/+1 | |
|/ | ||||||
* | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | bdrewery | 2015-11-25 | 1 | -1/+0 | |
* | Remove redundant COMPAT_32BIT guard on pkgconfig files. This is already handled | bdrewery | 2015-10-03 | 1 | -2/+2 | |
* | Replace beforeinstall: handling with FILES. | bdrewery | 2015-09-18 | 1 | -10/+3 | |
* | bsd.lib.mk has to be included after MLINKS assignment | antoine | 2015-08-15 | 1 | -2/+2 | |
* | libusb: Fix minor cast-qual warning. | pfg | 2015-07-20 | 1 | -5/+3 | |
* | Remove unused variables to silence CLANG warnings. | araujo | 2015-06-24 | 2 | -14/+4 | |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+20 | |
|\ | ||||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 | |
| * | Merge sync of head | sjg | 2015-05-27 | 5 | -5/+12 | |
| |\ | |/ |/| | ||||||
| * | Merge from head@274682 | sjg | 2014-11-19 | 2 | -0/+10 | |
| |\ | ||||||
| * \ | Merge head from 7/28 | sjg | 2014-08-19 | 2 | -1/+3 | |
| |\ \ | ||||||
| * | | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+1 | |
| * | | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 | |
| * | | | Merge head | sjg | 2014-04-27 | 6 | -18/+87 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge from head | sjg | 2013-09-05 | 14 | -64/+189 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | sync from head | sjg | 2013-04-12 | 16 | -31/+190 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 | |
| * | | | | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 | |
| * | | | | | | Updated/new Makefile.depend | sjg | 2012-11-08 | 1 | -0/+4 | |
| | | | | | | | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ | Sync from head | sjg | 2012-11-04 | 8 | -23/+81 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+16 | |
* | | | | | | | | | | Add more USB request definitions. The values are described in section | hselasky | 2015-01-16 | 2 | -0/+8 | |
* | | | | | | | | | | Fix spelling. | hselasky | 2015-01-14 | 1 | -2/+2 | |
* | | | | | | | | | | mdoc: improvements to SEE ALSO. | joel | 2014-12-27 | 1 | -1/+1 | |
* | | | | | | | | | | Convert libraries to use LIBADD | bapt | 2014-11-25 | 1 | -2/+1 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | only install .pc files when we are not installing 32bit compat libs... | jmg | 2014-10-27 | 1 | -0/+2 | |
* | | | | | | | | | Add more USB class codes. | hselasky | 2014-08-18 | 1 | -0/+8 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Update reported libusb version to 1.0.13 | emaste | 2014-06-05 | 1 | -1/+1 | |
* | | | | | | | | Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-API | hselasky | 2014-05-25 | 1 | -0/+2 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Tune buffer sizes for SuperSpeed USB when using LibUSB v0.1 and v1.0 | hselasky | 2014-04-11 | 2 | -0/+5 | |
* | | | | | | | libusb: add libusb_log_level enum | eadler | 2014-03-14 | 1 | -0/+13 | |
* | | | | | | | Comply to the official LibUSB v1.0 API: | hselasky | 2014-01-28 | 1 | -7/+3 | |
* | | | | | | | Implement two new libusb API functions. | hselasky | 2014-01-05 | 4 | -11/+66 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Correct two comments. | hselasky | 2013-09-05 | 1 | -2/+2 | |
* | | | | | | Add pkgconf files for libusb. | rpaulo | 2013-07-25 | 4 | -0/+41 | |
* | | | | | | Add some missing definitions to build a working FreeBSD's libusb under Linux. | hselasky | 2013-07-14 | 4 | -55/+67 | |
* | | | | | | Add libusb_get_port_numbers | emaste | 2013-06-07 | 3 | -2/+13 | |
* | | | | | | mdoc sweep. | joel | 2013-05-12 | 1 | -3/+3 | |
* | | | | | | Add libusb_get_port_path wrapper | emaste | 2013-05-08 | 3 | -1/+18 | |
* | | | | | | Constify libusb_get_pollfds return | emaste | 2013-05-07 | 2 | -3/+3 | |
* | | | | | | Add new USB API to get the port path of a USB device. | hselasky | 2013-05-03 | 6 | -1/+45 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | - Make the FreeBSD's USB library compile under Linux. | hselasky | 2013-03-13 | 14 | -30/+151 | |
* | | | | | Add USB API to read power draw on USB devices. | hselasky | 2013-02-14 | 6 | -1/+39 | |
| |/ / / |/| | | | ||||||
* | | | | Add support for streams to LibUSB v2.0. | hselasky | 2012-08-13 | 5 | -14/+43 | |
| |/ / |/| | | ||||||
* | | | LibUSB v1.0 API compiliance and bugfixes. | hselasky | 2012-06-12 | 3 | -5/+33 | |
| |/ |/| | ||||||
* | | mdoc: minor Bl improvements. | joel | 2012-06-02 | 1 | -4/+5 | |
|/ |