Loading drivers/usb/gadget/function/f_gsi.c +3 −1 Original line number Diff line number Diff line Loading @@ -897,10 +897,12 @@ static void ipa_work_handler(struct work_struct *w) __func__); break; } ipa_connect_channels(d_port); d_port->sm_state = STATE_CONNECT_IN_PROGRESS; log_event_dbg("%s: ST_INIT_EVT_CONN_IN_PROG", __func__); if (peek_event(d_port) != EVT_DISCONNECTED) ipa_connect_channels(d_port); } else if (event == EVT_HOST_READY) { /* * When in a composition such as RNDIS + ADB, Loading Loading
drivers/usb/gadget/function/f_gsi.c +3 −1 Original line number Diff line number Diff line Loading @@ -897,10 +897,12 @@ static void ipa_work_handler(struct work_struct *w) __func__); break; } ipa_connect_channels(d_port); d_port->sm_state = STATE_CONNECT_IN_PROGRESS; log_event_dbg("%s: ST_INIT_EVT_CONN_IN_PROG", __func__); if (peek_event(d_port) != EVT_DISCONNECTED) ipa_connect_channels(d_port); } else if (event == EVT_HOST_READY) { /* * When in a composition such as RNDIS + ADB, Loading