diff options
| author | Li Jun <b47624@freescale.com> | 2015-03-20 04:28:05 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-26 05:54:39 -0400 |
| commit | 2f8a467a11aeec61f5077cd337b4efe74847e1d3 (patch) | |
| tree | 3fe6e54a4d9427d54f65e0416916cbc98df6a396 /include/linux/usb | |
| parent | 01ecd156905f6bbfe4f5bd278325071f9141726d (diff) | |
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/linux/usb')
| -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 { | |||
| 53 | B_SE0_SRP, | 53 | B_SE0_SRP, |
| 54 | B_SRP_FAIL, | 54 | B_SRP_FAIL, |
| 55 | A_WAIT_ENUM, | 55 | A_WAIT_ENUM, |
| 56 | B_DATA_PLS, | ||
| 57 | B_SSEND_SRP, | ||
| 56 | 58 | ||
| 57 | NUM_OTG_FSM_TIMERS, | 59 | NUM_OTG_FSM_TIMERS, |
| 58 | }; | 60 | }; |
