Changes between Version 213 and Version 214 of windows_backend


Ignore:
Timestamp:
05/05/12 15:40:02 (13 months ago)
Author:
xiaofan
Comment:

Remove the incorrect WinUSB limitation

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend

    v213 v214  
    103103  * WinUSB does not support multiple concurrent applications (as per the [http://msdn.microsoft.com/en-us/library/windows/hardware/ff540215.aspx MSDN documenation]). 
    104104  * WinUSB does not support isochronous transfers. 
    105   * When using interface control requests (LIBUSB_RECIPIENT_INTERFACE), WinUSB overrides the low byte of wIndex with the destination interface. This is a limitation of the Microsoft driver. See [http://www.lvr.com/forum/index.php?topic=331 here] for more details. 
    106105  * Because there is no native poll on Windows, the ability to return externally pollable file descriptors on Windows ([http://libusb.sourceforge.net/api-1.0/group__poll.html#gab1a72869a926552b27a6c667695df3a2 libusb_get_pollfd]) returns an error. 
    107106