From b19d4b1110fe1fb2ec3141233781a1e016c9a9cf Mon Sep 17 00:00:00 2001 From: Li Jun Date: Mon, 29 Sep 2014 10:04:45 +0800 Subject: 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 --- include/linux/usb/otg-fsm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3