> Further, since WinUSB isoc is only available on Windows 8.1, I'm not sure 
> within the current libusbx framework how one would check the platform and 
> notify the API user that WinUSB does or does not have isoc support on the 
> current platform.

Easy. We already have part of a Windows version detection call that is executed 
on `libusb_init()`.
All `_submit_iso_transfer()` has to do then is check if the WinUSBX subapi is 
WinUSB and if the version set during init, to either process the call or return 
`LIBUSB_ERROR_NOT_SUPPORTED`.

---
Reply to this email directly or view it on GitHub:
https://github.com/libusbx/libusbx/pull/164#issuecomment-30281481
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to