Re: [PATCH v5 1/3] usb: gadget: ep: add feature flags

2014-02-20 Thread Felipe Balbi
Hi, On Mon, Dec 16, 2013 at 07:23:32PM -0600, Felipe Balbi wrote: > Add a few flags to tell gadget framework which > features a particular endpoint supports. > > Signed-off-by: Felipe Balbi looks like nobody has any further comments to this series. I'm assuming it's ok to apply. -- balbi si

[PATCH v5 1/3] usb: gadget: ep: add feature flags

2013-12-16 Thread Felipe Balbi
Add a few flags to tell gadget framework which features a particular endpoint supports. Signed-off-by: Felipe Balbi --- include/linux/usb/gadget.h | 13 + 1 file changed, 13 insertions(+) diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h index cae8a62..d84cdc5 100