summaryrefslogtreecommitdiff
path: root/lib/libusb
Commit message (Expand)AuthorAgeFilesLines
* MFC r266664:Hans Petter Selasky2014-06-041-0/+2
* MFC r264344:Hans Petter Selasky2014-04-182-0/+5
* MFC r260315:Hans Petter Selasky2014-02-044-10/+65
* MFC r261224:Hans Petter Selasky2014-02-041-7/+3
* MFC r235128:Hans Petter Selasky2014-01-054-1/+28
* MFC r250342, r251495:Ed Maste2013-08-203-1/+29
* MFC r250335: Constify libusb_get_pollfds returnEd Maste2013-08-202-3/+3
* MFC r250201 from hselasky:Ed Maste2013-08-206-1/+45
* MFC r246789:Hans Petter Selasky2013-02-286-1/+39
* MFC r236944:Hans Petter Selasky2012-06-193-5/+33
* MFC r233648:Eitan Adler2012-06-181-1/+1
* MFC r235286:Glen Barber2012-05-182-18/+18
* MFC r233667, r234687, r234491, r234193, r233424:Hans Petter Selasky2012-05-0410-47/+65
* MFC r232157, r232158:Glen Barber2012-04-261-2/+2
* MFC r228235 and r228236:Hans Petter Selasky2011-12-311-6/+6
* MFC r227404:Hans Petter Selasky2011-12-316-3/+332
* MFC r226220Hans Petter Selasky2011-10-123-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
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-1/+1
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* Spelling fixes.Joel Dahl2010-08-031-1/+1
* Fix return values for usb_find_busses() and usb_find_devices(). We should tryAndrew Thompson2010-05-131-2/+2
* Fix header file compliancy with libusb 1.0 from sourceforge.Andrew Thompson2010-05-134-2/+8
* Resort includes to match style(9) a bit more. No functional changeWojciech A. Koszek2010-02-1310-32/+36
* Remove redundand headers and use more standard ones where necessary.Wojciech A. Koszek2010-02-116-11/+1
* Use more standard way for setting nonblocking flag for a filedescriptor.Wojciech A. Koszek2010-02-111-7/+9
* Within libusb 0.1 API, bus number is always faked to 0. Device numbers,Wojciech A. Koszek2010-02-111-0/+3
* Add a function to check if the usb devices is still connected.Andrew Thompson2010-01-295-0/+44
* Reset variable fields in case the transfer is opened againAndrew Thompson2010-01-101-1/+12
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Fix libusb_open_device_with_vid_pid() to return a NULL if no device isSean Farley2009-12-121-2/+2
* Sync to P4Andrew Thompson2009-11-205-11/+155
* - fix refcounting error during data transferAndrew Thompson2009-11-087-35/+251