summaryrefslogtreecommitdiffstats
path: root/lib/libusb
Commit message (Expand)AuthorAgeFilesLines
* Add pkgconf files for libusb.rpaulo2013-07-254-0/+41
* Add some missing definitions to build a working FreeBSD's libusb under Linux.hselasky2013-07-144-55/+67
* Add libusb_get_port_numbersemaste2013-06-073-2/+13
* mdoc sweep.joel2013-05-121-3/+3
* Add libusb_get_port_path wrapperemaste2013-05-083-1/+18
* Constify libusb_get_pollfds returnemaste2013-05-072-3/+3
* Add new USB API to get the port path of a USB device.hselasky2013-05-036-1/+45
* - Make the FreeBSD's USB library compile under Linux.hselasky2013-03-1314-30/+151
* Add USB API to read power draw on USB devices.hselasky2013-02-146-1/+39
* Add support for streams to LibUSB v2.0.hselasky2012-08-135-14/+43
* LibUSB v1.0 API compiliance and bugfixes.hselasky2012-06-123-5/+33
* mdoc: minor Bl improvements.joel2012-06-021-4/+5
* General mdoc(7) and typo fixes.gjb2012-05-112-18/+18
* Add missing LibUSB 1.0 API function: libusb_get_string_descriptor().hselasky2012-05-074-1/+28
* Fix typo.hselasky2012-04-251-1/+1
* Bump the libusb major version due to the last commit, whichhselasky2012-04-251-2/+2
* Fix binary compatibility to the official LibUSB 1.0.hselasky2012-04-252-10/+3
* Fix some compile warnings.hselasky2012-04-206-30/+29
* Add missing LibUSB 1.0 API function.hselasky2012-04-124-1/+33
* Remove superfluous paragraph macro.joel2012-03-291-3/+0
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
* Minor mdoc fixes.joel2012-03-241-11/+1
* Fix various typos in manual pages.gjb2012-02-251-2/+2
* Simplify libusb_open_device_with_vid_pid(): Only sethselasky2011-12-031-4/+5
* libusb_open() sets the given device handle to NULL if ithselasky2011-12-031-2/+1
* Add definition of some USB 3.0 descriptors to libusb 1.0 and libusb 2.0.hselasky2011-11-096-3/+332
* Fix how libusb20_dev_kernel_driver_active() andhselasky2011-10-103-8/+8
* Implement missing USB debug information functions.hselasky2011-09-197-4/+184
* Spelling corrections for LibUSB manual page (2/2).hselasky2011-08-221-64/+70
* Whitespace corrections for LibUSB manual page (1/2).hselasky2011-08-221-183/+118
* Use correct enum instead of constant value.hselasky2011-08-201-1/+1
* Update LibUSB v1.0 manual page:hselasky2011-08-162-22/+34
* Add missing function to get device speed to the LibUSB v1.0 API.hselasky2011-08-162-0/+30
* - Add two missing functions to the LibUSB v0.1 API.hselasky2011-07-166-0/+87
* LibUSB v1.0: Need at least one frame when doing the dummy openhselasky2011-06-281-1/+1
* - Add two new API's to libusb20 which can be used to retrive informationhselasky2011-06-247-1/+47
* - Add missing MLINKS for libusb and some manpage fixes.hselasky2011-02-282-3/+180
* - Add support for software pre-scaling of ISOCHRONOUS transfers.hselasky2011-02-286-22/+30
* Check the return value of malloc().kevlo2010-12-141-0/+5
* Correct description of the return values ofhselasky2010-11-181-5/+10
* Fix LibUSB v1.0 compliancy.hselasky2010-11-132-4/+11
* - Add missing LibUSB API functions:hselasky2010-10-144-22/+120
* - Add support for LibUSB in 32-bit compatibility mode.hselasky2010-10-144-16/+30
* - Fix some compile warnings regarding comparing signed to unsigned.hselasky2010-10-141-2/+2
* LibUSB (new API):hselasky2010-10-145-0/+39
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
* Fix typos and spelling mistakes.joel2010-08-061-1/+1
* Spelling fixes.joel2010-08-031-1/+1
* Fix return values for usb_find_busses() and usb_find_devices(). We should trythompsa2010-05-131-2/+2
* Fix header file compliancy with libusb 1.0 from sourceforge.thompsa2010-05-134-2/+8
OpenPOWER on IntegriCloud