summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLi Jun <B47624@freescale.com>2014-09-27 21:13:42 +0800
committerLi Jun <B47624@freescale.com>2014-09-30 10:12:49 +0800
commit3f4a8c8a20ef69721f9e7886b8d245036d41d91a (patch)
tree02c907a64e942a45399f685e59e8f9b0e8cdc515 /include
parent450d4a1eb40ec4284661c1130bdcc4f4d2e6c527 (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>
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 b0fbee305d3e..1c46d19f8672 100644
--- a/include/linux/usb/otg-fsm.h
+++ b/include/linux/usb/otg-fsm.h
@@ -63,6 +63,7 @@ enum otg_fsm_timer {
A_WAIT_ENUM,
A_TST_MAINT,
B_SRP_REQD,
+ B_TST_SUSP,
HNP_POLLING,
NUM_OTG_FSM_TIMERS,