I'm trying to understand the current implementation in order to add support for my Analog Rytm MKI. Is there any reason why this is called twice in a row?
|
ret = libusb_set_configuration(digit, 1); |
Also, is there any explanation available where this magic number (1) comes from?