Hi,

Is there a possibility to force g_file_storage to transfer captured data directly from device's RAM instead of using file as a backing storage?
This should be used only for downloading data to host (but writing to id will be good). Data in the device's RAM is stored in raw format (no file system). Maximum amount of data will be 256MB. It can be transfered as a one file if necessary.
Should I make MTD driver for this part od memory?
What I'm seeing as a problem is that data should be read through filesystem and data can not be written through it (because design of the device, needs high speed of data storing).
I have idea to make dummy file for backing storage with some fs on it, and which will contain one dummy file which should represent data in device's memory.




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to