Changes between Version 29 and Version 30 of libwdi


Ignore:
Timestamp:
07/25/10 00:45:50 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libwdi

    v29 v30  
    33== About == 
    44 
    5 The aim of this project is to create a library that facilitates the foolproof installation of any USB driver required to use a libusb application on Windows. 
     5The aim of this project is to create a library that facilitates the foolproof installation of any USB driver on Windows, primarily for, but not limited to, usage with libusb applications. 
    66 
    77== Features == 
    88 
    99  * all required driver files are provided by the library - no need for additional downloads. 
    10   * automated inf generation, or can be used with your own inf files (including signed ones). 
     10  * automated inf generation, or can be used with your own inf & driver files (if you have a WHQL driver for instance). 
    1111  * compatible with 32 and 64 bit Windows platforms, from Windows 2000 to Windows 7 (untested on Windows 2003) with the possibility to either: 
    1212   * produce 2 separate libraries, for 32 or 64 bit, or, 
    1313   * produce a single library that covers both 32 and 64 bit at the same time. 
    14   * can either be integrated in your libusb application, so that: 
    15    * a single executable application is distributed without the need for an additional installer, or, 
    16    * a separate standalone installer application is used along with the application (the library itself does not have any libusb dependency). 
     14  * can either be integrated in your application, so that: 
     15   * a single executable application is distributed without the need for an additional driver installer, or, 
     16   * a separate standalone installer application is used along with the application. 
    1717 
    1818== Status ==