summaryrefslogtreecommitdiff
path: root/include/linux/usb
diff options
context:
space:
mode:
authorLi Jun <jun.li@freescale.com>2015-04-28 09:48:27 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 09:22:44 -0500
commit6f1e24a65d134c5f292ca9e9525e95252393e5c5 (patch)
tree55a9ca8c3d2e278bcf9633f94b9cbe9091e86e61 /include/linux/usb
parent84ed4c8b245cd91ac53e76dc614fc6718d202bca (diff)
MLK-10765 usb: otg-fsm: move 2 otg fsm timers definition to otg_fsm_timer
B_DATA_PLS(data-line pulse time) and B_SSEND_SRP(session end to SRP init) are also from OTG&EH 2.0 Specification and they are not chipidea specific. Signed-off-by: Li Jun <jun.li@freescale.com> Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/otg-fsm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/otg-fsm.h b/include/linux/usb/otg-fsm.h
index 92ce7595b4d7..19a338926242 100644
--- a/include/linux/usb/otg-fsm.h
+++ b/include/linux/usb/otg-fsm.h
@@ -60,6 +60,8 @@ enum otg_fsm_timer {
/* Auxiliary timers */
B_SE0_SRP,
B_SRP_FAIL,
+ B_DATA_PLS,
+ B_SSEND_SRP,
A_WAIT_ENUM,
A_DP_END,
HNP_POLLING,