Merge "usb: f_gsi: Increase max control transfer size to 8K"

This commit is contained in:
Linux Build Service Account 2019-05-27 21:57:43 -07:00 committed by Gerrit - the friendly Code Review server
commit 2f6ef8a30b

View file

@ -31,7 +31,7 @@
#define GSI_MBIM_CTRL_NAME "android_mbim"
#define GSI_DPL_CTRL_NAME "dpl_ctrl"
#define GSI_CTRL_NAME_LEN (sizeof(GSI_MBIM_CTRL_NAME)+2)
#define GSI_MAX_CTRL_PKT_SIZE 4096
#define GSI_MAX_CTRL_PKT_SIZE 8192
#define GSI_CTRL_DTR (1 << 0)