diff options
author | Li Jun <jun.li@freescale.com> | 2015-04-28 09:48:27 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2015-05-08 16:35:20 +0800 |
commit | 6d8bb6c6acb50a949ae2d29f5888b0ed3e2f6e5d (patch) | |
tree | 3facd76b729e6cfc84a2b3bc810283ebdb7dfea7 /include/linux | |
parent | dce2af6a0f346536edca005b5c52f116cd5e332d (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')
-rw-r--r-- | include/linux/usb/otg-fsm.h | 2 |
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, |