zephyr/subsys/usb/device/class
Julien D'Ascenzio fdf5dc384d usb: cdc_acm: fix bug on transmission
In the function tx_work_handler, a pointer to ring buffer data is given
to usb_transfer then the ring_buf_get_finish is called. So, the data is
mark as read (by ring_buf_get_finish) while the data are not yet
transferred to usb. If later a user send data, the pointer hold by usb
stack could be rewrite.

Signed-off-by: Julien D'Ascenzio <julien.dascenzio@paratronic.fr>
2022-06-28 16:58:51 +02:00
..
audio subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
dfu usb: dfu: Enable progressive erase for MCUX FlexSPI flash 2022-05-09 08:54:30 -05:00
hid subsys/usb: Fix use of 'abs' in computing when to report on_idle 2022-06-14 01:50:36 +09:00
netusb subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
bluetooth.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
bt_h4.c usb: bt_h4: Set stack sizes using Kconfig 2022-06-23 14:40:01 +02:00
cdc_acm.c usb: cdc_acm: fix bug on transmission 2022-06-28 16:58:51 +02:00
CMakeLists.txt
Kconfig
Kconfig.bt
Kconfig.cdc
Kconfig.msc
Kconfig.template.composite_device_number
Kconfig.test
loopback.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
msc.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00