ruabmbua / hidapi-rs

Rust bindings for the hidapi C library
MIT License
165 stars 79 forks source link

Add support for get_report_descriptor() #125

Closed RavuAlHemio closed 1 year ago

RavuAlHemio commented 1 year ago

Fixes #104.

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

Fails with the following Linux backends:

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

I haven't tested it on Illumos.

ruabmbua commented 1 year ago

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