Re: USB file mmap

2014-07-07 Thread Greg KH
On Mon, Jul 07, 2014 at 07:30:07PM +0530, Jeshwanth Kumar N K wrote: Hello List, I am trying to understand mmap on files residing in USB flash, so can you please give a pointer from where I can start to understand this? I mean how it works, and which part in kernel takes care of it. That's a

Re: USB file mmap

2014-07-07 Thread Greg Kroah-Hartman
On Mon, Jul 07, 2014 at 01:29:29PM -0700, Greg Kroah-Hartman wrote: On Tue, Jul 08, 2014 at 01:26:26AM +0530, Jeshwanth Kumar N K wrote: Hi Greg, Thanks for the reply. I recently purchased an mbed board https://mbed.org/platforms/mbed-LPC1768/ (friend recommended) to learn USB

Re: USB file mmap

2014-07-07 Thread Greg Kroah-Hartman
On Tue, Jul 08, 2014 at 01:26:26AM +0530, Jeshwanth Kumar N K wrote: Hi Greg, Thanks for the reply. I recently purchased an mbed board https://mbed.org/platforms/mbed-LPC1768/ (friend recommended) to learn USB Mass storage class. And used OpenLPC usb stack with fatfs example to check how

Re: USB file mmap

2014-07-07 Thread Jeshwanth Kumar N K
Hi Greg, Thanks for the reply. I recently purchased an mbed board https://mbed.org/platforms/mbed-LPC1768/ (friend recommended) to learn USB Mass storage class. And used OpenLPC usb stack with fatfs example to check how it works (used protocol analyser and stuff, to know whats happening). In