commit | 405217a0332aa33e33fb579d75bc7f420c27bcd1 | [log] [tgz] |
---|---|---|
author | Sherry Sun <sherry.sun@nxp.com> | Tue Aug 18 18:16:49 2020 +0800 |
committer | Marek Vasut <marex@denx.de> | Tue Sep 01 14:47:43 2020 +0200 |
tree | c1c6ba2e2434e4fdd7174cbe33604576077dea2f | |
parent | 9e06c5c55a60bea001c82ad32f48177eddda0d38 [diff] |
f_sdp: Change bInterval of interrupt endpoint to 3 Since the USB HID limits the maximum bandwidth(3072) for interrupt endpoint transfers, when the bInterval set to 1, we can only support 3 boards to run sdp at the same time. In order to support more boards, change the bInterval of interrupt endpoint to 3, which will not affect the transmission speed. Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Sherry Sun <sherry.sun@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>