Page MenuHomeFreeBSD

usb/dwc3: Read the full IDs/version
ClosedPublic

Authored by manu on Nov 15 2022, 12:58 PM.
Tags
None
Referenced Files
F147753268: D37393.id113147.diff
Fri, Mar 13, 10:16 AM
F147752685: D37393.id113147.diff
Fri, Mar 13, 10:10 AM
Unknown Object (File)
Thu, Mar 12, 4:35 AM
Unknown Object (File)
Thu, Mar 12, 4:27 AM
Unknown Object (File)
Wed, Mar 11, 8:15 AM
Unknown Object (File)
Wed, Mar 11, 12:47 AM
Unknown Object (File)
Tue, Mar 10, 1:01 AM
Unknown Object (File)
Mon, Mar 9, 10:00 PM
Subscribers

Details

Summary

We need to enable some quirks based on the version so read it.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 48366
Build 45252: arc lint + arc unit

Event Timeline

manu requested review of this revision.Nov 15 2022, 12:58 PM
andrew added inline comments.
sys/dev/usb/controller/dwc3.c
403–413

This looks like it should be a switch statement.

sys/dev/usb/controller/dwc3.h
40–41

Convert to switch statement.

manu marked an inline comment as done.Nov 15 2022, 2:05 PM
manu marked an inline comment as done.Nov 15 2022, 2:07 PM
This revision is now accepted and ready to land.Nov 15 2022, 2:47 PM
This revision was automatically updated to reflect the committed changes.