Changes between Version 115 and Version 116 of windows_backend


Ignore:
Timestamp:
07/30/10 01:59:39 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend

    v115 v116  
    77== Status == 
    88 
    9 The Windows backend is now in pre-release stages. As of 2010.07.29, it is now included into the official libusb v1.0 tree (for MinGW and cygwin only - Visual C++ and WDK/DDK support to be integrated soon). It supports both HID and WinUSB devices, apart from isochronous transfers (which is a limitation from the WinUSB Microsoft API).[[BR]] 
    10 The platforms supported are all Windows platforms from Windows XP, including 64 bit versions of Windows with the following untested expections: 
     9The Windows backend is now in pre-release stages. As of 2010.07.29, it is now included into the official libusb v1.0 tree (MinGW and cygwin only for the time being, with Visual C++ and WDK/DDK coming soon). It supports both HID and WinUSB driven devices, with libusb0.sys driver support (from libusb-win32) planned in a future release.[[BR]] 
     10Supported systems are all Windows platforms, starting with Windows XP, and including 64 bit versions, with the following untested exceptions: 
    1111 * Windows 2003 
    1212 * Windows XP 64 bit 
     
    6464Cygwin users should be able to use the MinGW (32 bit) library with the option -mno-cygwin[[BR]]Note that these archives are provided in the 7z format. If you need a decompressor, you can install [http://www.7-zip.org/ 7-zip]. 
    6565 
     66  * '''[http://libusb-winusb-wip.googlecode.com/files/libusb_2010.05.30.7z 2010.05.30 (pbr288)]''' 
    6667  * '''[http://libusb-winusb-wip.googlecode.com/files/libusb_2010.07.29.7z 2010.07.29 (pbr286)]''' 
    6768  * '''[http://libusb-winusb-wip.googlecode.com/files/libusb_2010.06.14.7z 2010.06.14 (pbr283)]''' 
     
    6970  * '''[http://libusb-winusb-wip.googlecode.com/files/libusb_2010.05.24.7z 2010.05.24 (pbr281)]''' 
    7071  * '''[http://libusb-winusb-wip.googlecode.com/files/libusb_2010.05.21.7z 2010.05.21 (pbr279)]''' 
    71   * '''[http://libusb-winusb-wip.googlecode.com/files/libusb_2010.05.17.7z 2010.05.17 (pbr277)]''' 
    7272  
    7373== Development Considerations ==