summaryrefslogtreecommitdiffstats
path: root/lib/libusb/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r273756,r287980:bdrewery2015-10-031-8/+3
| | | | | | | r273756: only install .pc files when we are not installing 32bit compat libs... r287980: Replace beforeinstall: handling with FILES.
* MFC r260315:hselasky2014-02-041-0/+2
| | | | | | Implement two new libusb API functions. PR: usb/185454
* Add pkgconf files for libusb.rpaulo2013-07-251-0/+8
| | | | Reviewed by: hselasky
* Add some missing definitions to build a working FreeBSD's libusb under Linux.hselasky2013-07-141-2/+13
|
* Add new USB API to get the port path of a USB device.hselasky2013-05-031-0/+1
| | | | | MFC after: 2 weeks Requested by: emaste @
* - Make the FreeBSD's USB library compile under Linux.hselasky2013-03-131-0/+13
| | | | | | | - 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.
* Add USB API to read power draw on USB devices.hselasky2013-02-141-0/+1
| | | | | | | Update usbconfig to print power draw on USB devices. MFC after: 2 weeks Submitted by: Matt Burke @ icritical.com
* LibUSB v1.0 API compiliance and bugfixes.hselasky2012-06-121-0/+3
| | | | | | | | | | | | | | | - 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
* Add missing LibUSB 1.0 API function: libusb_get_string_descriptor().hselasky2012-05-071-0/+1
| | | | Reported by: Xiaofan Chen
* Bump the libusb major version due to the last commit, whichhselasky2012-04-251-2/+2
| | | | | | | changes the libusb 1.0 API. While at it, correct a manual page symlink. Suggested by: kib @
* Add missing LibUSB 1.0 API function.hselasky2012-04-121-0/+1
| | | | | Reported by: lme @ MFC after: 1 week
* Add definition of some USB 3.0 descriptors to libusb 1.0 and libusb 2.0.hselasky2011-11-091-0/+4
| | | | | | | Some header file parts of this patch were taken from a patch submitted by Maya Erez <merez@codeaurora.org> to the LibUSB developers list. MFC after: 1 week
* Implement missing USB debug information functions.hselasky2011-09-191-0/+3
| | | | | Approved by: re (kib) MFC after: 1 week
* Update LibUSB v1.0 manual page:hselasky2011-08-161-0/+1
| | | | | | | | | - fix some minor spelling - fix some style - add description of new function MFC after: 1 week Approved by: re (kib)
* - Add two new API's to libusb20 which can be used to retrive informationhselasky2011-06-241-1/+3
| | | | | | | | | | 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
* - Add missing MLINKS for libusb and some manpage fixes.hselasky2011-02-281-0/+171
| | | | | MFC after: 14 days Approved by: thompsa (mentor)
* - Add support for LibUSB in 32-bit compatibility mode.hselasky2010-10-141-0/+4
| | | | Approved by: thompsa (mentor)
* Build lib/ with WARNS=6 by default.ed2010-01-021-0/+2
| | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway.
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
| | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson)
* Add libusb 1.0 support which is compatible with the latest revision onthompsa2009-06-231-5/+9
| | | | | | | | | | | | | | Sourceforge. Libusb 1.0 is a portable usb api released December 2008 and supersedes the original libusb released 10 years ago, it supports isochronous endpoints and asynchronous I/O. Many applications have already started using the interfaces. This has been developed as part of Google Summer of Code this year by Sylvestre Gallon and has been cribbed early due to it being desirable in FreeBSD 8.0 Submitted by: Sylvestre Gallon Sponsored by: Google Summer of Code 2009 Reviewed by: Hans Petter Selasky
* Update libusb.3 name and add mlinks for usb.3 and libusb20.3thompsa2009-03-101-1/+4
|
* libusb20 is now installed as libusb, remove the version number from thethompsa2009-03-091-0/+25
| | | | directory name.
* Follow NetBSD and rename libusb to libusbhid.joe2002-03-271-24/+0
| | | | MFC after: 7 days
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.n_hibma2000-06-111-0/+24
OpenPOWER on IntegriCloud