rbredlau

Results 1 issues of rbredlau

The current implementation of Interrupt_Transfer returns: ``` if rc != 0 { return nil, &libusb_error{rc} } return data[:int(transferred)], nil ``` If libusb can only perform a partial transfer then rc...