summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLi Jun <B47624@freescale.com>2014-09-27 21:07:48 +0800
committerLi Jun <B47624@freescale.com>2014-09-30 10:12:48 +0800
commit92382e06c6902731b05dcbb0db4f0ebfa486969f (patch)
tree87598ade5d87c89875621daba0804ad14efa6ba1 /include
parentc334dc80bc2672aab012cad6926d819feaf4634d (diff)
MLK-9638-2 usb: otg: test: add otg_hnp_reqd flag in struct otg_fsm
This patch adds flag otg_hnp_reqd in struct otg_fsm to indicate A device as host wants to start HNP sequence. Acked-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Li Jun <b47624@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb/otg-fsm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/otg-fsm.h b/include/linux/usb/otg-fsm.h
index 0c4eda0c8caa..b0fbee305d3e 100644
--- a/include/linux/usb/otg-fsm.h
+++ b/include/linux/usb/otg-fsm.h
@@ -110,6 +110,7 @@ struct otg_fsm {
int tst_maint;
int otg_vbus_off;
int otg_srp_reqd;
+ int otg_hnp_reqd;
/* Informative variables */
int a_bus_drop_inf;