zephyr/subsys
Aurelien Jarno a1c3b0aad3 usb: fix CDC ACM breakage with CONFIG_USB_DEVICE_SOF
Commit e4c447aac3 ("usb: add SoF event") added support for calling the
status callback with the USB_DC_SOF value for each SoF when
CONFIG_USB_DEVICE_SOF is enabled. The CDC ACM driver saves the latest
received status and compares it USB_DC_CONFIGURED to decide if it can
send data to the host. This therefore doesn't work any more when the
status callback is called regulary with USB_DC_SOF.

Fix that by ignoring USB_DC_SOF when saving the latest received status.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-12-17 08:16:49 -06:00
..
app_memory
bluetooth bluetooth: Simplifying log macros 2018-12-13 14:21:25 +01:00
console
cpp
debug
dfu
disk
fb
fs tests: subsys: fs: multifs: Enable fs shell using new shell 2018-12-14 13:14:17 +01:00
logging
mgmt
net ext: mbedtls: Unify mbedTLS Kconfig prefixes 2018-12-17 11:27:02 +01:00
power
random
settings
shell shell: fix execute command when help not active 2018-12-17 11:31:22 +01:00
stats
storage
usb usb: fix CDC ACM breakage with CONFIG_USB_DEVICE_SOF 2018-12-17 08:16:49 -06:00
CMakeLists.txt
Kconfig