12 Apr
2018
12 Apr
'18
8:42 a.m.
On Thu, 12 Apr 2018 05:37:35 +0200, Fabián Inostroza wrote:
Hi,
Sending MIDI messages to a PODxt through the USB connection shows "usb_submit_urb failed" in dmesg and the message is not received by the POD.
The error is caused because in the funcion send_midi_async() in midi.c there is a call to usb_sndbulkpipe() for endpoint 3 OUT, but the PODxt USB descriptor shows that this endpoint it's an interrupt endpoint.
Patch tested with PODxt only.
Signed-off-by: Fabián Inostroza fabianinostroza@udec.cl
Applied now. Thanks!
Takashi