|
From: Vasanth V <vas...@gm...> - 2022-09-18 17:07:32
|
Hi Tim, Thanks for the reply. I was able to do bulk only transfer but I have business need to use UAS end point. In device descriptor, I see UAS end points as well along with bulk only transfer. I want to know libusb sequence of APIs to send SCSI read/write using CMD, Data In, DataOut and Status end points. Please suggest Thanks Vasanth On Sun, Sep 18, 2022, 10:39 AM Tim Roberts <ti...@pr...> wrote: > On Sep 17, 2022, at 6:48 PM, Vasanth V <vas...@gm...> wrote: > > > > I am using libusb library on Ubuntu 16.4 and and I want to perform host > data transfer on UAS enabled drive using UAS end points interface. With > libusb_bulk_transfer API, I am geting IO error. Please suggest how to > achieve Host data transfer using libusb on UAS end points > > Don’t do that. If you have a USB storage device, then use it through the > normal disk interfaces. Anything else will just bring you pain. > — > Tim Roberts, ti...@pr... > Providenza & Boekelheide, Inc. > > > > _______________________________________________ > libusb-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/libusb-devel > |