Xiaofan Chen wrote:
> You need to fork libusbx and create your own SCSI Pass Through
> backend by yourself if you really want to use libusbx.

On the other hand libusbx already does this for HID class, so I don't
see why mass storage would be less worthy.


therau2000 wrote:
> Before I tried to use libusbx, I investigated (and many times
> unsuccessfully tried) just about every USB library I could find.

You were unsuccessful because you're trying to solve what is
sometimes called an X-Y problem. You want X but you're trying
to accomplish it by doing Y.

If you want to send raw SCSI commands to a storage device then you
need to look at what is available to accomplish this in a portable
way. All USB libraries have failed for you because your problem
actually is not about USB.

This is all assuming that it is indeed raw SCSI commands that need to
be sent to the device. I don't know that for certain, but it seems
highly likely.

I would not spend any more time on the USB domain, and instead look
at the storage subsystem and SCSI domain.


//Peter

------------------------------------------------------------------------------
WINDOWS 8 is here. 
Millions of people.  Your app in 30 days.
Visit The Windows 8 Center at Sourceforge for all your go to resources.
http://windows8center.sourceforge.net/
join-generation-app-and-make-money-coding-fast/
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to