MelbourneDeveloper / Device.Net

A C# cross platform connected device framework
MIT License
628 stars 121 forks source link

Fix control requests with libusb #237

Closed sanjay900 closed 2 years ago

sanjay900 commented 2 years ago

Control requests were being made with just the type instead of the entire request type, hence libusb would create the wrong type of request.