zephyr/subsys
Tomasz Moń b3e80c5faa usb: device_next: uac2: Do not leak double buffered endpoint
UDC drivers use udc_buf_get_all() when dequeueing endpoint. On drivers
that require double buffering for isochronous IN endpoint, the dequeue
on interface disable will result in class request API called on net_buf
with frags set. Call release callback on the buffer pointed in frags
because it was passed in using usbd_uac2_send().

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2025-06-27 10:58:33 +02:00
..
bindesc bindesc: fix typo in errno (ENONET->ENOENT) 2025-06-20 13:21:39 -04:00
bluetooth Bluetooth: Classic: SCO: Modify bt_sco_chan::ops with const 2025-06-26 22:05:25 -05:00
canbus
console
dap
debug debug: cpu_load: Fix overflow when measurement window is long 2025-06-26 14:07:12 +02:00
demand_paging
dfu
disk
dsp
emul
fb cfb: added API for drawing a circle 2025-06-26 22:09:48 -05:00
fs fs/ext2: Missing error check in ext2_inode_remove_blocks 2025-06-17 16:06:21 +02:00
input input: Fix function signature of input_thread 2025-06-18 07:41:25 +02:00
ipc ipc: ipc_service: Parametrize workqueue stack size 2025-06-11 10:09:02 -07:00
jwt
llext llext: adopt SHELL_HELP macro 2025-06-21 18:34:08 +02:00
logging logging: fix storage size of 'tspec' isn't known 2025-06-26 14:08:35 +02:00
lorawan
mem_mgmt
mgmt updatehub: use the new API method in autohandler 2025-06-26 22:07:51 -05:00
modbus modbus: fix Apache-2.0 SPDX License identifier case 2025-06-11 10:23:46 -07:00
modem ubx: Refactor codebase in order to improve usability 2025-05-30 19:40:19 +02:00
net hostap: Replace wifi event mechanism by k_fifo 2025-06-27 10:56:49 +02:00
pm pm: device_runtime: fix unbalanced domain get/put 2025-06-24 09:14:20 +02:00
pmci
portability
profiling
random
retention
rtio
sd sd: fix incorrect error logging 2025-06-05 15:02:15 -05:00
secure_storage
sensing
settings settings: zms: fix out-of-bounds null terminator write 2025-06-26 11:12:49 +02:00
shell net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
sip_svc
stats
storage storage: flash_map: Add support for sub-partitions 2025-06-11 10:13:56 -07:00
task_wdt
testsuite tests: interrupt_util: Update RX irq trigger method 2025-06-26 14:07:03 +02:00
timing
tracing subsys/tracing: do not select (RTT_)CONSOLE in SEGGER_SYSTEMVIEW 2025-06-24 20:04:07 -10:00
usb usb: device_next: uac2: Do not leak double buffered endpoint 2025-06-27 10:58:33 +02:00
zbus
CMakeLists.txt
Kconfig