zephyr/drivers/usb/device
Josef Gajdusek f01a7250f0 drivers: usb_dc_stm32: Reinitialize the write semaphores on bus reset
If the user attempts to send data before the USB connection is
established (see the HID sample for an example of such code), the
DataInCallback never gets called which leaves the write semaphore in a
taken state forever.

Signed-off-by: Josef Gajdusek <atx@atx.name>
2019-04-17 09:58:09 -05:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig drivers: usb: nordic: implement remote wakeup 2019-02-27 10:37:16 +01:00
usb_dc_dw.c drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
usb_dc_kinetis.c drivers: usb: check maximum packet size 2019-04-11 13:35:24 -04:00
usb_dc_native_posix.c drivers: usb: check maximum packet size 2019-04-11 13:35:24 -04:00
usb_dc_native_posix_adapt.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
usb_dc_native_posix_adapt.h usb: native_posix: Implement other then Control transfers 2019-02-01 19:03:12 -05:00
usb_dc_nrfx.c drivers: usb: nordic: Do not log an error if HFCLK is busy 2019-04-15 11:10:19 +02:00
usb_dc_sam.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
usb_dc_sam0.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
usb_dc_stm32.c drivers: usb_dc_stm32: Reinitialize the write semaphores on bus reset 2019-04-17 09:58:09 -05:00
usb_dw_registers.h drivers: Remove board.h include 2018-11-01 13:21:11 -04:00