summaryrefslogtreecommitdiffstats
path: root/lib/libusb/libusb20_ugen20.c
Commit message (Collapse)AuthorAgeFilesLines
* - Add support for LibUSB in 32-bit compatibility mode.hselasky2010-10-141-9/+9
| | | | Approved by: thompsa (mentor)
* Resort includes to match style(9) a bit more. No functional changewkoszek2010-02-131-3/+3
| | | | | | | is expected after this commit. Tested by: make buildworld Reviewed by: hps (patch without .h changes)
* Remove redundand headers and use more standard ones where necessary.wkoszek2010-02-111-1/+0
| | | | Reviewed by: hps@
* Add a function to check if the usb devices is still connected.thompsa2010-01-291-0/+20
| | | | Submitted by: Hans Petter Selasky
* - fix refcounting error during data transferthompsa2009-11-081-0/+6
| | | | | | | | | | | | | - 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
* Prevent wraparound of the timeout variable.thompsa2009-10-221-1/+5
| | | | Submitted by: HPS
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-3/+1
| | | | - Reduce the number of headers needed for a usb driver, the common case is just usb.h and usbdi.h
* Cleanup claim/release interface code, which is specific to libusb v0.1. Removethompsa2009-06-121-24/+0
| | | | | | claim and release interface support from libusb v2.0, because it is not useful. Submitted by: Hans Petter Selasky
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-26/+26
|
* libusb20 is now installed as libusb, remove the version number from thethompsa2009-03-091-0/+1011
directory name.
OpenPOWER on IntegriCloud