apmorton / pyhidapi

hidapi bindings in ctypes
MIT License
112 stars 42 forks source link

Allow users to specify backend #33

Open abcminiuser opened 4 years ago

abcminiuser commented 4 years ago

In my StreamDeck library, users are reporting that the libhid-hidraw0 library fails to write to their devices, while the libhid-libusb0 backend works. Being able to specify which (or any) backend is used would be extremely helpful.

apmorton commented 4 years ago

I will happily review and merge a PR for this and publish any changes to pypi, but unfortunately I don't have much time these days to spend on this project myself.