From: Clemens Ladisch <clemens@ladisch.de>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org
Subject: [PATCH 1/3] ALSA: usb-audio: add packet size quirk for the Medeli DD305
Date: Sun, 15 Nov 2015 22:37:44 +0100 [thread overview]
Message-ID: <5648FB28.8030702@ladisch.de> (raw)
In-Reply-To: <5648FAED.8020300@ladisch.de>
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
---
sound/usb/midi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/usb/midi.c b/sound/usb/midi.c
index 7661616..68e9f9a 100644
--- a/sound/usb/midi.c
+++ b/sound/usb/midi.c
@@ -1341,6 +1341,7 @@ static int snd_usbmidi_out_endpoint_create(struct snd_usb_midi *umidi,
* Various chips declare a packet size larger than 4 bytes, but
* do not actually work with larger packets:
*/
+ case USB_ID(0x0a67, 0x5011): /* Medeli DD305 */
case USB_ID(0x0a92, 0x1020): /* ESI M4U */
case USB_ID(0x1430, 0x474b): /* RedOctane GH MIDI INTERFACE */
case USB_ID(0x15ca, 0x0101): /* Textech USB Midi Cable */
next prev parent reply other threads:[~2015-11-15 21:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-15 21:36 [PATCH 0/3] various USB MIDI workarounds Clemens Ladisch
2015-11-15 21:37 ` Clemens Ladisch [this message]
2015-11-15 21:38 ` [PATCH 2/3] ALSA: usb-audio: prevent CH345 multiport output SysEx corruption Clemens Ladisch
2015-11-15 21:39 ` [PATCH 3/3] ALSA: usb-audio: work around CH345 input " Clemens Ladisch
2015-11-16 8:04 ` [PATCH 0/3] various USB MIDI workarounds Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5648FB28.8030702@ladisch.de \
--to=clemens@ladisch.de \
--cc=alsa-devel@alsa-project.org \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.