zephyr/subsys/usb
Marek Pieta 88231b5583 usb: device_next: usbd_hid: Fix size in HID report get
Since UDC buffers are allocated with `UDC_BUF_GRANULARITY` granularity,
the `net_buf_tailroom` may no longer be equal to the HID report size.
Use `setup->wLength` instead to ensure that proper HID report size is
passed to the application's callback.

Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
2024-09-30 10:49:20 +02:00
..
device usb: cdc_acm: Fix tx false data drop logging 2024-09-09 15:24:37 +03:00
device_next usb: device_next: usbd_hid: Fix size in HID report get 2024-09-30 10:49:20 +02:00
host lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
usb_c everywhere: replace double words 2024-06-22 05:40:22 -04:00
CMakeLists.txt