diff options
author | Li Jun <b47624@freescale.com> | 2014-05-17 03:15:34 +0800 |
---|---|---|
committer | Li Jun <jun.li@freescale.com> | 2015-01-21 22:11:11 +0800 |
commit | bb64937134ae6665d0f56d8b5f4266f82a7e5e6d (patch) | |
tree | 0cf7ce7c569afd48ff556ac94b7fc9ea8e1b5812 /include | |
parent | eaf7aee9a4240fbc928d2d6cd7a9ab7af5a81c55 (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.h | 1 |
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, }; |