summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb/otg-fsm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/usb/otg-fsm.h b/include/linux/usb/otg-fsm.h
index 19a338926242..7a9967faa519 100644
--- a/include/linux/usb/otg-fsm.h
+++ b/include/linux/usb/otg-fsm.h
@@ -64,6 +64,7 @@ enum otg_fsm_timer {
B_SSEND_SRP,
A_WAIT_ENUM,
A_DP_END,
+ A_TST_MAINT,
HNP_POLLING,
NUM_OTG_FSM_TIMERS,
@@ -107,6 +108,10 @@ struct otg_fsm {
int b_hnp_enable;
int a_clr_err;
+ /* OTG test device */
+ int tst_maint;
+ int otg_vbus_off;
+
/* Informative variables */
int a_bus_drop_inf;
int a_bus_req_inf;