mirror of
https://github.com/Cxbx-Reloaded/libusb.git
synced 2025-03-04 07:57:30 +00:00
libusbx-1.0.10
This commit is contained in:
parent
28ab85c418
commit
81b627b4a0
3
NEWS
3
NEWS
@ -2,11 +2,12 @@ This file lists notable changes in each release.
|
||||
For fine grained history, please see the git log at:
|
||||
http://libusbx.git.sourceforge.net/git/gitweb.cgi?p=libusbx/libusbx;a=log
|
||||
|
||||
2012-04-13: v1.0.10-rc1
|
||||
2012-04-17: v1.0.10
|
||||
* Public release
|
||||
* Add libusb_get_version
|
||||
* Add Visual Studio 2010 project files
|
||||
* Some Windows code cleanup
|
||||
* Fix xusb sample warnings
|
||||
|
||||
2012-04-02: v1.0.9
|
||||
* First libusbx release
|
||||
|
3
README
3
README
@ -2,7 +2,8 @@ libusbx
|
||||
=======
|
||||
|
||||
libusbx is a library for USB device access from Linux, Mac OS X,
|
||||
OpenBSD and Windows userspace.
|
||||
Windows and OpenBSD userspace (with OpenBSD, and to a lesser extent
|
||||
Windows, currently being considered EXPERIMENTAL).
|
||||
It is written in C and licensed under the GNU Lesser General Public
|
||||
License version 2.1 or (at your option) any later version (see COPYING).
|
||||
|
||||
|
@ -9,9 +9,9 @@
|
||||
#define LIBUSB_MICRO 10
|
||||
#endif
|
||||
#ifndef LIBUSB_NANO
|
||||
#define LIBUSB_NANO 10475
|
||||
#define LIBUSB_NANO 10476
|
||||
#endif
|
||||
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
|
||||
#ifndef LIBUSB_RC
|
||||
#define LIBUSB_RC "-rc1"
|
||||
#define LIBUSB_RC ""
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user