zephyr/subsys/usb/device_next/class
Johann Fischer 4875aa3924 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>
2024-10-02 14:41:50 +01:00
..
bt_hci.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
Kconfig usb: device_next: add initial HID device support 2024-05-14 18:24:45 -04:00
Kconfig.bt
Kconfig.cdc_acm
Kconfig.cdc_ecm
Kconfig.hid usb: device_next: add initial HID device support 2024-05-14 18:24:45 -04:00
Kconfig.loopback
Kconfig.msc
Kconfig.template.instances_count
Kconfig.uac2 usb: device_next: new USB Audio 2 implementation 2024-02-01 15:07:37 +01:00
loopback.c usb: Add missing wMaxPacketSize endian conversions 2024-08-21 18:25:30 +01:00
usbd_cdc_acm.c usb: device_next: limit CDC ACM OUT transfer size to the current MPS 2024-10-02 14:41:50 +01:00
usbd_cdc_ecm.c usb: device_next: introduce UDC_BUF_POOL_*_DEFINE macros 2024-07-30 18:26:04 +01:00
usbd_hid_api.c usb: device_next: add initial HID device support 2024-05-14 18:24:45 -04:00
usbd_hid_internal.h usb: device_next: add initial HID device support 2024-05-14 18:24:45 -04:00
usbd_hid_macros.h usb: device_next: Make stack High-Bandwidth aware 2024-08-21 18:25:30 +01:00
usbd_hid.c usb: device_next: usbd_hid: Fix size in HID report get 2024-09-30 10:49:20 +02:00
usbd_msc_scsi.c
usbd_msc_scsi.h
usbd_msc.c usb: device_next: introduce UDC_BUF_POOL_*_DEFINE macros 2024-07-30 18:26:04 +01:00
usbd_msc.ld linker: subsys: Use Z_LINK_ITERABLE_SUBALIGN 2024-04-20 13:45:25 -04:00
usbd_uac2_macros.h usb: device_next: uac2: Handle speed properties 2024-09-10 14:41:32 +01:00
usbd_uac2.c usb: device_next: uac2: Support multiple sample rates 2024-09-13 09:21:58 +02:00