diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb/otg-fsm.h | 3 |
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 @@ | |||
| 1 | /* Copyright (C) 2007,2008 Freescale Semiconductor, Inc. | 1 | /* Copyright (C) 2007-2014 Freescale Semiconductor, Inc. |
| 2 | * | 2 | * |
| 3 | * This program is free software; you can redistribute it and/or modify it | 3 | * This program is free software; you can redistribute it and/or modify it |
| 4 | * under the terms of the GNU General Public License as published by the | 4 | * under the terms of the GNU General Public License as published by the |
| @@ -53,6 +53,7 @@ enum otg_fsm_timer { | |||
| 53 | B_SE0_SRP, | 53 | B_SE0_SRP, |
| 54 | B_SRP_FAIL, | 54 | B_SRP_FAIL, |
| 55 | A_WAIT_ENUM, | 55 | A_WAIT_ENUM, |
| 56 | HNP_POLLING, | ||
| 56 | 57 | ||
| 57 | NUM_OTG_FSM_TIMERS, | 58 | NUM_OTG_FSM_TIMERS, |
| 58 | }; | 59 | }; |
