dcuddeback / libusb-rs

A safe Rust wrapper for libusb.
MIT License
199 stars 64 forks source link

Add clear halt functionality #16

Closed richardkiene closed 4 years ago

richardkiene commented 7 years ago

This PR adds the ability to call libusb_clear_halt(...) which is a necessary call in certain cases.

richardkiene commented 7 years ago

I'm happy to bump the version number and add myself to the authors list if you're okay with this patch. However, I thought it best to open a PR for discussion first.

Thanks!