Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 141a6ad5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "USB: gadget: Fix IPA disconnect on suspend change"

parents 65a81c8a 5b3b51d6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -222,6 +222,8 @@ static void bam2bam_data_disconnect_work(struct work_struct *w)
			teth_bridge_disconnect(d->ipa_params.src_client);

	}

	port->is_connected = false;
}
/*
 * This function configured data fifo based on index passed to get bam2bam
@@ -466,6 +468,7 @@ static void bam2bam_data_connect_work(struct work_struct *w)
		}
	}

	port->is_connected = true;
	pr_debug("%s: Connect workqueue done", __func__);
}