summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLi Jun <b47624@freescale.com>2014-05-17 03:15:34 +0800
committerLi Jun <B47624@freescale.com>2014-06-26 16:49:55 +0800
commite4f6fd0ec67b34ca9ed40dfd009e75c66fb71d94 (patch)
tree74205bae90f37ea0315c2b56cad66c8c52ae5790 /include
parentc2df0104f56d83b9bdc06e350358dc4cdffa87df (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.h3
1 files changed, 2 insertions, 1 deletions
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,
};