summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLi Jun <B47624@freescale.com>2014-09-27 19:49:56 +0800
committerLi Jun <B47624@freescale.com>2014-09-30 10:12:47 +0800
commit8e5f1b6b12ec77ec591909b09727049ffff37b9c (patch)
treebff6cab1d08a6cc7130053aa530c470a9dbf8d65 /include
parent34660f7aa14972630622406b9dbfc7a106d8d15d (diff)
MLK-9637-2 usb: otg: test: add otg_srp_reqd flag in otg_fsm
This patch adds flag otg_srp_reqd in struct otg_fsm to indicate A device as host wants B-UUT to do SRP once it ends the session. 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 f12584dc7c4d..d349581d7b54 100644
--- a/include/linux/usb/otg-fsm.h
+++ b/include/linux/usb/otg-fsm.h
@@ -108,6 +108,7 @@ struct otg_fsm {
/* OTG test device */
int tst_maint;
int otg_vbus_off;
+ int otg_srp_reqd;
/* Informative variables */
int a_bus_drop_inf;