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

Commit 03b0427f authored by Sriharsha Allenki's avatar Sriharsha Allenki Committed by Gerrit - the friendly Code Review server
Browse files

usb: gadget: f_uvc: Fix video streaming quality issues



The current UVC driver has quality issues because of
the requests' trbs missing isoc intervals.
Fix this by increasing the number of USB requests so
as to keep up with the hardware.

Change-Id: I6dfd11d79ac42c421f452e4be024dad86b7e0a97
Signed-off-by: default avatarSriharsha Allenki <sallenki@codeaurora.org>
parent 286149f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ extern unsigned int uvc_gadget_trace_param;
 * Driver specific constants
 */

#define UVC_NUM_REQUESTS			4
#define UVC_NUM_REQUESTS			16
#define UVC_MAX_REQUEST_SIZE			64
#define UVC_MAX_EVENTS				4