g...@novadsp.com wrote: > Interfaces: 2 .. > Interface Number: 0 > Number of endpoints: 2 .. > Interface Number: 1 > Number of endpoints: 0 > > What I don't get is how to write to the second interface. > > Using anything other than an index of 1 for libusb_claim_interface() > returns LIBUSB_ERROR_NOT_SUPPORTED. > > I'm missing something crashingly obvious - can anyone point out what?
As Alan points out, Interface Number in the output above is the number you use with libusb_claim_interface(). The first interface can't be claimed because it is using a driver other than WinUSB (the storage class driver I think you said). //Peter ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ libusbx-devel mailing list libusbx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libusbx-devel