zephyr/drivers/usb/device
Paweł Zadrożniak 79dc1feeb3 drivers: usb: nordic: Fix for events when cable is detached
When user disconnects the USB cable, peripheral should be
immediately disabled, howewer a delay may occur when driver
events are processed from a workqueue or higher-priority
thread/ISR is active. This may lead to a fake resume/reset
event (peripheral-specific behavior). This fix drops such
events when cable is detached.

Fixes #13822

Signed-off-by: Paweł Zadrożniak <pawel.zadrozniak@nordicsemi.no>
2019-03-13 17:35:55 +01:00
..
CMakeLists.txt usb: driver: Add native_posix USB driver 2019-02-01 19:03:12 -05:00
Kconfig drivers: usb: nordic: implement remote wakeup 2019-02-27 10:37:16 +01:00
usb_dc_dw.c
usb_dc_kinetis.c
usb_dc_native_posix.c usb: dc: native_posix: Fix Coverity bug 2019-03-13 05:35:25 -05:00
usb_dc_native_posix_adapt.c usb: native_posix: Implement other then Control transfers 2019-02-01 19:03:12 -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: Fix for events when cable is detached 2019-03-13 17:35:55 +01:00
usb_dc_sam.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
usb_dc_sam0.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
usb_dc_stm32.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
usb_dw_registers.h