summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLi Jun <b47624@freescale.com>2014-10-16 22:18:00 +0800
committerNitin Garg <nitin.garg@nxp.com>2016-01-14 10:57:01 -0600
commit08120ce5a96875f6bf0c9888cc851f8d01e0f211 (patch)
treeba9f7474378cc26b6456e1d7e012cefd71843c67 /include/linux
parent2727256801445765d6d68abd442c2dd1ade713d5 (diff)
MLK-9618-7 usb: chipidea: otg: delay turn on vbus when detecting data pulse
This patch adds a timer to delay turn on vbus after detecting data pulse from B-device, this is required by OTG SRP timing. Signed-off-by: Li Jun <b47624@freescale.com> (cherry picked from commit f02ee3e93715c41f5b1e11140f36e350c7ed4d6b)
Diffstat (limited to 'include/linux')
-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 1dd80f6f41ee..a7894631f593 100644
--- a/include/linux/usb/otg-fsm.h
+++ b/include/linux/usb/otg-fsm.h
@@ -55,6 +55,7 @@ enum otg_fsm_timer {
A_WAIT_ENUM,
B_DATA_PLS,
B_SSEND_SRP,
+ A_DP_END,
NUM_OTG_FSM_TIMERS,
};