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

fix: Add missing fields to libusb_bos_descriptor and libusb_bos_dev_capability_descriptor #161

Merged
merged 1 commit into from
Apr 27, 2024

Commits on Feb 27, 2023

  1. fix: Add missing fields to libusb_bos_descriptor and libusb_bos_dev_c…

    …apability_descriptor
    
    This fix adds missing fields to these two structs so that they can be
    used from rust without the size mismatching from the C version.
    
    See:
    https://libusb.sourceforge.io/api-1.0/structlibusb__bos__descriptor.html
    https://libusb.sourceforge.io/api-1.0/structlibusb__bos__dev__capability__descriptor.html
    alufers committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    aba2025 View commit details
    Browse the repository at this point in the history