Merge "usb: gadget: gsi: Set NUM_OF_TRB as 15 for IN and OUT GSI endpoints"

This commit is contained in:
Linux Build Service Account 2016-09-23 20:19:08 -07:00 committed by Gerrit - the friendly Code Review server
commit 4fbca7b158

View file

@ -35,9 +35,9 @@
#define GSI_CTRL_DTR (1 << 0)
#define GSI_NUM_IN_BUFFERS 7
#define GSI_NUM_IN_BUFFERS 15
#define GSI_IN_BUFF_SIZE 2048
#define GSI_NUM_OUT_BUFFERS 7
#define GSI_NUM_OUT_BUFFERS 15
#define GSI_ECM_NUM_OUT_BUFFERS 31
#define GSI_OUT_AGGR_SIZE 24576