On 08/15/2012 08:28 PM, Michal Nazarewicz wrote:
sendpage()&  splice() would probably do more good, no?

splice() is for moving data between two files descriptors, so that won't
be that useful with FFS (I mean, it could be useful in addition), since
I'm talking about kernel<->user space transfers.

sendpage() I'm not even sure how to use/implement. ;)

An update gadget which reads data over USB and writes to disk would
move data from one descriptor to the other.

Sebastian
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to