| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r227404: | Hans Petter Selasky | 2011-12-03 | 6 | -3/+332 |
| * | MFC r226220 | Hans Petter Selasky | 2011-10-12 | 3 | -8/+8 |
| * | MFC r225659: | Hans Petter Selasky | 2011-09-26 | 7 | -4/+184 |
| * | MFC r224903, r224917, r225035, r225090, r225091: | Hans Petter Selasky | 2011-08-23 | 4 | -227/+210 |
| * | MFC r224085: | Hans Petter Selasky | 2011-07-19 | 6 | -0/+87 |
| * | MFC r223642. | Hans Petter Selasky | 2011-06-28 | 1 | -1/+1 |
| * | MFC r223495: | Hans Petter Selasky | 2011-06-27 | 7 | -1/+47 |
| * | MFC r210823, r211397, r210933, r219101, r213852, r213849 and r208020: | Hans Petter Selasky | 2011-06-22 | 8 | -26/+217 |
| * | MFC r219100 | Hans Petter Selasky | 2011-04-08 | 6 | -22/+30 |
| * | MFC r216431: | Kevin Lo | 2010-12-28 | 1 | -0/+5 |
| * | MFC r215450 | Andrew Thompson | 2010-11-28 | 1 | -5/+10 |
| * | MFC r215253 | Andrew Thompson | 2010-11-28 | 2 | -4/+11 |
| * | MFC r213848 | Andrew Thompson | 2010-11-28 | 5 | -0/+39 |
| * | MFC r213853 | Andrew Thompson | 2010-11-19 | 4 | -22/+120 |
| * | MFC r203815 | Andrew Thompson | 2010-11-19 | 10 | -32/+36 |
| * | MFC r203775 | Andrew Thompson | 2010-11-19 | 6 | -11/+1 |
| * | MFC r203774 | Andrew Thompson | 2010-11-19 | 1 | -7/+9 |
| * | MFC r203773 | Andrew Thompson | 2010-05-17 | 1 | -0/+3 |
| * | MFC r208021 | Andrew Thompson | 2010-05-17 | 1 | -2/+2 |
| * | MFC r208020 | Andrew Thompson | 2010-05-17 | 4 | -2/+8 |
| * | MFC r203147 | Andrew Thompson | 2010-04-07 | 5 | -0/+44 |
| * | MFC r202025 | Andrew Thompson | 2010-01-17 | 1 | -1/+12 |
| * | Merge from head to stable/8: | Sean Farley | 2009-12-20 | 1 | -2/+2 |
| * | MFC r199575 | Andrew Thompson | 2009-12-09 | 5 | -11/+155 |
| * | MFC r199055 | Andrew Thompson | 2009-11-11 | 7 | -35/+251 |
| * | MFC r198376 | Andrew Thompson | 2009-10-23 | 1 | -1/+5 |
| * | LibUSB v1.0: | Alfred Perlstein | 2009-07-30 | 9 | -1518/+1343 |
| * | Bump the version of all non-symbol-versioned shared libraries in | Ken Smith | 2009-07-19 | 1 | -1/+1 |
| * | Sync the libusb 1.0 exported api to the latest GSoC code. | Andrew Thompson | 2009-07-10 | 5 | -505/+509 |
| * | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 1 | -3/+1 |
| * | Add files missed in r194674. | Andrew Thompson | 2009-06-23 | 5 | -0/+2861 |
| * | Add libusb 1.0 support which is compatible with the latest revision on | Andrew Thompson | 2009-06-23 | 5 | -799/+1227 |
| * | Cleanup claim/release interface code, which is specific to libusb v0.1. Remove | Andrew Thompson | 2009-06-12 | 6 | -124/+12 |
| * | Add libusb20_tr_get_length to get the transfer length. | Andrew Thompson | 2009-06-02 | 3 | -4/+39 |
| * | s/usb2_/usb_/ on all C structs for the USB stack. | Andrew Thompson | 2009-05-28 | 5 | -32/+32 |
| * | Fix libusb20_dev_get_device_desc and defunt xref. | Andrew Thompson | 2009-05-21 | 1 | -4/+4 |
| * | MFp4 //depot/projects/usb@159934 | Andrew Thompson | 2009-04-05 | 1 | -145/+301 |
| * | Add prototypes for libusb20_be_[gs]et_template. | Xin LI | 2009-03-17 | 1 | -0/+2 |
| * | Update libusb.3 name and add mlinks for usb.3 and libusb20.3 | Andrew Thompson | 2009-03-10 | 2 | -4/+7 |
| * | Be compatible with LibUSB from sourceforge and close the handle after reset | Andrew Thompson | 2009-03-10 | 1 | -1/+5 |
| * | libusb20 is now installed as libusb, remove the version number from the | Andrew Thompson | 2009-03-09 | 12 | -0/+6135 |
| * | Follow NetBSD and rename libusb to libusbhid. | Josef Karthauser | 2002-03-27 | 8 | -1175/+0 |
| * | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 1 | -15/+15 |
| * | Prefix structure members to protect them against clashes with eg. | Alfred Perlstein | 2002-02-20 | 1 | -2/+2 |
| * | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -1/+1 |
| * | Add __FBSDID()s to libusb | Matthew Dillon | 2001-09-30 | 4 | -11/+12 |
| * | mdoc(7) police: Fixed broken xrefs. | Ruslan Ermilov | 2001-08-22 | 1 | -1/+1 |
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -1/+1 |
| * | Fixed prototypes. About half of them were wrong (mainly due to const | Bruce Evans | 2001-02-06 | 1 | -10/+10 |
| * | Added used include of <sys/cdefs.h>. | Bruce Evans | 2001-02-06 | 1 | -0/+4 |