diff options
author | Li Jun <B47624@freescale.com> | 2014-09-27 21:07:48 +0800 |
---|---|---|
committer | Li Jun <B47624@freescale.com> | 2014-09-30 10:12:48 +0800 |
commit | 92382e06c6902731b05dcbb0db4f0ebfa486969f (patch) | |
tree | 87598ade5d87c89875621daba0804ad14efa6ba1 /include | |
parent | c334dc80bc2672aab012cad6926d819feaf4634d (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.h | 1 |
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; |