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: web USB sample fails Chapter9 USB3CV tests. #29491

Closed
eobalski opened this issue Oct 23, 2020 · 1 comment · Fixed by #29568
Closed

usb: web USB sample fails Chapter9 USB3CV tests. #29491

eobalski opened this issue Oct 23, 2020 · 1 comment · Fixed by #29568
Assignees
Labels
area: USB Universal Serial Bus bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@eobalski
Copy link
Collaborator

Describe the bug
Web USB sample (./samples/subsys/usb/webusb/) fails TD 9.21: LPM L1 Suspend Resume Test

To Reproduce
Build and flash ./samples/subsys/usb/webusb/ and perform USB3CV tests on the device.

Expected behavior
The test should have passed.

Logs and console output
aaa

Environment (please complete the following information):

  • OS: Tests are run under Windows OS as they are developed for it.
  • Toolchain zzephyr-sdk v0.11.3
  • 72d5dee

Impact
The impact is very low as I don't think there are many customers willing to use WebUSB.
The sample deserve to be rewritten. Firsts insights: the BOS descriptor lacks in some parts
described in USB Link Power Management ECN - a part of USB 2.0 spec.

@eobalski eobalski added bug The issue is a bug, or the PR is fixing a bug area: USB Universal Serial Bus priority: low Low impact/importance bug labels Oct 23, 2020
@eobalski
Copy link
Collaborator Author

WebUSB sample does not provide relevant descriptor. I've added implementation and the test is passing. Will post asap.

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 priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant