Re: [PATCH v3 1/1] usb: gadget: zero: Add flexible auto remote wakeup test method

2013-09-23 Thread Felipe Balbi
On Thu, Sep 19, 2013 at 08:38:23PM +0800, Peter Chen wrote: > On Thu, Sep 19, 2013 at 09:24:15AM +0200, Daniele Forsi wrote: > > 2013/9/19 Peter Chen: > > > > > + "milliseconds to increase successive wakup delays"); > > > > there's a typo: s/wakup/wakeup/ > > > > Thanks, I think I

Re: [PATCH v3 1/1] usb: gadget: zero: Add flexible auto remote wakeup test method

2013-09-19 Thread Peter Chen
On Thu, Sep 19, 2013 at 09:24:15AM +0200, Daniele Forsi wrote: > 2013/9/19 Peter Chen: > > > + "milliseconds to increase successive wakup delays"); > > there's a typo: s/wakup/wakeup/ > Thanks, I think I need check more carefully for typo error -- Best Regards, Peter Chen -- T

Re: [PATCH v3 1/1] usb: gadget: zero: Add flexible auto remote wakeup test method

2013-09-19 Thread Daniele Forsi
2013/9/19 Peter Chen: > + "milliseconds to increase successive wakup delays"); there's a typo: s/wakup/wakeup/ -- Daniele Forsi -- 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 htt

[PATCH v3 1/1] usb: gadget: zero: Add flexible auto remote wakeup test method

2013-09-18 Thread Peter Chen
In order to increase test coverage, we can change the interval between two remote wakeups every time, and the interval can be any user defined value. This change will no affect current behavior if the user does not use two introduced module parameters. Signed-off-by: Peter Chen --- Chagnes for v