On Mon, Aug 17, 2020 at 10:05 PM Felipe Balbi <balbi@xxxxxxxxxx> wrote: > > /* Calculate bMaxBurst, we know packet size is 1024 */ > > max_burst = min_t(unsigned, FSG_BUFLEN / 1024, 15); > > > > so perhaps this is fine to do in NCM too? If we want to set bMaxBurst > > to 15, should that be in this patch, or in a separate patch? > > yup, should be fine. A separate patch is okay too :-) Thanks. Bumped up existing SS descriptors to 15 in a separate commit, and amended this commit (with the SSP descriptors) to use 15 as well.