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

Skip to content
Commit b7b99181 authored by Vijayavardhan Vennapusa's avatar Vijayavardhan Vennapusa Committed by Stephen Boyd
Browse files

USB: gadget: f_mtp: Fix using tx buffer pointer



commit "2537d56f790114dab504b93ed754492f86878b4a" added module
parameter for Tx buffer length which can be changed during runtime.
That commit didn't update tx buffer pointer whereever required due
to which driver is queueing Tx data in chunks of  16Kbytes length
even though buffer length allocated is greater than 16KB. Hence fix
tx buffer pointer usage so that data will be read from file system
in chunks of > 16KB.

Change-Id: I1f3f9313e7c875942668f570a611bdc8ce4e91f6
Signed-off-by: default avatarVijayavardhan Vennapusa <vvreddy@codeaurora.org>
parent 63e31b31
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment