diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2015-11-15 22:37:44 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-12-09 13:43:00 -0500 |
commit | 840ff74ffc06b2a1792226bd0234708cbab60eb7 (patch) | |
tree | a5d5808be00dc3b8c01e2fb8db993751e5fee0ff | |
parent | ba3b1e0ea1c8bf8632ebbfe09459b73debdc0a96 (diff) | |
download | lwn-840ff74ffc06b2a1792226bd0234708cbab60eb7.tar.gz lwn-840ff74ffc06b2a1792226bd0234708cbab60eb7.zip |
ALSA: usb-audio: add packet size quirk for the Medeli DD305
commit 98d362becb6621bebdda7ed0eac7ad7ec6c37898 upstream.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | sound/usb/midi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/midi.c b/sound/usb/midi.c index c7aa71ee775b..fa9028e79dba 100644 --- a/sound/usb/midi.c +++ b/sound/usb/midi.c @@ -1326,6 +1326,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 */ |