Page MenuHomeFreeBSD

Fix libusb20_dev_get_desc(3) to use the "vendor product" order
ClosedPublic

Authored by trasz on Oct 15 2016, 3:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 5, 5:52 AM
Unknown Object (File)
Fri, Oct 3, 7:47 PM
Unknown Object (File)
Fri, Oct 3, 7:42 AM
Unknown Object (File)
Aug 11 2025, 6:31 AM
Unknown Object (File)
Aug 7 2025, 2:15 PM
Unknown Object (File)
Jun 23 2025, 10:35 PM
Unknown Object (File)
Jun 21 2025, 2:51 PM
Unknown Object (File)
Jun 20 2025, 4:58 PM
Subscribers

Details

Summary

Fix libusb20_dev_get_desc(3) to use the "vendor product" order, not
"product vendor". This is consistent with how it's generally done.
The ordering is visible eg in usbconfig(8) output.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

trasz retitled this revision from to Fix libusb20_dev_get_desc(3) to use the "vendor product" order.
trasz updated this object.
trasz edited the test plan for this revision. (Show Details)
hselasky edited edge metadata.

Looks good. Don't forget to MFC all the way back to 8-stable !

This revision is now accepted and ready to land.Oct 15 2016, 4:09 PM
This revision was automatically updated to reflect the committed changes.