Merge "usb: gadget: gsi: Set NUM_OF_TRB as 15 for IN and OUT GSI endpoints"
This commit is contained in:
commit
4fbca7b158
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue