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

Added hid_send_output_report() function #677

Merged
merged 7 commits into from
Jun 12, 2024

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    7975610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    838c273 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fa5717 View commit details
    Browse the repository at this point in the history
  4. PR review changes

    - added `hid_send_output_report` reference in function description for `hid_write`
    - added see `hid_write` reference in function description for `hid_send_output_report`
    - modified `hid_send_output_report` for windows to be more in line with `hid_send_feature_report`
    - `hid_write` for libusb now calls `hid_send_output_report` if there is no interrupt out endpoint to prevent code duplication
    mbcinergy committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    87edea1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44994f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e195d9 View commit details
    Browse the repository at this point in the history
  7. PR fix commit

    mbcinergy committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    007cfaa View commit details
    Browse the repository at this point in the history