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?
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?
dtdump/src/overbridge.c
Line 188 in a015555
Also, is there any explanation available where this magic number (1) comes from?