libusb: Update to 1.0.20

* Add Haiku support
* Fix multiple memory and resource leaks (#16, #52, #76, #81)
* Fix possible deadlock when executing transfer callback
* New libusb_free_pollfds() API
* Linux: Allow larger isochronous transfer submission (#23)
* Examples: Add two-stage load support to fxload (#12)
* Correctly report cancellations due to timeouts
* Improve efficiency of event handling
* Improve speed of transfer submission in multi-threaded environments
* Various other bug fixes and improvements

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Alexander Marx 2016-04-14 10:37:44 +02:00 committed by Michael Tremer
parent 4b74ccda23
commit 71a54a8621
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
###############################################################################
name = libusb
version = 1.0.19
version = 1.0.20
release = 1
groups = System/Libraries