On 2012.08.25 10:52, Xiaofan Chen wrote:
> It seems to me "xusb -k" does not work well with some
> USB Flash Drive like the Sandisk 8GB drive and a
> Kingston 1GB drive I have, even with a real Windows 7
> x64 machine.

Yeah, I'm seeing some of those issues too.

> The strange thing is that
> libusbk.sys behaves differently from winusb.sys and libusb0.sys.

Indeed...

> 1) libusb-win32 filter driver + original Windows driver usbstor.sys
> --> works fine, with a few warning messages
>
> Claiming interface 0...
> libusbx: error [winusbx_claim_interface] could not access interface 0: [50] 
> The
> request is not supported.

Oh, right, I was planning to address that one.
This error message should have been silenced after we added support for 
the filter driver, as this is not really an issue if we manage to find 
the filter. I have now pushed a commit to fix this.

> libusbx: info [get_interface_details_filter] assigned libusb0 symbolic link 
> \\.\
> libusb0-0001

Mmm, maybe we should set that info message to debug? What do you think? 
Not the message is that informational after all...

> 3) libusb0.sys --> works fine, with one warning message
>
> Reading string descriptors:
>     String (0x01): "Generic"
>     String (0x02): "Flash Disk"
> libusbx: error [winusbx_submit_control_transfer] ControlTransfer failed: [31] 
> A
> device attached to the system is not functioning.

Yeah, I think that's the same issue I mentioned when querying string 
descriptor 0xEE for WCID. Only seems to occur with libusb0.sys (either 
filter or regular)

> 4) libusbk.sys --> does not work well.

Yup... I'll try to see if we can get some more info with the debug driver.

Regards,

/Pete


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to