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

libusb_fill_bulk_transfer() support is not present in current library. #13

Open
blandger opened this issue Aug 24, 2020 · 2 comments
Open

Comments

@blandger
Copy link

blandger commented Aug 24, 2020

Hi.
Did I missed something here?

I was trying to port one C library for working with some chip via USB and found out there is no 'libusb_fill_bulk_transfer' function present inside Rust, but it exists in C library.
It my assumption correct?

I'd like to create and add those couple binding (libusb_fill_bulk_transfer(..) + libusb_fill_bulk_stream_transfer(..)) with related stuff.

@R030t1
Copy link

R030t1 commented Sep 16, 2020

As far as I can tell all of the asynchronous functions are not generated by bindgen. I just ran into the same problem. Any new info? I'm trying to figure out if it is e.g. a bad type causing bindgen to skip them.

@blandger
Copy link
Author

blandger commented Sep 16, 2020

I did PR and have a plans to work on that more. Some changes in current version are quite possible because I need that stuff working on Linux. And no Bingen, manual stuff.

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

No branches or pull requests

2 participants