platform/upstream/libusb.git
2012-03-30 Pete BatardAutotools: Fix make distcheck and add ChangeLog
2012-03-30 Pete BatardAutotools: Fix package name and URLs in configure.ac
2012-03-29 Pete Batardlibusbx 1.0.9-rc4
2012-03-29 Pete BatardGit: add export-ignore for git config file
2012-03-28 Pete BatardSamples: fix a "value is always 0" Clang warning in...
2012-03-28 Pete BatardWindows: fix Clang warnings about unused assignations
2012-03-28 Pete BatardSamples: Fix missing xusb from VS project files
2012-03-27 Pete Batardautotools: LT_LANG([Windows Resource]) makes windres...
2012-03-27 Pete BatardExamples: add xusb sample
2012-03-27 Pete BatardVS2005: Bring x86_64 output directories in line with...
2012-03-26 Hans de GoedeLinux: fix inaccurate comment
2012-03-26 Hans de GoedeLinux: Remove unneeded status assignation
2012-03-26 Hans de GoedeLinux: Translate iso pkt status codes to libusb transfe...
2012-03-26 Hans de GoedeLinux: Fix handling of urb status codes
2012-03-26 Hans de GoedeLinux: Don't print errors when cancel_transfer fails...
2012-03-26 Hans de GoedeLinux: Fix cancel_transfer return value when cancelling...
2012-03-22 Peter Stugelibusbi.h: Add IS_EPIN() IS_EPOUT() IS_XFERIN() and...
2012-02-22 Peter StugeAdd LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate...
2012-02-19 Peter Stugelibusb.h: Add comma after last value in enums to ease...
2012-02-19 Peter StugeLinux: Rework bulk continuation check to generic kernel...
2012-02-19 Peter StugeOpenBSD: Correctly catch attempts to do isochronous...
2012-02-19 Peter StugeDarwin: Do not reject devices with product id 0x0000
2012-02-13 Peter StugeDo not call timerfd functions when timerfd is not being...
2012-02-12 Michael PlanteWindows: Fix MSVC6 IDE warning on line continuation...
2012-02-12 Pete BatardWindows: Add Renesas SuperSpeed support for libusb_get_...
2012-02-10 Peter Stugeautogen.sh: Try to use libtoolize before trying glibtoolize
2012-02-08 Peter StugeRename the lsusb example program to listdevs
2012-02-08 Sean McBridecore.c: Fix clang warning about useless store to a...
2012-02-08 Sean McBrideDarwin: Clarify comments on event thread creation and...
2012-02-08 Sean McBrideDarwin: Fix incorrect mutex protection of libusb_darwin...
2012-02-08 Sean McBrideDarwin: Use retained runloop variable instead of CFRunL...
2012-02-08 Sean McBrideDarwin: Fix libusb_init() and libusb_exit() refcount...
2012-02-08 Sean McBridethreads_posix.c: Fix prototype warning by including...
2012-02-08 Dave CamarilloWindows: Fix crash during enumeration with >= 64 connec...
2012-02-08 Pete BatardWindows MSVC6: Remove SetupAPI, AdvAPI32 and OLE32...
2012-02-08 Pete BatardWindows: Output an error message on calls to libusb_get...
2012-02-08 Pete Batardio.c: Fix comment since pthreads isn't the only threadi...
2012-02-08 Michael Plantelibusb.h: Cast in libusb_get_string_descriptor() to...
2012-02-08 Michael PlanteWindows: guid_to_string() is only discarded when macro...
2012-02-08 Pete BatardWindows: Fix undefined datatype 'LONG_PTR' in MSVC6
2012-02-08 Pete BatardWindows: Fix for MSVC6 preprocessor not accepting blank...
2012-02-05 Michael PlanteWindows: Switch MSVC6 .dsp project files from MBCS...
2012-02-05 Michael PlanteWindows: Add missing MSVC6 lsusb.dsp project file
2012-01-30 Martin PieuchotOpenBSD backend
2012-01-13 Xiaofan Chenconfigure.ac: Darwin: Move -lobjc from LIBS to PC_LIBS_...
2012-01-13 Xiaofan Chenexamples: Link only with ../libusb/libusb-1.0.la and...
2012-01-12 Peter Stugelibusb/Makefile.am: Avoid recursive variables in .rc...
2011-12-13 Ludovic RousseauCore: Fix #122 warning: no previous prototype for ...
2011-12-09 Sean McBrideDarwin: Set a name for the background thread on Mac...
2011-10-17 Peter Stugelibusb/Makefile.am: Add libusb-1.0.rc dependency on...
2011-10-17 Peter Stugelibusb/Makefile.am: Make the libusb-1.0.rc rule support...
2011-10-17 Peter Stugeconfigure.ac: Enable libtool support for Windows Resour...
2011-10-17 Sean McBridedescriptor.c: Use size_t for minor 64 bit compliance...
2011-10-17 Sean McBrideDarwin: Fix warnings about mismatched signed/unsigned...
2011-10-17 Sean McBrideFix unused variable warnings when without timerfd and...
2011-10-17 Ludovic RousseauCorrectly handle LIBUSB_TRANSFER_OVERFLOW in libusb_con...
2011-10-17 Pete BatardWindows: do not set altsetting 0 as part of libusb_rele...
2011-10-17 Pete BatardWindows: fix communication with hubs
2011-10-17 Pete BatardWindows: add USB 3.0 controller support
2011-10-17 Pete BatardWindows: add static keywords and drop duplicated or...
2011-10-17 Pete BatardWindows: fix 'windows_error_str' defined but not used...
2011-10-17 Peter Stugelibusbi.h: Silence unused context variable warnings...
2011-10-17 Pete BatardWindows: copy DLL file regardless of ddk_build.cmd...
2011-10-17 Pete BatardWindows: Add uint32_t typedef for old MSC so that DDK...
2011-10-17 Vitali LovichDarwin: fix port leak in darwin_clock_gettime()
2011-10-17 Vitali LovichDarwin: remove unnecessary run loop invalidation during...
2011-10-17 Vitali LovichDarwin: fix port leak during libusb_exit()
2011-10-17 Vitali LovichDarwin: fix potential leak on libusb_claim_interface...
2011-10-17 Nathan HjelmDarwin: Fix #117 transfer size 64/32 bit issue for...
2011-10-17 Peter StugeRemove username from SF FRS rsync upload command
2011-10-17 Peter StugeSupport release candidate versions in configure.ac...
2011-10-17 Peter StugeTidy .gitignore a little
2011-10-17 Hans de GoedeDocs: Clarify that libusb_handle_events_timeout() tv...
2011-10-17 Peter StugeMakefile.am: Do not remove ChangeLog on make distclean...
2011-10-17 Vitali LovichDarwin: Reduce race likelihood between cancellation...
2011-10-17 Peter StugeDocument that libusb_get_device_list() can return any...
2011-10-17 Pete BatardLinux: Fix #81 URB double free race condition on device...
2011-10-17 Peter StugeAdd libusb_error_name() API function
2011-10-17 Peter StugeAdd libusb_has_capability() API function
2011-09-22 Sebastian PippingFix typos in introductory documentation
2011-09-22 Pekka NikanderLinux: Add libusb_open() debug and error messages with...
2011-09-22 Pekka NikanderAdd debug message with libusb_open() error code
2011-09-22 Hans de GoedeDocument libusb_handle_events_completed() and _timeout_...
2011-09-22 Graeme GillFix #56 race condition causing delayed completion of...
2011-09-22 Nathan HjelmDarwin: Use a condition to signal async thread ready...
2011-09-22 Nathan HjelmFix #64 use of reserved identifiers throughout libusb
2011-09-22 Nathan HjelmDarwin: fix libusb_get_device_list() and libusb_claim_i...
2011-09-22 Nathan HjelmDarwin: use kIOMasterPortDefault instead of creating...
2011-09-15 Peter StugeAllow devices with zero configurations to be discovered
2011-09-15 Peter StugeLinux: Continue enumeration even if one device returns...
2011-09-15 Hans de GoedeLinux: Handle single- and two-digit kernel versions...
2011-09-15 Pete BatardWindows: Provide libusb_get_device_speed() data
2011-09-15 Trygve LaugstølDarwin: Provide libusb_get_device_speed() data
2011-09-15 Hans de GoedeLinux: Provide libusb_get_device_speed() data from...
2011-09-15 Hans de GoedeAdd new API function libusb_get_device_speed()
2011-09-13 Nathan HjelmDarwin: Improve device enumeration performance
2011-07-24 Hans de GoedeLinux: Use __read_sysfs_attr() to get busnum and devaddr
2011-07-24 Hans de GoedeLinux: Add __read_sysfs_attr() helper function
2011-07-24 Hans de GoedeLinux: Stop kernel from re-attaching in-kernel driver...
2011-07-24 Hans de GoedeCore: Use USB_MAXINTERFACES rather then sizeof(claimed_...
next