Re: [PATCH v2] usb: introduce OTG 2.0 related kernel feature and API.

2015-03-26 Thread Greg KH
On Thu, Mar 26, 2015 at 11:21:43AM +0800, Macpaul Lin wrote: > Introduce kernel feature CONFIG_USB_OTG20 and related > gadget_is_otg20() API for supporting OTG20 compliant > drivers. > This patch also updated usb_otg_descritpor. > > Signed-off-by: Macpaul Lin > --- > drivers/usb/core/Kconfig

Re: [PATCH v2] usb: introduce OTG 2.0 related kernel feature and API.

2015-03-26 Thread Peter Chen
On Thu, Mar 26, 2015 at 11:21:43AM +0800, Macpaul Lin wrote: > Introduce kernel feature CONFIG_USB_OTG20 and related > gadget_is_otg20() API for supporting OTG20 compliant > drivers. > This patch also updated usb_otg_descritpor. > > Signed-off-by: Macpaul Lin > --- > drivers/usb/core/Kconfig

[PATCH v2] usb: introduce OTG 2.0 related kernel feature and API.

2015-03-25 Thread Macpaul Lin
Introduce kernel feature CONFIG_USB_OTG20 and related gadget_is_otg20() API for supporting OTG20 compliant drivers. This patch also updated usb_otg_descritpor. Signed-off-by: Macpaul Lin --- drivers/usb/core/Kconfig | 9 + include/linux/usb/gadget.h | 24