Re: USB driver query

2008-02-20 Thread Lal
Sorry to resubmit. Just wondering, if it didn't get your attention. Thanks in advance. -Lal On Feb 4, 2008 8:21 PM, Greg KH <[EMAIL PROTECTED]> wrote: > On Mon, Feb 04, 2008 at 07:44:45PM +0530, Lal wrote: > > I have developed a sample USB mass storage driver. > > I'm curious why the two e

Re: USB driver query

2008-02-16 Thread Lal
On Feb 4, 2008 8:21 PM, Greg KH <[EMAIL PROTECTED]> wrote: > On Mon, Feb 04, 2008 at 07:44:45PM +0530, Lal wrote: > > I have developed a sample USB mass storage driver. > > I'm curious why the two existing drivers for this in the kernel did not > properly work out for you. Are we not supporting so

Re: USB driver query

2008-02-04 Thread Alan Stern
On Mon, 4 Feb 2008, Lal wrote: > I have developed a sample USB mass storage driver. Using this driver, > I can mount file system on my CF card, and can read/write small files > to/from CF card. However, the driver crashes while reading/writing > large files. > From kernel stack trace, it seems the

Re: USB driver query

2008-02-04 Thread Greg KH
On Mon, Feb 04, 2008 at 07:44:45PM +0530, Lal wrote: > I have developed a sample USB mass storage driver. I'm curious why the two existing drivers for this in the kernel did not properly work out for you. Are we not supporting something that you found lacking? > Using this driver, I can mount fi

USB driver query

2008-02-04 Thread Lal
I have developed a sample USB mass storage driver. Using this driver, I can mount file system on my CF card, and can read/write small files to/from CF card. However, the driver crashes while reading/writing large files. >From kernel stack trace, it seems there is some synchronization issue with int