zephyr/subsys/usb
Josuah Demangeon 366c64eca0 usb: uvc: respect setup->wLength in responses
Due to the alignment and granularity requirements of memory allocation,
setup->wLength is shorter than the allocated buffer size.
This lead to responses larger than what the host requested, which it
rejected. Fix it by using the minimum between the allocated size, the
struct size, and the wLength requested.

Signed-off-by: Josuah Demangeon <me@josuah.net>
2025-07-24 16:58:20 +01:00
..
device usb: device: fix Bluetooth buffer handling 2025-06-19 22:36:51 -07:00
device_next usb: uvc: respect setup->wLength in responses 2025-07-24 16:58:20 +01:00
host usb: host: Ignore asserts in control request handling when testing 2025-06-27 08:52:22 -10:00
usb_c Lib: SMF: Add return code to signal event propagation 2025-06-17 16:04:04 +02:00
CMakeLists.txt