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

Don't assume USB device is configured when looking for endpoints #47

Merged
merged 2 commits into from
Jan 2, 2024

Commits on Jan 2, 2024

  1. Don't assume USB device is configured when looking for endpoints

    If the USB device is unconfigured then USBDevice.configuration will be
    null. The full USBDevice.configurations array should be used instead.
    After opening the device the correct configuration is selected.
    binaryf0x committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0d4d8be View commit details
    Browse the repository at this point in the history
  2. Review feedback

    Cellivar authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    83878f7 View commit details
    Browse the repository at this point in the history