[linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-17 Thread nesta
hi all, i m very astonished why isnt there anyone who can answer me about how to use the gadgetfs i m gonna be made? i begin to wonder is it very too hard ? again all what i wanna do is: make my computer and my kit communicate with each other through usb cable? is so hard or impossible thi

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-21 Thread nesta
Alan Stern rowland.harvard.edu> writes: > > On Sat, 17 Mar 2007, nesta wrote: > > > hi all, > > i m very astonished why isnt there anyone who can answer me about how to use > > the gadgetfs i m gonna be made? > > i begin to wonder is it very too hard ? > > again all what i wanna do is

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-21 Thread Alan Stern
On Wed, 21 Mar 2007, nesta wrote: > thanks a lot Alan for your help but > i wanna tell u somthing: > it is about usb.c did u take a look at this file? u will find in the > function > named by > autoconfig, > that > it does not contain any case for omap_udc but it only contains cases for > ne

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-21 Thread nesta
so Alan the only difference between my part and the part u sent me is just in the names of endpoints? so could this b the reason for not creating the endpoints files? anyway i will try this new code tomorrow and tell u about the results. --

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-27 Thread nesta
Alan Stern rowland.harvard.edu> writes: > > On Wed, 21 Mar 2007, nesta wrote: > > > thanks a lot Alan for your help but > > i wanna tell u somthing: > > it is about usb.c did u take a look at this file? u will find in the function > > named by > > autoconfig, > > that > > it does not conta

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-27 Thread Alan Stern
On Tue, 27 Mar 2007, nesta wrote: > Dear Alan, > sorry for being late,i have tried the new version that u sent me, > finally the endpoint files have been created but still have the following > problem: > now if i want to send any data to the host, i should open the in-endpoint > file > then wr

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-27 Thread Wael Adel
On 3/27/07, Alan Stern <[EMAIL PROTECTED]> wrote: > On Tue, 27 Mar 2007, nesta wrote: > > > Dear Alan, > > sorry for being late,i have tried the new version that u sent me, > > finally the endpoint files have been created but still have the following > > problem: > > now if i want to send any data

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-27 Thread Alan Stern
On Tue, 27 Mar 2007, Wael Adel wrote: > > > if so, should i read these data at the host side or what? > > > > Of course you should. > > Actually i dont know how can i read the data at the host side i.e. my > computer? > do u have any suggestions? Load the usbtest driver and run the testusb prog

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-27 Thread Wael Adel
i have tried this but when i run testusb program as follows: ./testusb -a -t 9 -c 10 -s 256 i got the following error: usbfs files are missing i dont know why? On 3/27/07, Alan Stern <[EMAIL PROTECTED]> wrote: > On Tue, 27 Mar 2007, Wael Adel wrote: > > > > > if so, should i read these data a

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-27 Thread Alan Stern
On Tue, 27 Mar 2007, Wael Adel wrote: > i have tried this but when i run testusb program as follows: > > ./testusb -a -t 9 -c 10 -s 256 > > i got the following error: > > usbfs files are missing > > i dont know why? You may need to do "mount -t usbfs none /proc/bus/usb". Alan Stern --

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-17 Thread Alan Stern
On Sat, 17 Mar 2007, nesta wrote: > hi all, > i m very astonished why isnt there anyone who can answer me about how to use > the gadgetfs i m gonna be made? > i begin to wonder is it very too hard ? > again all what i wanna do is: > make my computer and my kit communicate with each other