Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USB: Call USB_DC_INTERFACE callback when endpoints are found #14829

Closed
wants to merge 0 commits into from

Conversation

finikorg
Copy link
Collaborator

@finikorg finikorg commented Mar 22, 2019

Provide also alt_set to callback to make right choice

Fixes #13560

@finikorg finikorg requested a review from jfischer-no March 22, 2019 10:05
@jfischer-no jfischer-no added bug The issue is a bug, or the PR is fixing a bug area: USB Universal Serial Bus labels Mar 22, 2019
@codecov-io
Copy link

codecov-io commented Mar 22, 2019

Codecov Report

Merging #14829 into master will decrease coverage by 0.36%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #14829      +/-   ##
==========================================
- Coverage   52.87%    52.5%   -0.37%     
==========================================
  Files         310      309       -1     
  Lines       45319    45053     -266     
  Branches    10475    10420      -55     
==========================================
- Hits        23963    23656     -307     
- Misses      16575    16589      +14     
- Partials     4781     4808      +27
Impacted Files Coverage Δ
subsys/usb/usb_device.c 11.26% <0%> (+0.13%) ⬆️
subsys/testsuite/ztest/include/ztest_assert.h 38.88% <0%> (-38.89%) ⬇️
include/spinlock.h 57.14% <0%> (-17.86%) ⬇️
kernel/mutex.c 83.82% <0%> (-13.28%) ⬇️
kernel/timeout.c 75.92% <0%> (-9.26%) ⬇️
kernel/include/kernel_structs.h 90.9% <0%> (-9.1%) ⬇️
kernel/sched.c 84.01% <0%> (-8.74%) ⬇️
include/misc/sflist.h 72.97% <0%> (-8.11%) ⬇️
include/misc/dlist.h 88.67% <0%> (-7.55%) ⬇️
subsys/testsuite/ztest/src/ztest.c 65.28% <0%> (-7.44%) ⬇️
... and 64 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 47b7c79...47b7c79. Read the comment docs.

@finikorg
Copy link
Collaborator Author

Applied in another PR.

@finikorg finikorg deleted the fixes branch April 17, 2019 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: USB Universal Serial Bus bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

STM32 USB: netusb: kernel crash when testing example echo_server with nucleo_f412zg (ECM on Windows)
3 participants