File tree Expand file tree Collapse file tree 4 files changed +52
-5
lines changed
Expand file tree Collapse file tree 4 files changed +52
-5
lines changed Original file line number Diff line number Diff line change @@ -8,27 +8,37 @@ Copyright © 2010-2012 Michael Plante <michael.plante@gmail.com>
88Copyright © 2011-2013 Hans de Goede <hdegoede@redhat.com>
99Copyright © 2012-2013 Martin Pieuchot <mpi@openbsd.org>
1010Copyright © 2012-2013 Toby Gray <toby.gray@realvnc.com>
11- Copyright © 2013-2015 Chris Dickens <christopher.a.dickens@gmail.com>
11+ Copyright © 2013-2018 Chris Dickens <christopher.a.dickens@gmail.com>
1212
1313Other contributors:
14+ Adrian Bunk
1415Akshay Jaggi
1516Alan Ott
1617Alan Stern
1718Alex Vatchenko
1819Andrew Fernandes
20+ Andy Chunyu
21+ Andy McFadden
22+ Angus Gratton
23+ Anil Nair
1924Anthony Clay
2025Antonio Ospite
2126Artem Egorkine
2227Aurelien Jarno
2328Bastien Nocera
2429Bei Zhang
2530Benjamin Dobell
31+ Brent Rector
2632Carl Karsten
33+ Christophe Zeitouny
2734Colin Walters
2835Dave Camarillo
2936David Engraf
3037David Moore
3138Davidlohr Bueso
39+ Dmitry Fleytman
40+ Doug Johnston
41+ Evan Hunter
3242Federico Manzan
3343Felipe Balbi
3444Florian Albrechtskirchinger
@@ -41,23 +51,34 @@ Hans Ulrich Niedermann
4151Hector Martin
4252Hoi-Ho Chan
4353Ilya Konstantinov
54+ Jakub Klama
4455James Hanko
56+ Jeffrey Nichols
57+ Johann Richard
4558John Sheu
59+ Jonathon Jongsma
60+ Joost Muller
61+ Josh Gao
4662Joshua Blake
4763Justin Bischoff
64+ KIMURA Masaru
4865Karsten Koenig
4966Konrad Rzepecki
5067Kuangye Guo
5168Lars Kanis
5269Lars Wirzenius
70+ Lei Chen
5371Luca Longinotti
5472Marcus Meissner
5573Markus Heidelberg
5674Martin Ettl
5775Martin Koegler
76+ Matthew Stapleton
5877Matthias Bolte
78+ Michel Zou
5979Mike Frysinger
6080Mikhail Gusarov
81+ Morgan Leborgne
6182Moritz Fischer
6283Ларионов Даниил
6384Nicholas Corgan
@@ -66,10 +87,17 @@ Orin Eman
6687Paul Fertser
6788Pekka Nikander
6889Rob Walker
90+ Romain Vimont
91+ Roman Kalashnikov
92+ Sameeh Jubran
6993Sean McBride
7094Sebastian Pipping
95+ Sergey Serb
7196Simon Haggett
7297Simon Newton
98+ Stefan Agner
99+ Stefan Tauner
100+ Steinar H. Gunderson
73101Thomas Röfer
74102Tim Hutt
75103Tim Roberts
@@ -81,9 +109,11 @@ Uri Lublin
81109Vasily Khoruzhick
82110Vegard Storheil Eriksen
83111Venkatesh Shukla
112+ Vianney le Clément de Saint-Marcq
113+ Victor Toso
84114Vitali Lovich
115+ William Skellenger
85116Xiaofan Chen
86117Zoltán Kovács
87118Роман Донченко
88119parafin
89- xantares
Original file line number Diff line number Diff line change 11For detailed information about the changes below, please see the git log or
22visit: http://log.libusb.info
33
4+ 2018-01-08: v1.0.22:
5+ * New libusb_set_option() API
6+ * Fix transfer timeout not being cleared upon resubmission
7+ * Report super speed plus devices on modern Linux and macOS
8+ * Darwin: SDK fixes and improvements
9+ * Linux: Let initialization succeed when no devices are present
10+ * Linux: Mark internal file descriptors with CLOEXEC flag
11+ * Solaris: Add support for attach/detach kernel driver
12+ * Windows: Add dynamic UsbDk backend selection
13+ * Windows: Add isochronous transfer support via libusbK
14+ * Windows: Add Visual Studio 2017 support
15+ * Windows: Fix enumeration problems on Windows 8 and later
16+ * Windows: Major rework of poll() emulation
17+ * Windows: Numerous HID API fixes
18+ * Windows: Support cancelation of individual transfers (Vista and later)
19+ * Various other bug fixes and improvements
20+
4212016-10-01: v1.0.21:
522* Core: Refactor code related to transfer flags and timeout handling
623* Darwin: Ignore root hub simulation devices
Original file line number Diff line number Diff line change 77#define LIBUSB_MINOR 0
88#endif
99#ifndef LIBUSB_MICRO
10- #define LIBUSB_MICRO 21
10+ #define LIBUSB_MICRO 22
1111#endif
1212#ifndef LIBUSB_NANO
1313#define LIBUSB_NANO 0
1414#endif
1515/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
1616#ifndef LIBUSB_RC
17- #define LIBUSB_RC ""
17+ #define LIBUSB_RC "-rc1 "
1818#endif
Original file line number Diff line number Diff line change 1- #define LIBUSB_NANO 11293
1+ #define LIBUSB_NANO 11294
You can’t perform that action at this time.
0 commit comments