zephyr/subsys/usb/device_next/class
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
..
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
loopback.c usb: Add missing wMaxPacketSize endian conversions 2024-08-21 18:25:30 +01:00
usbd_cdc_acm.c usb: device_next: introduce UDC_BUF_POOL_*_DEFINE macros 2024-07-30 18:26:04 +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
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