summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLi Jun <B47624@freescale.com>2014-09-29 10:04:45 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 09:23:19 -0500
commit31c1dff2088460e424ecd81c6dd3b0f689d6fbfd (patch)
tree41f964e82f51f4e9595daa70910761321aec4cd0 /include
parent718d9f2ca5c3b1127f5d4bd36d549a9f9aac4b5d (diff)
MLK-9617-7 usb: otg: add hnp_polling flag in struct otg_fsm
This patch adds a flag hnp_polling to indicate if HNP polling is supported. Signed-off-by: Li Jun <b47624@freescale.com> (cherry picked from commit b19d4b1110fe1fb2ec3141233781a1e016c9a9cf)
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb/otg-fsm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/otg-fsm.h b/include/linux/usb/otg-fsm.h
index e329de65a9fe..1b0f601ab891 100644
--- a/include/linux/usb/otg-fsm.h
+++ b/include/linux/usb/otg-fsm.h
@@ -109,6 +109,7 @@ struct otg_fsm {
int b_srp_done;
int b_hnp_enable;
int a_clr_err;
+ int hnp_polling;
/* OTG test device */
int tst_maint;