]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't clear stall at first time use of USB MIDI endpoints.
authorhselasky <hselasky@FreeBSD.org>
Sat, 18 May 2013 07:16:20 +0000 (07:16 +0000)
committerhselasky <hselasky@FreeBSD.org>
Sat, 18 May 2013 07:16:20 +0000 (07:16 +0000)
commit02ed64411192c93329a587b0c5bbfb4bc8813a4c
treec258c43b468d1ae8291df7df078db28f174bd4e7
parent967c651cd74bade845d7b05e653515a8ad197a8a
Don't clear stall at first time use of USB MIDI endpoints.
Most likely some non-USB compliant devices will choke on it
sooner or later. Clear stall is strictly speaking not needed.
If the first MIDI command sent or transmitted is lost, this
is not a big problem for us.

MFC after: 1 week
sys/dev/sound/usb/uaudio.c