summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [internal] bumped internal versionpbr342Pete Batard2011-09-061-1/+1
* [samples] return NULL in dpfp_threaded poll_thread_main to avoid Cygwin warningPete Batard2011-09-061-1/+1
* [contrib] add non-officially supported CMake supportVitali Lovich2011-09-0611-1/+559
* add missing LIBUSB_CLASS codesPeter Stuge2011-09-061-4/+23
* get_device_speed fixes and addonsPete Batard2011-09-064-4/+20
* Darwin: Optimize device iteration further using saved device locationNathan Hjelm2011-09-061-4/+28
* Darwin: Provide libusb_get_device_speed() dataTrygve Laugstøl2011-09-061-0/+11
* Darwin: Improve device enumeration performance and save device locationNathan Hjelm2011-09-061-58/+132
* Windows: Provide libusb_get_device_speed() dataPete Batard2011-09-062-9/+18
* Linux: Provide libusb_get_device_speed() data from sysfsHans de Goede2011-09-061-1/+15
* Add new API function libusb_get_device_speed()Hans de Goede2011-09-063-0/+33
* Linux: Use __read_sysfs_attr() to get busnum and devaddrHans de Goede2011-09-061-39/+6
* Linux: Add __read_sysfs_attr() helper functionHans de Goede2011-09-061-0/+35
* Linux: Stop kernel from re-attaching in-kernel driver after resetHans de Goede2011-09-061-5/+35
* Core: Use USB_MAXINTERFACES rather then sizeof(claimed_interfaces)Hans de Goede2011-09-061-3/+3
* Linux: Fix warnings seen when compiling with gcc-4.6Hans de Goede2011-09-063-4/+6
* Darwin: Fix #100 warning cast to pointer from integer of different sizeSean McBride2011-09-061-4/+3
* configure.ac: Fix #97 clang warning about -fgnu89-inlineSean McBride2011-09-061-7/+1
* Darwin: Fix #63 error when apps use Objective-C garbage collectionSean McBride2011-09-062-1/+15
* Darwin: Fix #28 clang analyzer warning about unbalanced retain/releaseSean McBride2011-09-061-2/+4
* io.c: Fix clang analyzer warning about unused variableSean McBride2011-09-061-0/+2
* Do not include useless pthread.hLudovic Rousseau2011-09-051-1/+0
* Fix #70 race condition in sysfs_get_device_list()Alan Ott2011-09-051-48/+95
* Darwin: Fix #108 crash when a device is unpluggedVitali Lovich2011-09-051-2/+12
* descriptor.c: Fix buffer read overflow caught by valgrindVitali Lovich2011-09-051-5/+7
* Clean up in-flight transfers and device handle when closing a deviceVitali Lovich2011-09-052-1/+46
* Add USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED status flagsVitali Lovich2011-09-052-1/+14
* Linux: Detect and report that device has gone away while discarding URBsVitali Lovich2011-09-051-0/+3
* Add recursive mutexes to threading abstractionVitali Lovich2011-09-054-7/+67
* some inlines were not declared as staticPete Batard2011-08-232-2/+2
* [internal] bumped internal versionpbr341Pete Batard2011-07-201-1/+1
* [enum] fixed duplicate listing of devicesPete Batard2011-07-201-3/+3
* [internal] bumped internal versionpbr340Pete Batard2011-07-061-1/+1
* [linux] add topology-analysis code to Linux backendAlan Stern2011-07-061-0/+69
* [xusb] use bulk endpoints only for testingAlan Stern2011-07-061-5/+9
* [enum] workaround for non listing of 3.0 Renesas root hubsPete Batard2011-07-061-5/+13
* [xusb] switched default log level to infoPete Batard2011-07-041-2/+2
* [internal] bumped internal versionpbr339Pete Batard2011-06-291-1/+1
* [enum] remove duplicate address assignationHans de Goede2011-06-281-1/+0
* [xusb] fixed xusb no longer detaching driver on LinuxPete Batard2011-06-281-3/+3
* [enum] added additional USB 3.0 hub driver namesPete Batard2011-06-281-1/+1
* [enum] added the new USB 3.0 Windows hub service namePete Batard2011-06-081-1/+1
* [internal] bumped internal versionpbr338Pete Batard2011-05-101-1/+1
* [MinGW] fixed warning about dev_infoPete Batard2011-05-101-1/+1
* [misc] set internal windows function as staticPete Batard2011-05-101-6/+6
* [windows] remove call to set_interface_altsetting on interface releasePete Batard2011-05-101-1/+0
* [enum] fixed initialization of interfaces for WinUSB hub accessPete Batard2011-05-101-5/+2
* [wdk] fixed path for .rc in libusb_sourcesPeter Stuge2011-05-101-1/+1
* [internal] modified _bump scriptpbr337Pete Batard2011-05-092-5/+3
* Move library release version number from configure.ac to libusb/version.hPete Batard2011-05-097-81/+42