Changes between Version 115 and Version 116 of windows_backend
- Timestamp:
- 07/30/10 01:59:39 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend
v115 v116 7 7 == Status == 8 8 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: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 (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]] 10 Supported systems are all Windows platforms, starting with Windows XP, and including 64 bit versions, with the following untested exceptions: 11 11 * Windows 2003 12 12 * Windows XP 64 bit … … 64 64 Cygwin 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]. 65 65 66 * '''[http://libusb-winusb-wip.googlecode.com/files/libusb_2010.05.30.7z 2010.05.30 (pbr288)]''' 66 67 * '''[http://libusb-winusb-wip.googlecode.com/files/libusb_2010.07.29.7z 2010.07.29 (pbr286)]''' 67 68 * '''[http://libusb-winusb-wip.googlecode.com/files/libusb_2010.06.14.7z 2010.06.14 (pbr283)]''' … … 69 70 * '''[http://libusb-winusb-wip.googlecode.com/files/libusb_2010.05.24.7z 2010.05.24 (pbr281)]''' 70 71 * '''[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)]'''72 72 73 73 == Development Considerations ==