All of lore.kernel.org
 help / color / mirror / Atom feed
* Usb block driver to store file
@ 2014-06-25  6:42 ravi ranjan Mishra
  2014-06-26  3:41 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: ravi ranjan Mishra @ 2014-06-25  6:42 UTC (permalink / raw)
  To: kernelnewbies

HI,

i want to transfer a file and store in flash of usb from my driver.

i have already done usb driver register with char

but i want to store file from my driver.

how can possible pls help me

thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140625/4c53d240/attachment.html 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Usb block driver to store file
  2014-06-25  6:42 Usb block driver to store file ravi ranjan Mishra
@ 2014-06-26  3:41 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2014-06-26  3:41 UTC (permalink / raw)
  To: kernelnewbies

On Wed, Jun 25, 2014 at 12:12:57PM +0530, ravi ranjan Mishra wrote:
> HI,
> 
> i want to transfer a file and store in flash of usb from my driver.

Then use the built-in kernel driver that dos this.

> i have already done usb driver register with char
> 
> but i want to store file from my driver.
> 
> how can possible pls help me

USB storage is one of the most complex drivers out there, it's a whole
scsi stack there.  Use the in-kernel driver, don't write your own for no
reason.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-26  3:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-25  6:42 Usb block driver to store file ravi ranjan Mishra
2014-06-26  3:41 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.