summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLi Jun <B47624@freescale.com>2014-09-27 21:13:42 +0800
committerLi Jun <jun.li@freescale.com>2015-06-01 17:02:25 +0800
commit72b535f92ea078d8c3bd73186763bcb2f39106bb (patch)
tree794d66e9c1539388d8ef663ddff28c12c3325388 /include
parent03f3f886029fa8f25dde34fcfeb28589ead0064f (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,