summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLi Jun <B47624@freescale.com>2014-09-29 10:04:45 +0800
committerLi Jun <b47624@freescale.com>2014-10-16 17:59:18 +0800
commitb19d4b1110fe1fb2ec3141233781a1e016c9a9cf (patch)
treefa0b6d593950cf59518d160d1b74dd8a098d74a8 /include
parent51317577d16034ba151da8d502319f4befb91278 (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>
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 1c46d19f8672..bc7bb24aa196 100644
--- a/include/linux/usb/otg-fsm.h
+++ b/include/linux/usb/otg-fsm.h
@@ -106,6 +106,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;