summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLi Jun <b47624@freescale.com>2014-05-17 03:15:34 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-04-14 14:02:00 -0500
commite19d0282ed6e2587187ee6329c33332b1e320672 (patch)
tree4790097c530dcc6e075c6d83a10dfacb74ea9f79 /include
parenteeeb09c86010e72153fbe15b0b67eefd160a0344 (diff)
ENGR00319720-2 usb: common: otg-fsm: start HNP polling timer in host state
This patch starts HNP polling timer when otg is set to be a_host or b_host. Signed-off-by: Li Jun <b47624@freescale.com>
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 a18e2bd46597..3d39d5195cc9 100644
--- a/include/linux/usb/otg-fsm.h
+++ b/include/linux/usb/otg-fsm.h
@@ -54,6 +54,7 @@ enum otg_fsm_timer {
B_SRP_FAIL,
A_WAIT_ENUM,
A_DP_END,
+ HNP_POLLING,
NUM_OTG_FSM_TIMERS,
};