Re: [linux-usb-devel] Gadget Controller driver

2005-11-21 Thread Alan Stern
On Mon, 21 Nov 2005, vishal wrote: > Here is the dump from dmesg with the verbose option enabled in the driver: > DM320 : DM320 USB Peripheral Controller (test version 1.0) > DM320 : version: 2005 September 01, Vishal Borker ( [EMAIL PROTECTED] ) > Interrupt: RESET Interrupt > g_file_storage DM320

Re: [linux-usb-devel] Gadget Controller driver

2005-11-21 Thread vishal
- From: "Alan Stern" <[EMAIL PROTECTED]> To: "vishal" <[EMAIL PROTECTED]> Cc: "linux usb devel" Sent: Thursday, November 17, 2005 9:11 PM Subject: Re: [linux-usb-devel] Gadget Controller driver | On Thu, 17 Nov 2005, vishal wrote: | | > thank

Re: [linux-usb-devel] Gadget Controller driver

2005-11-21 Thread vishal
t; Sent: Thursday, November 17, 2005 9:11 PM Subject: Re: [linux-usb-devel] Gadget Controller driver | On Thu, 17 Nov 2005, vishal wrote: | | > thanks a lot Greg. I applied the said patches. And thankfully i am able to | > detect my device as a Mass strage media device when i use

Re: [linux-usb-devel] Gadget Controller driver

2005-11-17 Thread Alan Stern
On Thu, 17 Nov 2005, vishal wrote: > thanks a lot Greg. I applied the said patches. And thankfully i am able to > detect my device as a Mass strage media device when i use the following > module load command: > #insmod g_file_storage.ko file=/my_file stall=n transport=BBB protocol=SCSI > rem

Re: [linux-usb-devel] Gadget Controller driver

2005-11-17 Thread vishal
the stipulated time? warm regards, Vishal - Original Message - From: "Greg KH" <[EMAIL PROTECTED]> To: "vishal" <[EMAIL PROTECTED]> Cc: "Alan Stern" <[EMAIL PROTECTED]>; "linux usb devel" Sent: Tuesday, October 25, 2005 11:

Re: [linux-usb-devel] Gadget Controller driver

2005-10-25 Thread Greg KH
On Mon, Oct 24, 2005 at 11:35:40AM +0530, vishal wrote: >Besides i would also need to get the RNDIS driver into my 2.6.5 tree. Is > there any patch available. I know Greg KH osted a patch for 2.6.5 under the > subject "[BK PATCH] USB update for 2.6.5" . Where could i get this patch > file?

Re: [linux-usb-devel] Gadget Controller driver

2005-10-24 Thread Alan Stern
On Mon, 24 Oct 2005, vishal wrote: > I moved a majority of the changes from the 2.6.13 file_storage gadget driver > into 2.6.5 . A few things like msleep_interruptible() & try_to_freeze() > which were supported in 2.6.13 i didnt try to move. A pecular problem i am > seeing is that my file_stora

Re: [linux-usb-devel] Gadget Controller driver

2005-10-23 Thread vishal
| Alern Stern wrote: | I can't recall any problems with the 2.6.5 version of g_file_storage, but | that was so long ago it doesn't mean much. More recent versions are | indeed stable and well-tested. | | There's one thing you need to watch out for, when writing a controller | driver for use with g

Re: [linux-usb-devel] Gadget Controller driver

2005-10-20 Thread Alan Stern
On Thu, 20 Oct 2005, vishal wrote: > Hi All, >I am currently working on developing the gadget controller driver for the > TI DM320 chip. I am done with the development of the gadget driver, and am > currently testing the driver using the available gadget API drivers. My > kernel version is

[linux-usb-devel] Gadget Controller driver

2005-10-20 Thread vishal
Hi All, I am currently working on developing the gadget controller driver for the TI DM320 chip. I am done with the development of the gadget driver, and am currently testing the driver using the available gadget API drivers. My kernel version is 2.6.5. I am basically trying to test my boa