summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Windows: add speed retrievalfedora-1.0.9-0.1Pete Batard2011-06-172-9/+12
* use device location when setting up iteratorNathan Hjelm2011-06-171-4/+28
* improved device enumeration for darwinNathan Hjelm2011-06-171-99/+180
* linux: Handle 2 digit kernel versions like 3.0Hans de Goede2011-06-171-9/+17
* linux: Remove dead code from sysfs_scan_deviceHans de Goede2011-06-171-19/+0
* linux: Read the device speed from sysfsHans de Goede2011-06-171-1/+15
* Add a libusb_get_device_speed functionHans de Goede2011-06-173-0/+34
* linux: Use __read_sysfs_attr to get busnum and devaddrHans de Goede2011-06-171-37/+6
* linux: Add __read_sysfs_attr helper functionHans de Goede2011-06-171-0/+35
* linux: Stop the kernel from re-attaching in kernel drivers after a resetHans de Goede2011-06-171-5/+35
* Use USB_MAXINTERFACES rather then sizeof(claimed_interfaces)Hans de Goede2011-06-171-3/+3
* claimed_interfaces is a long so any masks should be a long tooHans de Goede2011-06-172-9/+9
* Fix warnings seen when compiling with gcc-4.6Hans de Goede2011-06-171-0/+4
* Darwin: Fix #108 crash when a device is unpluggedVitali Lovich2011-06-151-2/+12
* libusb.h: Add missing LIBUSB_CLASS_ codes currently defined by usb.orgPeter Stuge2011-06-151-0/+18
* libusb.h: Add LIBUSB_CLASS_IMAGE in addition to LIBUSB_CLASS_PTPPeter Stuge2011-06-151-2/+3
* libusb.h: Fix LIBUSB_CLASS_PRINTER description typoPeter Stuge2011-06-151-1/+1
* Darwin: Fix #100 warning cast to pointer from integer of different sizeSean McBride2011-06-151-4/+3
* configure.ac: Fix #97 clang warning about -fgnu89-inlineSean McBride2011-06-151-7/+1
* Windows: Make cancel_io() in poll_windows.c staticPete Batard2011-06-151-1/+1
* Windows: Make upperize() in windows_usb.h staticPeter Stuge2011-06-151-1/+1
* descriptor.c: Fix buffer read overflow caught by valgrindVitali Lovich2011-06-151-5/+7
* Clean up in-flight transfers and device handle when closing a deviceVitali Lovich2011-06-152-1/+46
* Add recursive mutexes to threading abstractionVitali Lovich2011-06-154-2/+61
* Add USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED status flagsVitali Lovich2011-06-152-1/+14
* Linux: Detect and report that device has gone away while discarding URBsVitali Lovich2011-06-151-0/+3
* libusbi.h: Add comma after last value in enum usbi_transfer_flagsPeter Stuge2011-06-151-1/+1
* threads_posix.h: Whitespace fixPeter Stuge2011-06-151-1/+1
* libusb/Makefile.am: Correct threading files in libusb_1_0_la_SOURCESPeter Stuge2011-06-151-5/+7
* Linux: Fix #70 race condition in sysfs_get_device_list()Alan Ott2011-06-131-31/+95
* Darwin: Fix #63 error when apps use Objective-C garbage collectionSean McBride2011-06-132-1/+15
* Darwin: Fix #28 clang analyzer warning about unbalanced retain/releaseSean McBride2011-06-131-2/+4
* io.c: Fix clang analyzer warning about unused variableSean McBride2011-06-131-0/+2
* .gitignore: Add m4 subdirectory created by libtoolPeter Stuge2011-06-131-0/+1
* Linux: Do not include useless pthread.hLudovic Rousseau2011-06-131-1/+0
* Windows: minor code improvementsPete Batard2011-06-132-12/+13
* Windows: prevent set_configuration request from being sent using WinUSBPete Batard2011-06-131-7/+20
* Windows: fixed default WinUSB timeout and ineffective policy settingsGraeme Gill2011-06-131-34/+57
* Windows: Don't leak pipe fdsPete Batard2011-06-132-39/+20
* Windows: enumeration overhaulPeter Stuge2011-06-133-769/+794
* Windows: MS project files part 4 - MSVC6 project filesPete Batard2011-06-133-0/+416
* Windows: MS project files part 3 - VS2005 project filesPete Batard2011-06-134-0/+1188
* Windows: MS project files part 2 - WDK project filesPete Batard2011-06-133-0/+161
* Windows: MS project files part 1 - support files & preliminariesPete Batard2011-06-137-2/+704
* Move library version number from configure.ac to libusb/version.hPeter Stuge2011-06-133-12/+45
* Windows: Debug builds create the same .dll file name as non-debugPeter Stuge2011-06-131-7/+1
* Windows: explicit use of ANSI or WideChar callsPete Batard2011-06-133-39/+31
* Windows: Remove SetupAPI, AdvAPI32 and OLE32 link-time dependenciesPete Batard2011-06-133-35/+65
* Add .gitattributes to avoid Windows line ending issues with autocrlfPete Batard2011-06-131-0/+3
* Windows: Touch up FileDescription and ProductName resource stringsPeter Stuge2011-06-131-2/+2