Re: [PATCH v3 3/3] usb: udc: add usb_udc_activation_handler

2015-01-27 Thread Felipe Balbi
On Mon, Jan 19, 2015 at 11:25:05AM -0500, Alan Stern wrote: On Mon, 19 Jan 2015, Peter Chen wrote: On Fri, Jan 16, 2015 at 11:11:56AM -0500, Alan Stern wrote: On Fri, 16 Jan 2015, Peter Chen wrote: During this API, the deactivation count will be update, and it will try to

Re: [PATCH v3 3/3] usb: udc: add usb_udc_activation_handler

2015-01-19 Thread Alan Stern
On Mon, 19 Jan 2015, Peter Chen wrote: On Fri, Jan 16, 2015 at 11:11:56AM -0500, Alan Stern wrote: On Fri, 16 Jan 2015, Peter Chen wrote: During this API, the deactivation count will be update, and it will try to connect or disconnect gadget. It can be used to enable functions for

Re: [PATCH v3 3/3] usb: udc: add usb_udc_activation_handler

2015-01-18 Thread Peter Chen
On Fri, Jan 16, 2015 at 11:11:56AM -0500, Alan Stern wrote: On Fri, 16 Jan 2015, Peter Chen wrote: During this API, the deactivation count will be update, and it will try to connect or disconnect gadget. It can be used to enable functions for gadget. Signed-off-by: Peter Chen

[PATCH v3 3/3] usb: udc: add usb_udc_activation_handler

2015-01-16 Thread Peter Chen
During this API, the deactivation count will be update, and it will try to connect or disconnect gadget. It can be used to enable functions for gadget. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/gadget/udc/udc-core.c | 28 +++-

Re: [PATCH v3 3/3] usb: udc: add usb_udc_activation_handler

2015-01-16 Thread Alan Stern
On Fri, 16 Jan 2015, Peter Chen wrote: During this API, the deactivation count will be update, and it will try to connect or disconnect gadget. It can be used to enable functions for gadget. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/gadget/udc/udc-core.c | 28