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

Commit bd7b1f86 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: gadget: f_ipc: Increase max packet size to 24k"

parents 915c9bd2 1746b8bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@

#define MAX_INST_NAME_LEN	40

#define IPC_BRIDGE_MAX_READ_SZ	(8 * 1024)
#define IPC_BRIDGE_MAX_WRITE_SZ	(8 * 1024)
#define IPC_BRIDGE_MAX_READ_SZ	(24 * 1024)
#define IPC_BRIDGE_MAX_WRITE_SZ	(24 * 1024)

#define IPC_WRITE_WAIT_TIMEOUT	10000