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

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

Merge "u_ctrl_qti: Increase MAX_QTI_PKT_SIZE to 8K"

parents 021aa411 a0118a90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#include <linux/types.h>
#include <linux/ioctl.h>

#define MAX_QTI_PKT_SIZE 2048
#define MAX_QTI_PKT_SIZE 8192

#define QTI_CTRL_IOCTL_MAGIC	'r'
#define QTI_CTRL_GET_LINE_STATE	_IOR(QTI_CTRL_IOCTL_MAGIC, 2, int)