aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb
Commit message (Expand)AuthorAgeFilesLines
* Tune buffer sizes for SuperSpeed USB when using LibUSB v0.1 and v1.0Hans Petter Selasky2014-04-112-0/+5
* libusb: add libusb_log_level enumEitan Adler2014-03-141-0/+13
* Comply to the official LibUSB v1.0 API:Hans Petter Selasky2014-01-281-7/+3
* Implement two new libusb API functions.Hans Petter Selasky2014-01-054-11/+66
* Correct two comments.Hans Petter Selasky2013-09-051-2/+2
* Add pkgconf files for libusb.Rui Paulo2013-07-254-0/+41
* Add some missing definitions to build a working FreeBSD's libusb under Linux.Hans Petter Selasky2013-07-144-55/+67
* Add libusb_get_port_numbersEd Maste2013-06-073-2/+13
* mdoc sweep.Joel Dahl2013-05-121-3/+3
* Add libusb_get_port_path wrapperEd Maste2013-05-083-1/+18
* Constify libusb_get_pollfds returnEd Maste2013-05-072-3/+3
* Add new USB API to get the port path of a USB device.Hans Petter Selasky2013-05-036-1/+45
* - Make the FreeBSD's USB library compile under Linux.Hans Petter Selasky2013-03-1314-30/+151
* Add USB API to read power draw on USB devices.Hans Petter Selasky2013-02-146-1/+39
* Add support for streams to LibUSB v2.0.Hans Petter Selasky2012-08-135-14/+43
* LibUSB v1.0 API compiliance and bugfixes.Hans Petter Selasky2012-06-123-5/+33
* mdoc: minor Bl improvements.Joel Dahl2012-06-021-4/+5
* General mdoc(7) and typo fixes.Glen Barber2012-05-112-18/+18
* Add missing LibUSB 1.0 API function: libusb_get_string_descriptor().Hans Petter Selasky2012-05-074-1/+28
* Fix typo.Hans Petter Selasky2012-04-251-1/+1
* Bump the libusb major version due to the last commit, whichHans Petter Selasky2012-04-251-2/+2
* Fix binary compatibility to the official LibUSB 1.0.Hans Petter Selasky2012-04-252-10/+3
* Fix some compile warnings.Hans Petter Selasky2012-04-206-30/+29
* Add missing LibUSB 1.0 API function.Hans Petter Selasky2012-04-124-1/+33
* Remove superfluous paragraph macro.Joel Dahl2012-03-291-3/+0
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Minor mdoc fixes.Joel Dahl2012-03-241-11/+1
* Fix various typos in manual pages.Glen Barber2012-02-251-2/+2
* Simplify libusb_open_device_with_vid_pid(): Only setHans Petter Selasky2011-12-031-4/+5
* libusb_open() sets the given device handle to NULL if itHans Petter Selasky2011-12-031-2/+1
* Add definition of some USB 3.0 descriptors to libusb 1.0 and libusb 2.0.Hans Petter Selasky2011-11-096-3/+332
* Fix how libusb20_dev_kernel_driver_active() andHans Petter Selasky2011-10-103-8/+8
* Implement missing USB debug information functions.Hans Petter Selasky2011-09-197-4/+184
* Spelling corrections for LibUSB manual page (2/2).Hans Petter Selasky2011-08-221-64/+70
* Whitespace corrections for LibUSB manual page (1/2).Hans Petter Selasky2011-08-221-183/+118
* Use correct enum instead of constant value.Hans Petter Selasky2011-08-201-1/+1
* Update LibUSB v1.0 manual page:Hans Petter Selasky2011-08-162-22/+34
* Add missing function to get device speed to the LibUSB v1.0 API.Hans Petter Selasky2011-08-162-0/+30
* - Add two missing functions to the LibUSB v0.1 API.Hans Petter Selasky2011-07-166-0/+87
* LibUSB v1.0: Need at least one frame when doing the dummy openHans Petter Selasky2011-06-281-1/+1
* - Add two new API's to libusb20 which can be used to retrive informationHans Petter Selasky2011-06-247-1/+47
* - Add missing MLINKS for libusb and some manpage fixes.Hans Petter Selasky2011-02-282-3/+180
* - Add support for software pre-scaling of ISOCHRONOUS transfers.Hans Petter Selasky2011-02-286-22/+30
* Check the return value of malloc().Kevin Lo2010-12-141-0/+5
* Correct description of the return values ofHans Petter Selasky2010-11-181-5/+10
* Fix LibUSB v1.0 compliancy.Hans Petter Selasky2010-11-132-4/+11
* - Add missing LibUSB API functions:Hans Petter Selasky2010-10-144-22/+120
* - Add support for LibUSB in 32-bit compatibility mode.Hans Petter Selasky2010-10-144-16/+30
* - Fix some compile warnings regarding comparing signed to unsigned.Hans Petter Selasky2010-10-141-2/+2
* LibUSB (new API):Hans Petter Selasky2010-10-145-0/+39