Re: help with f_loopback

2012-12-19 Thread Felipe Balbi
On Wed, Dec 19, 2012 at 09:19:53AM +0100, Sebastian Andrzej Siewior wrote: > On Tue, Dec 18, 2012 at 07:29:40PM -0600, ricardo garcia wrote: > > > > my controller its: PHY dwc_otg (Broadcom BCMxxx) > > That one is not in tree. I'm afraid you are on your own here. It might be the > fault of the UD

Re: help with f_loopback

2012-12-19 Thread Sebastian Andrzej Siewior
On Tue, Dec 18, 2012 at 07:29:40PM -0600, ricardo garcia wrote: > > my controller its: PHY dwc_otg (Broadcom BCMxxx) That one is not in tree. I'm afraid you are on your own here. It might be the fault of the UDC. > im not currently able to test this with 3.7, can somebody give it a > try to rule

Re: help with f_loopback

2012-12-18 Thread ricardo garcia
On Tue, Dec 18, 2012 at 12:32 PM, Sebastian Andrzej Siewior wrote: > On Tue, Dec 18, 2012 at 10:28:18AM -0600, ricardo garcia wrote: >> > try with our test application just to rule out bugs on the host side. >> > Also, which controller are you using ? Why are you sticking to such an >> > old kerne

Re: help with f_loopback

2012-12-18 Thread Sebastian Andrzej Siewior
On Tue, Dec 18, 2012 at 10:28:18AM -0600, ricardo garcia wrote: > > try with our test application just to rule out bugs on the host side. > > Also, which controller are you using ? Why are you sticking to such an > > old kernel ? Can you try with current stable release, v3.7 ? That is a good start

Re: help with f_loopback

2012-12-18 Thread ricardo garcia
On Tue, Dec 18, 2012 at 9:08 AM, Felipe Balbi wrote: > Hi, > > (avoid top-posting, please) > > On Tue, Dec 18, 2012 at 08:43:52AM -0600, ricardo garcia wrote: >> im using a self-made Windows-WinUsb application that handles the g_zero >> device >> it sends simple raw data to it, like "hello" or "b

Re: help with f_loopback

2012-12-18 Thread Felipe Balbi
Hi, (avoid top-posting, please) On Tue, Dec 18, 2012 at 08:43:52AM -0600, ricardo garcia wrote: > im using a self-made Windows-WinUsb application that handles the g_zero device > it sends simple raw data to it, like "hello" or "bye"nothing > fancybut I dont think > this has something to d

Re: help with f_loopback

2012-12-18 Thread ricardo garcia
im using a self-made Windows-WinUsb application that handles the g_zero device it sends simple raw data to it, like "hello" or "bye"nothing fancybut I dont think this has something to do with the other side because even when i call usb_ep_queue() (with both out and in endpoints), if the ->l

Re: help with f_loopback

2012-12-18 Thread Sebastian Andrzej Siewior
On Mon, Dec 17, 2012 at 11:39:21PM -0600, ricardo garcia wrote: > Hello, im using f_loopback.c in the gadget folderits working > fine...it sends > back the data that I write...but if the data is longer than 128 bytes > it does not send it back! ... > im using kernel 3.0...thanks How do you tes