Re: [PATCH 1/7] usb: gadget: add host_requestf_flag in usb_gadget for OTG HNP

2015-03-08 Thread Peter Chen
On Mon, Mar 09, 2015 at 10:09:17AM +0800, Li Jun wrote: > From: Li Jun > > Adds host_request_flag for gadget to store host request information from > application, which can be used to response to HNP polling from host. > > Signed-off-by: Li Jun > --- > include/linux/usb/gadget.h |1 + > 1

[PATCH 1/7] usb: gadget: add host_requestf_flag in usb_gadget for OTG HNP

2015-03-08 Thread Li Jun
From: Li Jun Adds host_request_flag for gadget to store host request information from application, which can be used to response to HNP polling from host. Signed-off-by: Li Jun --- include/linux/usb/gadget.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/usb/gadget.h b/i