Re: [RFCv2 3/4] usb: gadget: epautoconf: check feature flags

2013-11-08 Thread Felipe Balbi
Hi, On Fri, Nov 08, 2013 at 02:24:43PM -0500, Alan Stern wrote: > On Fri, 8 Nov 2013, Felipe Balbi wrote: > > > Start matching endpoints against feature flags, > > this will help us dropping the naming conventions > > currently used by the Gadget Framework. > > The logic doesn't look quite right

Re: [RFCv2 3/4] usb: gadget: epautoconf: check feature flags

2013-11-08 Thread Alan Stern
On Fri, 8 Nov 2013, Felipe Balbi wrote: > Start matching endpoints against feature flags, > this will help us dropping the naming conventions > currently used by the Gadget Framework. The logic doesn't look quite right. > Signed-off-by: Felipe Balbi > --- > drivers/usb/gadget/epautoconf.c | 28

[RFCv2 3/4] usb: gadget: epautoconf: check feature flags

2013-11-08 Thread Felipe Balbi
Start matching endpoints against feature flags, this will help us dropping the naming conventions currently used by the Gadget Framework. Signed-off-by: Felipe Balbi --- drivers/usb/gadget/epautoconf.c | 28 ++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --gi