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

Add support for get_report_descriptor() #125

Merged
merged 1 commit into from
Jul 8, 2023

Conversation

RavuAlHemio
Copy link
Contributor

Fixes #104.

Successfully tested on Windows, macOS and with the following Linux backends:

  • linux-shared-hidraw
  • linux-static-hidraw
  • linux-native

Fails with the following Linux backends:

  • linux-shared-libusb
  • linux-static-libusb

(Both return hid_error is not implemented yet when calling HidApi::open.)

I haven't tested it on Illumos.

@ruabmbua
Copy link
Owner

ruabmbua commented Jul 8, 2023

Thanks for picking this up and making it work with linux-native backend!

@ruabmbua ruabmbua merged commit 7f93bd9 into ruabmbua:master Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add get_report_descriptor
2 participants