diff options
| author | Vijayavardhan Vennapusa <vvreddy@codeaurora.org> | 2018-03-14 16:05:00 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-03-28 22:07:44 -0700 |
| commit | 28c73541e3ada67a75c3cd6f615e34eaf2631de6 (patch) | |
| tree | 8179be101108ac309b4a4e28fa6dee507f937140 /include/uapi/linux | |
| parent | a56e768ca3bf5a8484dc28d173984f3960307bdf (diff) | |
u_ctrl_qti: Increase MAX_QTI_PKT_SIZE to 8K
increase MAX_QTI_PKT_SIZE to 8KB to handle QMI messages of bigger
length of 8KB.
Change-Id: I479794c9563ae89b9062b75031b6cdc739a0f620
Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/usb/usb_ctrl_qti.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/usb/usb_ctrl_qti.h b/include/uapi/linux/usb/usb_ctrl_qti.h index b02272a03e40..2dbf14f08b72 100644 --- a/include/uapi/linux/usb/usb_ctrl_qti.h +++ b/include/uapi/linux/usb/usb_ctrl_qti.h @@ -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) |
