Revisions of libusb-1_0

buildservice-autocommit accepted request 1143366 from Antonio Teixeira's avatar Antonio Teixeira (ateixeira) (revision 66)
baserev update by copy to link target
Antonio Teixeira's avatar Antonio Teixeira (ateixeira) accepted request 1143281 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 65)
- Update to version 1.0.27
  * New libusb_init_context API to replace libusb_init
  * New libusb_get_max_alt_packet_size API
  * New libusb_get_platform_descriptor API (BOS)
  * Allow setting log callback with libusb_set_option/libusb_init_context
  * New WebAssembly + WebUSB backend using Emscripten
  * Fix regression in libusb_set_interface_alt_setting
  * Fix sync transfer completion race and use-after-free
  * Fix hotplug exit ordering
  * Linux: NO_DEVICE_DISCOVERY option set per context
- added signature and keyring. (key received via keyserver)
buildservice-autocommit accepted request 970148 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 64)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 968291 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 63)
- Update to version 1.0.26
  * Fix regression with transfer free's after closing device
  * Fix regression with destroyed context if API is misused
  * Workaround for applications using missing default context
  * Fix hotplog enumeration regression
  * Build fixes for various platforms and configurations
  * Add interface bound checking for broken devices
  * Add umockdev tests on Linux
Stanislav Brabec's avatar Stanislav Brabec (sbrabec) accepted request 950561 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 62)
- Update to version 1.0.25
  * Fix regression with some particular devices
  * Fix regression with libusb_handle_events_timeout_completed()
  * Fix regression with cpu usage in libusb_bulk_transfer
  * New NO_DEVICE_DISCOVERY option replaces WEAK_AUTHORITY option
  * Various other bug fixes and improvements
- Drop not longer needed patch:
  * 0001-fix-descriptor-parsing.patch
Stanislav Brabec's avatar Stanislav Brabec (sbrabec) accepted request 930776 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 61)
Add a bug reference:
  * Fix the inclusion of "sys/time.h" on PowerPC (bsc#1178376)
git describe --contains e59e437a1fed20c2e363154b6e9639b88f549bd7
v1.0.22-rc1~91
buildservice-autocommit accepted request 863914 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 60)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 863874 from Simon Vogl's avatar Simon Vogl (DarkWav) (revision 59)
Add 0001-fix-descriptor-parsing.patch to fix detection of some devices.
Some devices, including my galaxy s7 stopped being detected after the libusb 1.0.24 update.
After applying this patch from upstream it works fine again.
If you have any further suggestions for the patch let me know.
buildservice-autocommit accepted request 860161 from Thomas Renninger's avatar Thomas Renninger (trenn) (revision 58)
baserev update by copy to link target
Thomas Renninger's avatar Thomas Renninger (trenn) accepted request 855501 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 57)
- Update to version 1.0.24
  * Add new platform abstraction (#252).
  * Add Null POSIX backend.
  * Add support for eventfd.
  * New API libusb_hotplug_get_user_data().
  * Linux: Drop support for kernel older than 2.6.32.
  * Linux: Provide an event thread name. (#689).
  * Linux: Wait until all USBs have been reaped before freeing
    them. (#607)
  * Documentation fixes and improvements.
  * Various other bug fixes and improvements.
buildservice-autocommit accepted request 727093 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 56)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 727078 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 55)
- Update to version 1.0.23
  * Core: abandon synchronous transfers when device closure is
    detected.
  * Core: fix error in handling the removal of file descriptors
    while handling events.
  * New API libusb_set_log_cb() to redirect global and per context
    log messages to the provided log handling function.
  * New API libusb_wrap_sys_device to allow the user to specify
    the usb device to use.
  * Various other bug fixes and improvements.
buildservice-autocommit accepted request 590913 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 54)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 590905 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 53)
- Update to version 1.0.22
  * Core: Refactor code related to transfer flags and timeout handling
  * Linux: Support preallocating kernel memory for zerocopy USB
  * Linux: Deal with receiving POLLERR before all transfers have completed
  * Prevent attempts to recursively handle events
  * Fix race condition in handle_timeout()
  * Allow transferred argument to be optional in bulk APIs
  * Various other bug fixes and improvements
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 51)
- Use dos2unix to generate the non-windows trailing on files
- Remove sle11 support as it got borged with last commit and
  we don't mostly need it to build there
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 589164 from Thorsten Kukuk's avatar Thorsten Kukuk (kukuk) (revision 50)
- Use %license instead of %doc [bsc#1082318]
buildservice-autocommit accepted request 438239 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 49)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 437887 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 48)
- Update to version 1.0.21
  * Core: Refactor code related to transfer flags and timeout handling
  * Darwin: Ignore root hub simulation devices
  * Darwin: Improved support for OS X El Capitan
  * Darwin: Work around devices with buggy endpoint descriptors
  * Darwin: Do not use objc_registerThreadWithCollector after its deprecation
  * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated
  * Linux: Support preallocating kernel memory for zerocopy USB
  * Linux: Deal with receiving POLLERR before all transfers have completed
  * Solaris: Add solaris backend
  * Windows: Add Visual Studio 2015 support
  * Windows: Add usbdk backend
  * Prevent attempts to recursively handle events
  * Fix race condition in handle_timeout()
  * Allow transferred argument to be optional in bulk APIs
  * Various other bug fixes and improvements
- Fix source url
buildservice-autocommit accepted request 400317 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 47)
baserev update by copy to link target
Displaying revisions 1 - 20 of 66
openSUSE Build Service is sponsored by