zephyr/subsys/usb
Fabio Baltieri 5a8671e7ed usb: device_next: cdc_acm: set the thread name after initializing it
The cdc-acm workqueue thread name is set before initializing it right
now, which results in an empty thread name as apparently it gets cleared
by k_work_queue_init. Fix it by moving the thread name setting after the
workqueu is initialized and started.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-12-27 14:10:05 +01:00
..
device usb: device: remove USB H4 Bluetooth function and sample 2024-12-17 11:35:57 +00:00
device_next usb: device_next: cdc_acm: set the thread name after initializing it 2024-12-27 14:10:05 +01:00
host usb: shell: Remove use of ctx_shell 2024-11-26 15:43:29 -05:00
usb_c usb-c: pe: set correct sink/src ready state. 2024-12-09 15:11:39 +01:00
CMakeLists.txt