From e4f6fd0ec67b34ca9ed40dfd009e75c66fb71d94 Mon Sep 17 00:00:00 2001 From: Li Jun Date: Sat, 17 May 2014 03:15:34 +0800 Subject: 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 --- include/linux/usb/otg-fsm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/usb/otg-fsm.h b/include/linux/usb/otg-fsm.h index b6ba1bfb86f2..1deea98838b2 100644 --- a/include/linux/usb/otg-fsm.h +++ b/include/linux/usb/otg-fsm.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007,2008 Freescale Semiconductor, Inc. +/* Copyright (C) 2007-2014 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -53,6 +53,7 @@ enum otg_fsm_timer { B_SE0_SRP, B_SRP_FAIL, A_WAIT_ENUM, + HNP_POLLING, NUM_OTG_FSM_TIMERS, }; -- cgit v1.2.2