Roman Koshelev

Results 29 comments of Roman Koshelev

Added function libusb_release_all_interfaces(). I also think this should be called from libusb_close()

"Closing a device implicitly releases all interfaces already." - without an explicit call, releasing and connecting the kernel driver takes several seconds

"any interfaces that were auto-detached and only those interfaces". Since the auto_detach_kernel_driver flag is the same for all interfaces, if it is set, you will have to free all the...

TODO 1) Add checks that tags are numbers 2) Add a check that each tag has a corresponding value (and remove this check from the iterator increment) 3) Add hash...

3) The checksum we do not verify (

Yes, I will be happy to do PR. (a couple of hours and it's all in the bag)

I agree with you, but I think that this will have to stay at least for the sake of backward compatibility. 1) In the current implementation, we are simply looking...

message_begin and prefix_* does not throw an exception. I still find the change very useful