summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-21linux: Fix a comment in handle_iso_completionfor109Hans de Goede1-2/+1
2012-03-21linux: remove bogus setting of status from handle_iso_completionHans de Goede1-3/+0
2012-03-21linux: Translate linux iso pkt status codes to libusb transfer status codesHans de Goede1-1/+35
2012-03-21linux: Fix handling of urb status codesHans de Goede1-5/+12
2012-03-21Don't print errors when cancel_transfer fails with NOT_FOUNDHans de Goede1-2/+5
2012-03-21linux: Fix cancel_transfer return value when cancelling a multi-urb transferHans de Goede1-1/+2
2012-02-22Add LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate need for ZLPPeter Stuge8-1/+76
2012-02-19libusb.h: Add comma after last value in enums to ease future expansionPeter Stuge1-7/+7
2012-02-19Linux: Rework bulk continuation check to generic kernel version checkPeter Stuge1-17/+16
2012-02-19OpenBSD: Correctly catch attempts to do isochronous OUT transfersPeter Stuge1-1/+1
2012-02-19Darwin: Do not reject devices with product id 0x0000Peter Stuge1-2/+1
2012-02-13Do not call timerfd functions when timerfd is not being usedPeter Stuge1-5/+6
2012-02-12Windows: Fix MSVC6 IDE warning on line continuation in libusb-1.0.rcMichael Plante1-6/+2
2012-02-12Windows: Add Renesas SuperSpeed support for libusb_get_device_speed()Pete Batard1-0/+1
2012-02-10autogen.sh: Try to use libtoolize before trying glibtoolizePeter Stuge1-2/+9
2012-02-08Rename the lsusb example program to listdevsPeter Stuge9-33/+33
2012-02-08core.c: Fix clang warning about useless store to a variableSean McBride1-2/+1
2012-02-08Darwin: Clarify comments on event thread creation and terminationSean McBride1-2/+2
2012-02-08Darwin: Fix incorrect mutex protection of libusb_darwin_acfl globalSean McBride1-3/+1
2012-02-08Darwin: Use retained runloop variable instead of CFRunLoopGetCurrent()Sean McBride1-2/+2
2012-02-08Darwin: Fix libusb_init() and libusb_exit() refcount race conditionSean McBride1-3/+4
2012-02-08threads_posix.c: Fix prototype warning by including threads_posix.hSean McBride1-1/+1
2012-02-08Windows: Fix crash during enumeration with >= 64 connected devicesDave Camarillo1-1/+1
2012-02-08Windows MSVC6: Remove SetupAPI, AdvAPI32 and OLE32 dependenciesPete Batard2-8/+8
2012-02-08Windows: Output an error message on calls to libusb_get_pollfds()Pete Batard1-0/+2
2012-02-08io.c: Fix comment since pthreads isn't the only threading libusb usesPete Batard1-1/+1
2012-02-08libusb.h: Cast in libusb_get_string_descriptor() to avoid MSVC6 warningMichael Plante1-1/+1
2012-02-08Windows: guid_to_string() is only discarded when macro-usbi_dbg usedMichael Plante1-1/+1
2012-02-08Windows: Fix undefined datatype 'LONG_PTR' in MSVC6Pete Batard1-1/+1
2012-02-08Windows: Fix for MSVC6 preprocessor not accepting blank parametersPete Batard1-11/+13
2012-02-06Windows: Switch MSVC6 .dsp project files from MBCS to UnicodeMichael Plante3-12/+12
2012-02-06Windows: Add missing MSVC6 lsusb.dsp project fileMichael Plante1-0/+103
2012-01-30OpenBSD backendMartin Pieuchot5-3/+734
2012-01-13configure.ac: Darwin: Move -lobjc from LIBS to PC_LIBS_PRIVATEXiaofan Chen1-2/+1
2012-01-13examples: Link only with ../libusb/libusb-1.0.la and not with -lusb-1.0Xiaofan Chen1-3/+3
2012-01-12libusb/Makefile.am: Avoid recursive variables in .rc silent-rulePeter Stuge1-5/+1
2011-12-13Core: Fix #122 warning: no previous prototype for ‘usbi_log_v’Ludovic Rousseau1-3/+4
2011-12-09Darwin: Set a name for the background thread on Mac OS X 10.6 and laterSean McBride1-0/+6
2011-10-17libusb/Makefile.am: Add libusb-1.0.rc dependency on version.hPeter Stuge1-0/+2
2011-10-17libusb/Makefile.am: Make the libusb-1.0.rc rule support silent-rulesPeter Stuge1-1/+5
2011-10-17configure.ac: Enable libtool support for Windows Resource languagePeter Stuge1-0/+1
2011-10-17descriptor.c: Use size_t for minor 64 bit compliance improvementSean McBride1-2/+2
2011-10-17Darwin: Fix warnings about mismatched signed/unsigned compareSean McBride1-2/+3
2011-10-17Fix unused variable warnings when without timerfd and/or when on DarwinSean McBride2-0/+8
2011-10-17Correctly handle LIBUSB_TRANSFER_OVERFLOW in libusb_control_transfer()Ludovic Rousseau1-0/+3
2011-10-17Windows: do not set altsetting 0 as part of libusb_release_interface()Pete Batard1-1/+0
2011-10-17Windows: fix communication with hubsPete Batard1-4/+2
2011-10-17Windows: add USB 3.0 controller supportPete Batard1-7/+15
2011-10-17Windows: add static keywords and drop duplicated or unneeded codePete Batard1-7/+5
2011-10-17Windows: fix 'windows_error_str' defined but not used when not loggingPete Batard1-0/+2