aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/libusb20_desc.c
Commit message (Collapse)AuthorAgeFilesLines
* Resort includes to match style(9) a bit more. No functional changeWojciech A. Koszek2010-02-131-1/+2
| | | | | | | | | | is expected after this commit. Tested by: make buildworld Reviewed by: hps (patch without .h changes) Notes: svn path=/head/; revision=203815
* Remove redundand headers and use more standard ones where necessary.Wojciech A. Koszek2010-02-111-1/+0
| | | | | | | Reviewed by: hps@ Notes: svn path=/head/; revision=203775
* - fix refcounting error during data transferAndrew Thompson2009-11-081-0/+3
| | | | | | | | | | | | | | | | - fix a memory leak on the USB backend - fix invalid pointer computations (in one case memory outside the allocated area was written in LibUSB v1.0) - make sure memory is always initialised, also in failing cases - add missing functions from v1.0.4 PR: usb/140325 Reported by: Robert Jenssen Submitted by: Hans Petter Selasky MFC After: 3 days Notes: svn path=/head/; revision=199055
* libusb20 is now installed as libusb, remove the version number from theAndrew Thompson2009-03-091-0/+785
directory name. Notes: svn path=/head/; revision=189587