Re: [PATCH v3 03/22] usb: add OTG feature options to gadget structure.

2015-06-16 Thread Li Jun
On Tue, Jun 16, 2015 at 10:28:57AM +0300, Roger Quadros wrote: > > On Tue, 16 Jun 2015 14:51:53 +0800 > Li Jun wrote: > > > From: Macpaul Lin > > > > Add ADP, HNP and SRP feature options and otg version to gadget structure. > > > > Signed-off-by: Macpaul Lin > > Signed-off-by: Li Jun > > --

Re: [PATCH v3 03/22] usb: add OTG feature options to gadget structure.

2015-06-16 Thread Roger Quadros
On Tue, 16 Jun 2015 14:51:53 +0800 Li Jun wrote: > From: Macpaul Lin > > Add ADP, HNP and SRP feature options and otg version to gadget structure. > > Signed-off-by: Macpaul Lin > Signed-off-by: Li Jun > --- > include/linux/usb/gadget.h | 11 +++ > 1 file changed, 11 insertions(+)

[PATCH v3 03/22] usb: add OTG feature options to gadget structure.

2015-06-16 Thread Li Jun
From: Macpaul Lin Add ADP, HNP and SRP feature options and otg version to gadget structure. Signed-off-by: Macpaul Lin Signed-off-by: Li Jun --- include/linux/usb/gadget.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h