Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Libusbx
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scanlime
Libusbx
Commits
65129430
Commit
65129430
authored
11 years ago
by
Hans de Goede
Browse files
Options
Downloads
Patches
Plain Diff
Release 1.0.17-rc1
Signed-off-by:
Hans de Goede
<
hdegoede@redhat.com
>
parent
52cdd1a5
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
AUTHORS
+7
-5
7 additions, 5 deletions
AUTHORS
ChangeLog
+22
-0
22 additions, 0 deletions
ChangeLog
libusb/version.h
+2
-2
2 additions, 2 deletions
libusb/version.h
libusb/version_nano.h
+1
-1
1 addition, 1 deletion
libusb/version_nano.h
with
32 additions
and
8 deletions
AUTHORS
+
7
−
5
View file @
65129430
Copyright © 2001 Johannes Erdfelt <johannes@erdfelt.com>
Copyright © 2007-2009 Daniel Drake <dsd@gentoo.org>
Copyright © 2010-2012 Peter Stuge <peter@stuge.se>
Copyright © 2008-201
1
Nathan Hjelm <hjelmn@users.sourceforge.net>
Copyright © 2009-201
2
Pete Batard <pete@akeo.ie>
Copyright © 2009-201
2
Ludovic Rousseau <ludovic.rousseau@gmail.com>
Copyright © 2008-201
3
Nathan Hjelm <hjelmn@users.sourceforge.net>
Copyright © 2009-201
3
Pete Batard <pete@akeo.ie>
Copyright © 2009-201
3
Ludovic Rousseau <ludovic.rousseau@gmail.com>
Copyright © 2010-2012 Michael Plante <michael.plante@gmail.com>
Copyright © 2011-201
2
Hans de Goede <hdegoede@redhat.com>
Copyright © 2012 Martin Pieuchot <mpi@openbsd.org>
Copyright © 2011-201
3
Hans de Goede <hdegoede@redhat.com>
Copyright © 2012
-2013
Martin Pieuchot <mpi@openbsd.org>
Copyright © 2012-2013 Toby Gray <toby.gray@realvnc.com>
Other contributors:
...
...
@@ -26,6 +26,7 @@ David Moore
Davidlohr Bueso
Federico Manzan
Felipe Balbi
Florian Albrechtskirchinger
Francesco Montorsi
Graeme Gill
Hans Ulrich Niedermann
...
...
@@ -42,6 +43,7 @@ Mike Frysinger
Mikhail Gusarov
Nicholas Corgan
Orin Eman
Paul Fertser
Pekka Nikander
Rob Walker
Sean McBride
...
...
This diff is collapsed.
Click to expand it.
ChangeLog
+
22
−
0
View file @
65129430
For detailed information about the changes below, please see the git log or
visit: http://log.libusbx.org
2013-08-28: v1.0.17-rc1
* Hotplug callbacks now always get passed a libusb_context, even if it is
the default context. Previously NULL would be passed for the default context,
but since the first context created is the default context, and most apps
use only 1 context, this meant that apps explicitly creating a context would
still get passed NULL
* Android: Add .mk files to build with the Android NDK
* Darwin: Add Xcode project
* Darwin: Fix crash on unplug (#121)
* Linux: Fix hang (deadlock) on libusb_exit
* Linux: Fix libusbx build failure with --disable-udev (#124)
* Linux: Fix libusb_get_device_list() hang with --disable-udev (#130)
* OpenBSD: Update OpenBSD backend with support for control transfers to
non-ugen(4) devices and make get_configuration() no longer generate I/O.
Note that using this libusbx version on OpenBSD requires using
OpenBSD 5.3-current or later. Users of older OpenBSD versions are advised
to stay with the libusb shipped with OpenBSD (mpi)
* Windows: fix libusb_dll_2010.vcxproj link errors (#129)
* Various other bug fixes and improvements
The (#xx) numbers are libusbx issue numbers, see ie:
https://github.com/libusbx/libusbx/issues/121
2013-07-11: v1.0.16
* Add hotplug support for Darwin and Linux (#9)
* Add superspeed endpoint companion descriptor support (#15)
...
...
This diff is collapsed.
Click to expand it.
libusb/version.h
+
2
−
2
View file @
65129430
...
...
@@ -7,12 +7,12 @@
#define LIBUSB_MINOR 0
#endif
#ifndef LIBUSB_MICRO
#define LIBUSB_MICRO 1
6
#define LIBUSB_MICRO 1
7
#endif
#ifndef LIBUSB_NANO
#define LIBUSB_NANO 0
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
#define LIBUSB_RC ""
#define LIBUSB_RC "
-rc1
"
#endif
This diff is collapsed.
Click to expand it.
libusb/version_nano.h
+
1
−
1
View file @
65129430
#define LIBUSB_NANO 1082
3
#define LIBUSB_NANO 1082
4
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment