summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLi Jun <b47624@freescale.com>2014-10-16 22:18:01 +0800
committerNitin Garg <nitin.garg@nxp.com>2016-01-14 10:59:17 -0600
commit8ca918c273b6da3dbbfb57f1ef4a227ce008450c (patch)
treec5b03520368de64ab8612ccf3029ee04aa546393 /include
parent63738c646dfa4df646b42a7883591347c4b86845 (diff)
MLK-9618-8 usb: chipidea: otg: add A idle to B disconnect timer
B-device detects that bus is idle for more than TB_AIDL_BDIS min and begins HNP by turning off pullup on DP, this allows the bus to discharge to the SE0 state. This timer was missed and failed with one PET test, this patch is to fix this timing issue. Signed-off-by: Li Jun <b47624@freescale.com> (cherry picked from commit 338efb70f6400d0930e6c8d53b2f4293a80db6d1)
Diffstat (limited to 'include')
-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 6e78e75962d2..eb304d5ab1e3 100644
--- a/include/linux/usb/otg-fsm.h
+++ b/include/linux/usb/otg-fsm.h
@@ -56,6 +56,7 @@ enum otg_fsm_timer {
A_AIDL_BDIS,
B_ASE0_BRST,
A_BIDL_ADIS,
+ B_AIDL_BDIS,
/* Auxiliary timers */
B_SE0_SRP,