From: Clemens Ladisch Date: Thu, 16 Aug 2007 06:44:51 +0000 (+0200) Subject: [ALSA] usb-audio: fix parsing of SysEx messages from CME keyboards X-Git-Tag: v2.6.24-rc1~832^2~170 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61870aed229519e7cd7f1899a19e4e7c8ba915e4;p=pandora-kernel.git [ALSA] usb-audio: fix parsing of SysEx messages from CME keyboards When CME keyboards send a SysEx message (e.g. master volume), the USB packet uses a format different from the standard format. Parsing this packet according to the specification corrupts the SysEx message itself and can cause the following MIDI messages to be misinterpreted, too. This patch adds a workaround for this case. Signed-off-by: Clemens Ladisch Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed