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
25823ad6
Commit
25823ad6
authored
12 years ago
by
Pete Batard
Browse files
Options
Downloads
Patches
Plain Diff
libusbx 1.0.13-rc2
* Also update NEWS with regards to isoc support for the 0/K Windows drivers
parent
517f9827
No related branches found
Branches containing commit
Tags
v1.0.13-rc2
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+3
-2
3 additions, 2 deletions
NEWS
libusb/version.h
+1
-1
1 addition, 1 deletion
libusb/version.h
libusb/version_nano.h
+1
-1
1 addition, 1 deletion
libusb/version_nano.h
with
5 additions
and
4 deletions
NEWS
+
3
−
2
View file @
25823ad6
...
...
@@ -13,8 +13,9 @@ http://log.libusbx.org
* Introduce LIBUSBX_API_VERSION macro
* Add Cypress FX/FX2 firmware upload sample, based fxload from
http://linux-hotplug.sourceforge.net
* Add libusb0 (libusb-win32) and libusbK driver support on Windows. Note that using
the libusb-win32 filter driver with composite member devices is not supported yet
* Add libusb0 (libusb-win32) and libusbK driver support on Windows. Note that
isochronous transfers are not supported yet for these drivers, and that using the
libusb-win32 filter driver against a composite member devices is also not supported
* Add support for the new get_capabilities ioctl on Linux and avoid unnecessary
splitting of bulk transfers
* Improve support for newer Intel and Renesas USB 3.0 controllers on Windows
...
...
This diff is collapsed.
Click to expand it.
libusb/version.h
+
1
−
1
View file @
25823ad6
...
...
@@ -14,5 +14,5 @@
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
#define LIBUSB_RC "-rc
1
"
#define LIBUSB_RC "-rc
2
"
#endif
This diff is collapsed.
Click to expand it.
libusb/version_nano.h
+
1
−
1
View file @
25823ad6
#define LIBUSB_NANO 1057
1
#define LIBUSB_NANO 1057
2
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