Re: Remote wakeup functionality using gadgetfs.

2012-08-09 Thread Ming Lei
On Thu, Aug 9, 2012 at 8:50 PM, Alan Stern wrote: > > g_zero supports remote wakeup (for testing purposes). Yes, miss this one, :-), and it is just for test purpose. In fact, gadget device should send remote wakeup when it has data to send to host and it is in suspend state. I remember that I

Re: Remote wakeup functionality using gadgetfs.

2012-08-09 Thread Alan Stern
On Thu, 9 Aug 2012, Ming Lei wrote: > On Wed, Aug 8, 2012 at 10:36 PM, Alan Stern wrote: > > On Wed, 8 Aug 2012, Dineshkumar wrote: > > > >> Hi, > >> I am trying enable remote wakeup functionality using gadgetfs. But > >> initialization fails with inv

Re: Remote wakeup functionality using gadgetfs.

2012-08-09 Thread Ming Lei
On Wed, Aug 8, 2012 at 10:36 PM, Alan Stern wrote: > On Wed, 8 Aug 2012, Dineshkumar wrote: > >> Hi, >> I am trying enable remote wakeup functionality using gadgetfs. But >> initialization fails with invalid argument. I have read from one of the >> threads >&

Re: Remote wakeup functionality using gadgetfs.

2012-08-08 Thread Dineshkumar
Thanks for the confirmation. I will try and update you. Dineshkumar -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Remote wakeup functionality using gadgetfs.

2012-08-08 Thread Alan Stern
On Wed, 8 Aug 2012, Dineshkumar wrote: > Hi, > I am trying enable remote wakeup functionality using gadgetfs. But > initialization fails with invalid argument. I have read from one of the > threads > in this forum that confirms this behavior. Now, my doubt is how to achieve > r

Remote wakeup functionality using gadgetfs.

2012-08-08 Thread Dineshkumar
Hi, I am trying enable remote wakeup functionality using gadgetfs. But initialization fails with invalid argument. I have read from one of the threads in this forum that confirms this behavior. Now, my doubt is how to achieve remote wakeup using gadgetfs? Is there any work around for this