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

Commit 3fb31996 authored by Aditya Raut's avatar Aditya Raut
Browse files

usb: gadget: increase write buffer size



Increase the write buffer size from 2k to 50k.

Change-Id: If05da9c10d58d222727ee79e2351958ba562a616
Signed-off-by: default avatarAditya Raut <aditraut@codeaurora.org>
parent 9f1d30da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
#define BRIDGE_RX_QUEUE_SIZE	8
#define BRIDGE_RX_BUF_SIZE	2048
#define BRIDGE_TX_QUEUE_SIZE	8
#define BRIDGE_TX_BUF_SIZE	2048
#define BRIDGE_TX_BUF_SIZE	(50 * 1024)

#define GS_LOG2_NOTIFY_INTERVAL		5  /* 1 << 5 == 32 msec */
#define GS_NOTIFY_MAXPACKET		10 /* notification + 2 bytes */