Re: [PATCH v2 3/3] usb: common: otg-fsm: add host_request_flag in usb_gadget

2014-05-30 Thread Peter Chen
On Wed, May 28, 2014 at 03:08:20PM +0800, Li Jun wrote: > From: Li Jun > > This patch adds host_request_flag in usb_gadget to store host request from > application, clear the flag when otg leaves host state. > > Signed-off-by: Li Jun > --- > drivers/usb/common/usb-otg-fsm.c |4 > incl

[PATCH v2 3/3] usb: common: otg-fsm: add host_request_flag in usb_gadget

2014-05-28 Thread Li Jun
From: Li Jun This patch adds host_request_flag in usb_gadget to store host request from application, clear the flag when otg leaves host state. Signed-off-by: Li Jun --- drivers/usb/common/usb-otg-fsm.c |4 include/linux/usb/gadget.h |1 + 2 files changed, 5 insertions(+) d