commit | 17d7fb26df6fe593ce61b6d9c72e177eddafc793 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Tue Oct 10 16:49:42 2023 +0100 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Thu Dec 07 00:23:05 2023 +0000 |
tree | c1ed12661565cb04d4ac583020c4c63609f38a95 | |
parent | da361c89b010e4adb9cd2dc2d85c026aafd06cf7 [diff] |
usb: gadget: CDC ACM: call usb_gadget_initialize To actually use the gadget the peripheral driver must be probed and we must call g_dnl_clear_detach(). Otherwise acm_stdio_start() will always fail to find a UDC on DT platforms. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>