summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLi Jun <B47624@freescale.com>2014-09-27 21:13:42 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 09:23:18 -0500
commit45a9fec4ed96be617ded0b936ecf4171df7d3c8f (patch)
tree0a4b9da298db4789f57c65bdfc81e532d9bb56ff /include
parentdcdb23ea0439c407f788d0daa2a294d18aac405b (diff)
MLK-9638-4 usb: ehset: test: start timer for B host switch role back
After B device as host enumerates A peripheral and sets configuration, B host should start to hand host role back to A device when this timer expires. Acked-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Li Jun <b47624@freescale.com> (cherry picked from commit 3f4a8c8a20ef69721f9e7886b8d245036d41d91a)
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 3621c77ad03f..e329de65a9fe 100644
--- a/include/linux/usb/otg-fsm.h
+++ b/include/linux/usb/otg-fsm.h
@@ -66,6 +66,7 @@ enum otg_fsm_timer {
A_DP_END,
A_TST_MAINT,
B_SRP_REQD,
+ B_TST_SUSP,
HNP_POLLING,
NUM_OTG_FSM_TIMERS,