diff options
author | Li Jun <b47624@freescale.com> | 2015-03-20 16:28:05 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-26 10:54:39 +0100 |
commit | 2f8a467a11aeec61f5077cd337b4efe74847e1d3 (patch) | |
tree | 3fe6e54a4d9427d54f65e0416916cbc98df6a396 /include | |
parent | 01ecd156905f6bbfe4f5bd278325071f9141726d (diff) | |
download | blackbird-op-linux-2f8a467a11aeec61f5077cd337b4efe74847e1d3.tar.gz blackbird-op-linux-2f8a467a11aeec61f5077cd337b4efe74847e1d3.zip |
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-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 b6ba1bfb86f2..f728f1854829 100644 --- a/include/linux/usb/otg-fsm.h +++ b/include/linux/usb/otg-fsm.h @@ -53,6 +53,8 @@ enum otg_fsm_timer { B_SE0_SRP, B_SRP_FAIL, A_WAIT_ENUM, + B_DATA_PLS, + B_SSEND_SRP, NUM_OTG_FSM_TIMERS, }; |