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@nxp.com>2016-01-14 10:59:15 -0600
commit361590141ba6a913d8f06bd4e10598e72c9ffa11 (patch)
tree14c8e5d542c2087d9dac7f867beb02949b25fee8 /include
parented33e2793b9c68f38b1baca1a58a066ffcef5957 (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) (cherry picked from commit cad8ae2986ab0b70d0f13b96c98f340564213d4c)
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 108521524b62..6e78e75962d2 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;