summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLi Jun <B47624@freescale.com>2014-09-27 20:19:30 +0800
committerLi Jun <jun.li@freescale.com>2015-06-01 17:02:19 +0800
commiteeded24ce2d20b1c19d5c666e916f41995cf2385 (patch)
treeea972988c7e7cb7e3f3dd1d10803d9ec0ae867f9 /include
parent14ac2f1f74ce0b02e03296472e7d170c45a31f29 (diff)
MLK-9637-4 usb: chipidea: otg: test: add otg_srp_reqd timer for start srp
This patch adds a timer for chipidea otg fsm driver to start data pulse after A host ends the session. Acked-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Li Jun <b47624@freescale.com> (cherry picked from commit 35e92b59080b58925c3b96e36511056cb51d4a00)
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 73b09c9db68e..2f02d14b4276 100644
--- a/include/linux/usb/otg-fsm.h
+++ b/include/linux/usb/otg-fsm.h
@@ -65,6 +65,7 @@ enum otg_fsm_timer {
A_WAIT_ENUM,
A_DP_END,
A_TST_MAINT,
+ B_SRP_REQD,
HNP_POLLING,
NUM_OTG_FSM_TIMERS,