Re: [PATCH 1/9] usb: introduce OTG version number config

2015-05-27 Thread Peter Chen
On Thu, May 28, 2015 at 10:00:52AM +0800, Li Jun wrote: > On Thu, May 28, 2015 at 09:15:05AM +0800, Peter Chen wrote: > > On Wed, May 27, 2015 at 07:50:01PM +0800, Li Jun wrote: > > > From: Macpaul Lin > > > > > > Add CONFIG_USB_OTG_VERSION to identify the OTG and EH supplement release > > > num

Re: [PATCH 1/9] usb: introduce OTG version number config

2015-05-27 Thread Li Jun
On Thu, May 28, 2015 at 09:15:05AM +0800, Peter Chen wrote: > On Wed, May 27, 2015 at 07:50:01PM +0800, Li Jun wrote: > > From: Macpaul Lin > > > > Add CONFIG_USB_OTG_VERSION to identify the OTG and EH supplement release > > number > > with which the OTG device is compliant, also update the usb_

Re: [PATCH 1/9] usb: introduce OTG version number config

2015-05-27 Thread Peter Chen
On Wed, May 27, 2015 at 07:50:01PM +0800, Li Jun wrote: > From: Macpaul Lin > > Add CONFIG_USB_OTG_VERSION to identify the OTG and EH supplement release > number > with which the OTG device is compliant, also update the usb_otg_descriptor for > OTG 2.0 and later release to include this OTG versi

[PATCH 1/9] usb: introduce OTG version number config

2015-05-27 Thread Li Jun
From: Macpaul Lin Add CONFIG_USB_OTG_VERSION to identify the OTG and EH supplement release number with which the OTG device is compliant, also update the usb_otg_descriptor for OTG 2.0 and later release to include this OTG version number. Signed-off-by: Macpaul Lin Signed-off-by: Li Jun --- d