commit | 4875aa392443cf2dca5426fcc7123b84bf3258ee | [log] [tgz] |
---|---|---|
author | Johann Fischer <johann.fischer@nordicsemi.no> | Mon Sep 09 17:01:08 2024 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed Oct 02 14:41:50 2024 +0100 |
tree | 89ab1cd109ac775fcec3f41e44fb5ef1b0445f5c | |
parent | ece1f51c5b10842680303515a2795125375c7123 [diff] |
usb: device_next: limit CDC ACM OUT transfer size to the current MPS When the controller is connected to a full speed bus, regardless of whether the controller supports high speed or not, the transfer size for the bulk OUT endpoint should be equal to the MPS in the current configuration. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>