Changes between Version 129 and Version 130 of windows_backend
- Timestamp:
- 08/10/10 13:59:47 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend
v129 v130 82 82 * Neither WinUSB or HID can be used to send an actual reset command to an USB device. This is a limitation of the Microsoft drivers. 83 83 * Neither WinUSB or HID can be used to set a device configuration that is different from the default one. This is a limitation of the Microsoft drivers. 84 * If you use WinUSB as a replacement of the usbccgp driver of a composite parent, you will not be able to access the composite device interfaces. This is a limitation of WinUSB84 * If you use WinUSB as a replacement of the usbccgp driver of a composite parent, you will not be able to access the composite device interfaces. This is a limitation of the current code, which we are currently working on removing. 85 85 * WinUSB does not support multiple concurrent applications (as per the [http://download.microsoft.com/download/9/C/5/9C5B2167-8017-4BAE-9FDE-D599BAC8184A/WinUsb_HowTo.docx WinUSB Howto whitepaper]). 86 86 * WinUSB does not support isochronous transfers.