summaryrefslogtreecommitdiffstats
path: root/lib/libusb/libusb10.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for USB streams to the LibUSB v1.0 API and update thehselasky2016-06-231-1/+2
* Implement libusb_hotplug_register_callback() andhselasky2016-06-221-0/+27
* Add missing return statement.hselasky2016-06-161-0/+1
* Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API.hselasky2016-06-161-4/+23
* Add support for libusb_get_port_number() to the LibUSB v1.0 API.hselasky2016-06-161-0/+8
* Implement libusb_get_version() and update libusb manual page.hselasky2016-06-161-0/+16
* Implement code to stop all USB endpoints before executing a USB devicehselasky2016-06-121-2/+14
* Remove unused variables to silence CLANG warnings.araujo2015-06-241-9/+2
* Tune buffer sizes for SuperSpeed USB when using LibUSB v0.1 and v1.0hselasky2014-04-111-0/+3
* Comply to the official LibUSB v1.0 API:hselasky2014-01-281-7/+3
* Add libusb_get_port_numbersemaste2013-06-071-0/+6
* Add libusb_get_port_path wrapperemaste2013-05-081-0/+7
* - Make the FreeBSD's USB library compile under Linux.hselasky2013-03-131-5/+11
* LibUSB v1.0 API compiliance and bugfixes.hselasky2012-06-121-2/+23
* Fix binary compatibility to the official LibUSB 1.0.hselasky2012-04-251-8/+2
* Fix some compile warnings.hselasky2012-04-201-5/+5
* Add missing LibUSB 1.0 API function.hselasky2012-04-121-0/+24
* 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
* Fix how libusb20_dev_kernel_driver_active() andhselasky2011-10-101-3/+4
* Implement missing USB debug information functions.hselasky2011-09-191-2/+69
* Use correct enum instead of constant value.hselasky2011-08-201-1/+1
* Add missing function to get device speed to the LibUSB v1.0 API.hselasky2011-08-161-0/+21
* - Add two missing functions to the LibUSB v0.1 API.hselasky2011-07-161-0/+2
* LibUSB v1.0: Need at least one frame when doing the dummy openhselasky2011-06-281-1/+1
* - Add support for software pre-scaling of ISOCHRONOUS transfers.hselasky2011-02-281-15/+3
* Fix LibUSB v1.0 compliancy.hselasky2010-11-131-0/+4
* - Add missing LibUSB API functions:hselasky2010-10-141-12/+72
* LibUSB (new API):hselasky2010-10-141-0/+15
* Fix header file compliancy with libusb 1.0 from sourceforge.thompsa2010-05-131-0/+2
* Resort includes to match style(9) a bit more. No functional changewkoszek2010-02-131-7/+8
* Use more standard way for setting nonblocking flag for a filedescriptor.wkoszek2010-02-111-7/+9
* Fix libusb_open_device_with_vid_pid() to return a NULL if no device isscf2009-12-121-2/+2
* Sync to P4thompsa2009-11-201-7/+34
* - fix refcounting error during data transferthompsa2009-11-081-4/+22
* LibUSB v1.0:alfred2009-07-301-686/+818
* Sync the libusb 1.0 exported api to the latest GSoC code.thompsa2009-07-101-210/+252
* Add files missed in r194674.thompsa2009-06-231-0/+1140
OpenPOWER on IntegriCloud