Misc: Update and shorten various libusbx URLs
This commit is contained in:
parent
1421e31ec5
commit
9ceb3bcd5e
9 changed files with 14 additions and 16 deletions
|
@ -51,10 +51,10 @@ o MinGW/cygwin
|
||||||
|
|
||||||
o Additional information:
|
o Additional information:
|
||||||
- The libusbx 1.0 API documentation can be accessed at:
|
- The libusbx 1.0 API documentation can be accessed at:
|
||||||
http://libusbx.sourceforge.net/api-1.0/modules.html
|
http://api.libusbx.org
|
||||||
- For some libusb samples (including source), please have a look in examples/
|
- For some libusb samples (including source), please have a look in examples/
|
||||||
- For additional information on the libusbx 1.0 Windows backend please visit:
|
- For additional information on the libusbx 1.0 Windows backend please visit:
|
||||||
https://sourceforge.net/apps/mediawiki/libusbx/index.php?title=Windows
|
http://windows.libusbx.org
|
||||||
- The MinGW and MS generated DLLs are fully interchangeable, provided that you
|
- The MinGW and MS generated DLLs are fully interchangeable, provided that you
|
||||||
use the import libs provided or generate one from the .def also provided.
|
use the import libs provided or generate one from the .def also provided.
|
||||||
- If you find any issue, please visit http://libusbx.org/ and check the
|
- If you find any issue, please visit http://libusbx.org/ and check the
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
For the latest change log, please visit:
|
For the latest change log, please visit:
|
||||||
http://libusbx.git.sourceforge.net/git/gitweb.cgi?p=libusbx/libusbx;a=log
|
http://log.libusbx.org
|
||||||
|
|
||||||
Alternatively, if you have retrieved the libusbx git repository, you can simply
|
Alternatively, if you have retrieved the libusbx git repository,
|
||||||
navigate to it and issue the command 'git log'.
|
simply navigate to it and issue the command 'git log'.
|
||||||
|
|
|
@ -50,7 +50,7 @@ Links
|
||||||
*****
|
*****
|
||||||
|
|
||||||
Additional information related to the Windows backend:
|
Additional information related to the Windows backend:
|
||||||
https://sourceforge.net/apps/mediawiki/libusbx/index.php?title=Windows
|
http://windows.libusbx.org
|
||||||
|
|
||||||
Latest Windows Driver (Development) Kit (WDK):
|
Latest Windows Driver (Development) Kit (WDK):
|
||||||
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=36a2630f-5d56-43b5-b996-7633f2ec14ff
|
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=36a2630f-5d56-43b5-b996-7633f2ec14ff
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -1,6 +1,6 @@
|
||||||
This file lists notable changes in each release.
|
This file lists notable changes in each release.
|
||||||
For fine grained history, please see the git log at:
|
For fine grained history, please see the git log at:
|
||||||
http://libusbx.git.sourceforge.net/git/gitweb.cgi?p=libusbx/libusbx;a=log
|
http://log.libusbx.org
|
||||||
|
|
||||||
2012-06-15: v1.0.12
|
2012-06-15: v1.0.12
|
||||||
* Fix a potential major regression with pthread on Linux
|
* Fix a potential major regression with pthread on Linux
|
||||||
|
|
4
README
4
README
|
@ -15,10 +15,10 @@ libusbx homepage:
|
||||||
http://libusbx.org/
|
http://libusbx.org/
|
||||||
|
|
||||||
Developers will wish to consult the API documentation:
|
Developers will wish to consult the API documentation:
|
||||||
http://libusbx.sourceforge.net/api-1.0/
|
http://api.libusbx.org
|
||||||
|
|
||||||
Use the mailing list for questions, comments, etc:
|
Use the mailing list for questions, comments, etc:
|
||||||
https://lists.sourceforge.net/lists/listinfo/libusbx-devel
|
http://mailing-list.libusbx.org
|
||||||
|
|
||||||
- Pete Batard <pete@akeo.ie>
|
- Pete Batard <pete@akeo.ie>
|
||||||
- Hans de Goede <hdegoede@redhat.com>
|
- Hans de Goede <hdegoede@redhat.com>
|
||||||
|
|
|
@ -26,5 +26,4 @@ reference and test.
|
||||||
We also suggest that, if you are planning to bring in a large development, you
|
We also suggest that, if you are planning to bring in a large development, you
|
||||||
try to involve the libusbx community early by letting the mailing list know, as
|
try to involve the libusbx community early by letting the mailing list know, as
|
||||||
you may find that other people might be eager to help you out.
|
you may find that other people might be eager to help you out.
|
||||||
See https://lists.sourceforge.net/lists/listinfo/libusbx-devel for details on
|
See http://mailing-list.libusbx.org for details on how to join the mailing list.
|
||||||
how to join the mailing list.
|
|
|
@ -15,7 +15,7 @@ LU_DEFINE_VERSION_ATOM([LIBUSB_MINOR])
|
||||||
LU_DEFINE_VERSION_ATOM([LIBUSB_MICRO])
|
LU_DEFINE_VERSION_ATOM([LIBUSB_MICRO])
|
||||||
LU_DEFINE_VERSION_RC_ATOM([LIBUSB_RC])
|
LU_DEFINE_VERSION_RC_ATOM([LIBUSB_RC])
|
||||||
|
|
||||||
AC_INIT([libusbx],[LIBUSB_MAJOR[.]LIBUSB_MINOR[.]LIBUSB_MICRO[]LIBUSB_RC],[libusbx-devel@lists.sourceforge.net],[libusbx],[http://www.libusbx.org/])
|
AC_INIT([libusbx],[LIBUSB_MAJOR[.]LIBUSB_MINOR[.]LIBUSB_MICRO[]LIBUSB_RC],[libusbx-devel@lists.sourceforge.net],[libusbx],[http://libusbx.org])
|
||||||
|
|
||||||
# Library versioning
|
# Library versioning
|
||||||
# These numbers should be tweaked on every release. Read carefully:
|
# These numbers should be tweaked on every release. Read carefully:
|
||||||
|
|
|
@ -60,13 +60,12 @@ static struct timeval timestamp_origin = { 0, 0 };
|
||||||
*
|
*
|
||||||
* libusbx is an open source library that allows you to communicate with USB
|
* libusbx is an open source library that allows you to communicate with USB
|
||||||
* devices from userspace. For more info, see the
|
* devices from userspace. For more info, see the
|
||||||
* <a href="http://libusbx.sourceforge.net">libusbx homepage</a>.
|
* <a href="http://libusbx.org">libusbx homepage</a>.
|
||||||
*
|
*
|
||||||
* This documentation is aimed at application developers wishing to
|
* This documentation is aimed at application developers wishing to
|
||||||
* communicate with USB peripherals from their own software. After reviewing
|
* communicate with USB peripherals from their own software. After reviewing
|
||||||
* this documentation, feedback and questions can be sent to the
|
* this documentation, feedback and questions can be sent to the
|
||||||
* <a href="https://lists.sourceforge.net/lists/listinfo/libusbx-devel">libusbx-devel mailing
|
* <a href="http://mailing-list.libusbx.org">libusbx-devel mailing list</a>.
|
||||||
* list</a>.
|
|
||||||
*
|
*
|
||||||
* This documentation assumes knowledge of how to operate USB devices from
|
* This documentation assumes knowledge of how to operate USB devices from
|
||||||
* a software standpoint (descriptors, configurations, interfaces, endpoints,
|
* a software standpoint (descriptors, configurations, interfaces, endpoints,
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#define LIBUSB_NANO 10551
|
#define LIBUSB_NANO 10552
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue