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
196acee7
Commit
196acee7
authored
11 years ago
by
Pete Batard
Browse files
Options
Downloads
Patches
Plain Diff
libusbx 1.0.15-rc1
* Also fix missing header in release tarball
parent
e0628c56
No related branches found
Branches containing commit
Tags
v1.0.15-rc2
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
AUTHORS
+3
-1
3 additions, 1 deletion
AUTHORS
ChangeLog
+13
-0
13 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
tests/Makefile.am
+1
-1
1 addition, 1 deletion
tests/Makefile.am
with
20 additions
and
5 deletions
AUTHORS
+
3
−
1
View file @
196acee7
...
...
@@ -22,6 +22,7 @@ Dave Camarillo
David Engraf
David Moore
Davidlohr Bueso
Federico Manzan
Felipe Balbi
Francesco Montorsi
Graeme Gill
...
...
@@ -47,7 +48,8 @@ Toby Peterson
Trygve Laugstøl
Uri Lublin
Vasily Khoruzhick
Vegard Storheil Eriksen
Vitali Lovich
Xiaofan Chen
Zoltán Kovács
Роман Донченко
Роман Донченко
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ChangeLog
+
13
−
0
View file @
196acee7
For detailed information about the changes below, please see the git log or
visit: http://log.libusbx.org
2013-04-02: v1.0.15-rc1
* Improve tranfer cancellation and avoid short read failures on broken descriptors
* Filter out 8-bit characters in libusb_get_string_descriptor_ascii()
* Add WinCE support
* Add library stress tests
* Add FX3 firmware upload support for fxload
* Add HID and kernel driver detach support capabilities detection
* Add SuperSpeed detection on OS X
* Fix issues with autoclaim, composite HID devices, interface autoclaim and
early abort in libusb_close() on Windows. Also add VS 2012 solution files.
* Improve fd event handling on Linux
* Other bug fixes and improvements
2012-09-26: v1.0.14
* Reverts the previous API change with regards to bMaxPower.
If this doesn't matter to you, you are encouraged to keep using v1.0.13,
...
...
This diff is collapsed.
Click to expand it.
libusb/version.h
+
2
−
2
View file @
196acee7
...
...
@@ -7,12 +7,12 @@
#define LIBUSB_MINOR 0
#endif
#ifndef LIBUSB_MICRO
#define LIBUSB_MICRO 1
4
#define LIBUSB_MICRO 1
5
#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 @
196acee7
#define LIBUSB_NANO 1063
4
#define LIBUSB_NANO 1063
5
This diff is collapsed.
Click to expand it.
tests/Makefile.am
+
1
−
1
View file @
196acee7
...
...
@@ -3,4 +3,4 @@ LDADD = ../libusb/libusb-1.0.la
noinst_PROGRAMS
=
stress
stress_SOURCES
=
stress.c testlib.c
stress_SOURCES
=
stress.c
libusbx_testlib.h
testlib.c
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