ccier wrote:
>
> Ok, thanks for the info.
>
> Yes, i am claiming interface 0 and interface 3 on the same handle.
> It is a Huawei USB modem. The driver is installed on the parent
> device. In this way I would assume that I have total control over the
> device using libusbx.
>

Yes, this is a subtlety in WinUSB that libusbx does not properly
handle.  When you send a control request, libusbx finds the first valid
interface handle in its list and uses that.  That does not work for
INTERFACE requests.  It would have to search for the MATCHING interface
handle.

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.


------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&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