Re: [PATCH] usb: add OTG 2.0 definition and support into gadget function

2015-03-25 Thread Macpaul Lin
Hi Peter, 2015-03-25 19:59 GMT+08:00 Peter Chen : >> +config USB_OTG20 >> + bool "OTG20 support (EXPERIMENTAL)" ... >> + Select this only if your board support OTG 20's hardware >> requirements. ... >> +#ifdef CONFIG_USB_OTG20 >> + case USB_DT_OTG: >> +

RE: [PATCH] usb: add OTG 2.0 definition and support into gadget function

2015-03-25 Thread Peter Chen
> > Add OTG 2.0 descriptors and enable the gadget function. > This change has been tested with USB-IF Compliance PET TEST: OTG-B > VBUS.mpet testing item. > > Signed-off-by: Macpaul Lin > --- > drivers/usb/core/Kconfig | 9 + > drivers/usb/gadget/composite.c| 12

Re: [PATCH] usb: add OTG 2.0 definition and support into gadget function

2015-03-25 Thread Li Jun
On Wed, Mar 25, 2015 at 06:04:17PM +0800, Macpaul Lin wrote: > Add OTG 2.0 descriptors and enable the gadget function. > This change has been tested with USB-IF Compliance > PET TEST: OTG-B VBUS.mpet testing item. > > Signed-off-by: Macpaul Lin > --- > drivers/usb/core/Kconfig | 9