Changes between Version 5 and Version 6 of libusb-win32


Ignore:
Timestamp:
09/03/10 23:26:51 (3 years ago)
Author:
stuge
Comment:

Use InterWiki links for closely related projects and pages

Legend:

Unmodified
Added
Removed
Modified
  • libusb-win32

    v5 v6  
    11= libusb-win32 = 
    22 
    3 [https://sourceforge.net/apps/trac/libusb-win32/wiki libusb-win32] is a port of the USB library [http://sourceforge.net/projects/libusb libusb 0.1] to the Microsoft Windows operating systems (Windows 98 SE, Windows ME, Windows 2000, Windows XP, Windows Vista and Windows 7. Starting from version 1.1.14.0, libusb-win32 support of Win98SE and WinME is dropped due to the age of these Operating systems.  
     3[libusb-win32: libusb-win32] is a port of the USB library [http://sourceforge.net/projects/libusb libusb-0.1] to the Microsoft Windows operating systems (Windows 98 SE, Windows ME, Windows 2000, Windows XP, Windows Vista and Windows 7. Starting from version 1.1.14.0, libusb-win32 support of Win98SE and WinME is dropped due to the age of these Operating systems.  
    44 
    55Vista/7 64 bit are supported from version 1.2.0.0 since a Microsoft KMCS accepted digital signature is embedded in the kernel driver libusb0.sys. libusb-win32 based device drivers can also be submitted for Microsoft WHQL testing. Several companies have successfully finished the WHQL testing with their libusb-win32 based driver package. This will allow the customers to install the driver without a warning under current 32bit/64bit Windows.  
     
    128128== Documentation and Examples == 
    129129 
    130 This is the detailed [https://sourceforge.net/apps/trac/libusb-win32/wiki/libusbwin32_documentation libusb-win32 Documentation].  
     130This is the detailed [libusb-win32:libusbwin32_documentation libusb-win32 Documentation].  
    131131 
    132 The excellent [http://libusb.sourceforge.net/api-1.0/ libusb-1.0 documentation] can also serve as a good reference even though the API is not compatible. 
     132The excellent [api-1.0: libusb-1.0 documentation] can also serve as a good reference even though the API is not compatible. 
    133133 
    134 The codes can also serve as some kind of documentation for the libusb-win32 developers. However, examples are often the best documentations for Open Source Projects like libusb and libusb-win32, especially for the users of the library. Here are some links to [https://sourceforge.net/apps/trac/libusb-win32/wiki/libusbwin32_examples libusbwin32_examples projects and code examples] using libusb-0.1 and libusb-win32. Language wrappers (Dotnet, Python, Perl, Ruby, Java, etc) are also listed. 
     134The codes can also serve as some kind of documentation for the libusb-win32 developers. However, examples are often the best documentations for Open Source Projects like libusb and libusb-win32, especially for the users of the library. Here are some links to [libusb-win32:libusbwin32_examples projects and code examples] using libusb-0.1 and libusb-win32. Language wrappers (Dotnet, Python, Perl, Ruby, Java, etc) are also listed. 
    135135 
    136136== Portability == 
     
    150150== Links == 
    151151 
    152     * [http://sourceforge.net/projects/libusb/ libusb]: The main libusb project from which libusb-win32 is derived. 
    153     * [http://www.libusb.org/ libusb.org]: The new libusb website. 
     152    * [http://sourceforge.net/projects/libusb/ libusb-0.1]: The original libusb-0.1 project from which libusb-win32 is derived. 
     153    * [http://libusb.org/ libusb.org]: The new libusb website. 
    154154    * [http://sourceforge.net/projects/libusbdotnet/ libusbdotnet]: .Net and Mono wrapper for libusb, libusb-win32 and more. 
    155155    * [http://sourceforge.net/projects/pyusb/ pyusb]: Python wrapper for libusb, libusb-win32 and more. 
     
    162162    * [http://www.thesycon.de/ Thesycon]: Another vendor of generic USB drivers. 
    163163    * [http://msdn.microsoft.com/ Microsoft MSDN]: You can find Windows specific information about USB Driver development from MSDN. 
    164     * [http://www.libusb.org/wiki/windows_backend libusb-1.0 Windows Backend]: Related project -- libusb-1.0 Windows backend 
    165     * [http://www.libusb.org/wiki/libwdi libwdi]: Related project -- Windows Driver Installer library libwdi 
     164    * [wiki:windows_backend libusb-1.0 Windows Backend]: Related project -- libusb-1.0 Windows backend 
     165    * [wiki:libwdi libwdi]: Related project -- Windows Driver Installer library libwdi