zephyr/subsys
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
..
app_memory subsys: app_memory: Fixed the size calculation for power of 2 MPUs 2018-09-20 11:25:53 -04:00
bluetooth kernel: Change k_poll_signal api 2018-11-04 11:37:24 -05:00
console subsys: console: Switch to POSIX-like read/write interface 2018-11-04 17:31:39 -05:00
cpp C++: Fix vtable with libstdc++ 2018-10-30 08:11:28 -04:00
debug kernel: Remove duplicated identifier 2018-11-04 11:37:24 -05:00
dfu dfu: image_mgr: make Kconfigs depend on IMG_MANAGER 2018-11-02 15:31:44 -05:00
disk subsys: disk: move conditional location 2018-11-02 15:31:44 -05:00
fb subsys: add monochrome character framebuffer 2018-10-16 14:54:47 -04:00
fs subsys: filesystem: move conditional location 2018-11-02 15:31:44 -05:00
logging doc: fix kconfig misspellings 2018-11-02 17:58:16 -04:00
mgmt subsys: mcumgr: make Kconfigs depend on MCUMGR 2018-11-02 15:31:44 -05:00
net net: lib: sockets: Switch to use fdtable 2018-11-04 22:04:11 +01:00
power power: Add OS Power Management debug hooks 2018-10-28 11:44:22 -04:00
random subsys: random: xoroshiro128: Use entropy get isr during init 2018-09-05 13:04:20 -04:00
settings cmake: settings: Don't add ext nffs include dir to global includes 2018-07-25 08:27:45 -04:00
shell kernel: Change k_poll_signal api 2018-11-04 11:37:24 -05:00
storage subsys: storage: flash_map: add API for check flash driver support 2018-09-27 16:24:21 +02:00
usb usb: device: fix wrong direction in usb_transfer_ep_callback 2018-11-05 16:33:01 +01:00
CMakeLists.txt subsys: add monochrome character framebuffer 2018-10-16 14:54:47 -04:00
Kconfig Build: Improve C++ support 2018-10-29 09:15:04 -04:00