summaryrefslogtreecommitdiffstats
path: root/lib/libusb
Commit message (Expand)AuthorAgeFilesLines
* Simplify libusb_open_device_with_vid_pid(): Only sethselasky2011-12-031-4/+5
* libusb_open() sets the given device handle to NULL if ithselasky2011-12-031-2/+1
* Add definition of some USB 3.0 descriptors to libusb 1.0 and libusb 2.0.hselasky2011-11-096-3/+332
* Fix how libusb20_dev_kernel_driver_active() andhselasky2011-10-103-8/+8
* Implement missing USB debug information functions.hselasky2011-09-197-4/+184
* Spelling corrections for LibUSB manual page (2/2).hselasky2011-08-221-64/+70
* Whitespace corrections for LibUSB manual page (1/2).hselasky2011-08-221-183/+118
* Use correct enum instead of constant value.hselasky2011-08-201-1/+1
* Update LibUSB v1.0 manual page:hselasky2011-08-162-22/+34
* Add missing function to get device speed to the LibUSB v1.0 API.hselasky2011-08-162-0/+30
* - Add two missing functions to the LibUSB v0.1 API.hselasky2011-07-166-0/+87
* LibUSB v1.0: Need at least one frame when doing the dummy openhselasky2011-06-281-1/+1
* - Add two new API's to libusb20 which can be used to retrive informationhselasky2011-06-247-1/+47
* - Add missing MLINKS for libusb and some manpage fixes.hselasky2011-02-282-3/+180
* - Add support for software pre-scaling of ISOCHRONOUS transfers.hselasky2011-02-286-22/+30
* Check the return value of malloc().kevlo2010-12-141-0/+5
* Correct description of the return values ofhselasky2010-11-181-5/+10
* Fix LibUSB v1.0 compliancy.hselasky2010-11-132-4/+11
* - Add missing LibUSB API functions:hselasky2010-10-144-22/+120
* - Add support for LibUSB in 32-bit compatibility mode.hselasky2010-10-144-16/+30
* - Fix some compile warnings regarding comparing signed to unsigned.hselasky2010-10-141-2/+2
* LibUSB (new API):hselasky2010-10-145-0/+39
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
* Fix typos and spelling mistakes.joel2010-08-061-1/+1
* Spelling fixes.joel2010-08-031-1/+1
* Fix return values for usb_find_busses() and usb_find_devices(). We should trythompsa2010-05-131-2/+2
* Fix header file compliancy with libusb 1.0 from sourceforge.thompsa2010-05-134-2/+8
* Resort includes to match style(9) a bit more. No functional changewkoszek2010-02-1310-32/+36
* Remove redundand headers and use more standard ones where necessary.wkoszek2010-02-116-11/+1
* Use more standard way for setting nonblocking flag for a filedescriptor.wkoszek2010-02-111-7/+9
* Within libusb 0.1 API, bus number is always faked to 0. Device numbers,wkoszek2010-02-111-0/+3
* Add a function to check if the usb devices is still connected.thompsa2010-01-295-0/+44
* Reset variable fields in case the transfer is opened againthompsa2010-01-101-1/+12
* Build lib/ with WARNS=6 by default.ed2010-01-021-0/+2
* Fix libusb_open_device_with_vid_pid() to return a NULL if no device isscf2009-12-121-2/+2
* Sync to P4thompsa2009-11-205-11/+155
* - fix refcounting error during data transferthompsa2009-11-087-35/+251
* Prevent wraparound of the timeout variable.thompsa2009-10-221-1/+5
* LibUSB v1.0:alfred2009-07-309-1531/+1356
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
* Sync the libusb 1.0 exported api to the latest GSoC code.thompsa2009-07-105-506/+510
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-3/+1
* Add files missed in r194674.thompsa2009-06-235-0/+2861
* Add libusb 1.0 support which is compatible with the latest revision onthompsa2009-06-235-799/+1227
* Cleanup claim/release interface code, which is specific to libusb v0.1. Removethompsa2009-06-126-124/+12
* Add libusb20_tr_get_length to get the transfer length.thompsa2009-06-023-4/+39
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-285-32/+32
* Fix libusb20_dev_get_device_desc and defunt xref.thompsa2009-05-211-4/+4
* MFp4 //depot/projects/usb@159934thompsa2009-04-051-145/+301
* Add prototypes for libusb20_be_[gs]et_template.delphij2009-03-171-0/+2
OpenPOWER on IntegriCloud