aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent wraparound of the timeout variable.Andrew Thompson2009-10-221-1/+5
* LibUSB v1.0:Alfred Perlstein2009-07-309-1531/+1356
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
* Sync the libusb 1.0 exported api to the latest GSoC code.Andrew Thompson2009-07-105-506/+510
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-3/+1
* Add files missed in r194674.Andrew Thompson2009-06-235-0/+2861
* Add libusb 1.0 support which is compatible with the latest revision onAndrew Thompson2009-06-235-799/+1227
* Cleanup claim/release interface code, which is specific to libusb v0.1. RemoveAndrew Thompson2009-06-126-124/+12
* Add libusb20_tr_get_length to get the transfer length.Andrew Thompson2009-06-023-4/+39
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-285-32/+32
* Fix libusb20_dev_get_device_desc and defunt xref.Andrew Thompson2009-05-211-4/+4
* MFp4 //depot/projects/usb@159934Andrew Thompson2009-04-051-145/+301
* Add prototypes for libusb20_be_[gs]et_template.Xin LI2009-03-171-0/+2
* Update libusb.3 name and add mlinks for usb.3 and libusb20.3Andrew Thompson2009-03-102-4/+7
* Be compatible with LibUSB from sourceforge and close the handle after resetAndrew Thompson2009-03-101-1/+5
* libusb20 is now installed as libusb, remove the version number from theAndrew Thompson2009-03-0912-0/+6135
* Follow NetBSD and rename libusb to libusbhid.Josef Karthauser2002-03-278-1175/+0
* Remove __P() usage.David E. O'Brien2002-03-211-15/+15
* Prefix structure members to protect them against clashes with eg.Alfred Perlstein2002-02-201-2/+2
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
* Add __FBSDID()s to libusbMatthew Dillon2001-09-304-11/+12
* mdoc(7) police: Fixed broken xrefs.Ruslan Ermilov2001-08-221-1/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Fixed prototypes. About half of them were wrong (mainly due to constBruce Evans2001-02-061-10/+10
* Added used include of <sys/cdefs.h>.Bruce Evans2001-02-061-0/+4
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
* Remove fullstops from the end of .Xr lines in SEE ALSO section.Ben Smithurst2000-11-151-1/+1
* Sync with NetBSD:Nick Hibma2000-10-165-59/+132
* Sync with NetBSD:Nick Hibma2000-08-262-5/+5
* Remove DIAGASSERTNick Hibma2000-07-073-25/+0
* The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.Nick Hibma2000-06-118-0/+1122