]> git.baikalelectronics.ru Git - kernel.git/commit
[ALSA] usb-audio: fix Emagic MIDI protocol handling
authorClemens Ladisch <clemens@ladisch.de>
Thu, 25 Aug 2005 09:10:05 +0000 (11:10 +0200)
committerJaroslav Kysela <perex@suse.cz>
Tue, 30 Aug 2005 06:47:34 +0000 (08:47 +0200)
commitf2da76afac2815c91642f28f455b13138481279d
tree7a581a03569249bd70d9dbba96966d94d9e96a9e
parent64594c705076ae0d58e97809ca9fa76bc7b51140
[ALSA] usb-audio: fix Emagic MIDI protocol handling

USB generic driver
Emagic devices pad their packets not with 0xff bytes but with a 0xff
byte followed by garbage, so we have to stop at the first such byte.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/usb/usbmidi.c