zephyr/subsys/usb
Aurelien Jarno fdfa975b9d usb: device: fix wrong direction in usb_transfer_ep_callback
In case no transfer is ongoing, the usb_transfer_ep_callback consumes
the received data. This is however associated with the wrong test. USB
is host centric, so data reception on the device is signaled by
USB_DC_EP_DATA_OUT and not USB_DC_EP_DATA_IN.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-11-05 16:33:01 +01:00
..
class subsys: usb: class: hid: Allow control of USB poll interval 2018-10-25 12:54:24 +01:00
bos.c subsys/usb: Move to new logger subsystem 2018-10-08 12:54:57 -04:00
CMakeLists.txt usb: osdesc: Add MS OS Descriptors version 1 support 2018-07-12 23:10:22 -04:00
Kconfig subsys/usb: Move to new logger subsystem 2018-10-08 12:54:57 -04:00
os_desc.c subsys/usb: Move to new logger subsystem 2018-10-08 12:54:57 -04:00
os_desc.h usb: osdesc: Use definition for string descriptor index 2018-07-12 23:10:22 -04:00
usb_descriptor.c subsys/usb: Move to new logger subsystem 2018-10-08 12:54:57 -04:00
usb_descriptor.h usb: set SN string descriptor at runtime 2018-07-16 17:20:58 +02:00
usb_device.c usb: device: fix wrong direction in usb_transfer_ep_callback 2018-11-05 16:33:01 +01:00