zephyr/subsys/usb/device
Martin Koehler 22a615b3e6 usb: cdc_acm: Fix tx false data drop logging
cdc_acm_fifo_fill() logged warnings about dropped data
when they in fact just couldn't be sent (due to connection
of filled buffer). Not being able to send (all) data is
a valid behaviour and data isn't dropped. Return value
shows how many data was accepted (which can be zero).

Logging will now instead only inform data can't be sent
due to the respective issue (connection not ready/ buffer full).

Signed-off-by: Martin Koehler <koehler@metratec.com>
2024-09-09 15:24:37 +03:00
..
class usb: cdc_acm: Fix tx false data drop logging 2024-09-09 15:24:37 +03:00
CMakeLists.txt
Kconfig usb: device: add USB_CONFIGURATION_STRING_DESC KConfig option 2024-07-28 07:30:30 +03:00
bos.c
bos_desc.h
os_desc.c
os_desc.h
usb_descriptor.c usb: Add missing wMaxPacketSize endian conversions 2024-08-21 18:25:30 +01:00
usb_descriptor.h
usb_device.c
usb_transfer.c
usb_transfer.h
usb_work_q.c
usb_work_q.h