zephyr/drivers/usb/udc
Johann Fischer 973f914b90 drivers: udc_nrf: fix enqueue of control IN transfer with length 0
If the direction of the last setup packet is not to the device but to
the host, then the transfer is not a status stage and should be queued.
This is not checked and prevents a zero length control IN transfer to
the host, e.g. used by the DFU class to indicate the end of the upload
process.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2024-11-05 10:53:11 -06:00
..
CMakeLists.txt drivers: usb: udc: add Smartbond UDC driver 2024-10-22 20:41:55 +02:00
Kconfig drivers: usb: udc: add Smartbond UDC driver 2024-10-22 20:41:55 +02:00
Kconfig.dwc2
Kconfig.it82xx2
Kconfig.kinetis
Kconfig.mcux
Kconfig.nrf
Kconfig.numaker
Kconfig.rpi_pico
Kconfig.skeleton
Kconfig.smartbond drivers: usb: udc: add Smartbond UDC driver 2024-10-22 20:41:55 +02:00
Kconfig.stm32
Kconfig.virtual
udc_common.c
udc_common.h
udc_dwc2.c drivers: udc_dwc2: Reduce TxFIFO0 allocation size 2024-10-23 16:51:38 +02:00
udc_dwc2.h
udc_dwc2_vendor_quirks.h
udc_it82xx2.c
udc_kinetis.c drivers: udc_kinetis: reset control endpoint busy flags 2024-11-05 10:53:11 -06:00
udc_mcux_ehci.c
udc_mcux_ip3511.c
udc_nrf.c drivers: udc_nrf: fix enqueue of control IN transfer with length 0 2024-11-05 10:53:11 -06:00
udc_numaker.c
udc_rpi_pico.c
udc_skeleton.c
udc_smartbond.c drivers: usb: udc: add Smartbond UDC driver 2024-10-22 20:41:55 +02:00
udc_stm32.c
udc_virtual.c