Commit 49c039f071d36586ba32da75996ef339e4ab8405
Committed by
Takashi Iwai
1 parent
b2cb1292b1
Exists in
master
and in
39 other branches
ALSA: usb-audio: define another USB ID for a buggy USB MIDI cable
There are many USB MIDI cables out there that have buggy firmware that reports it can do more than 4 bytes in a packet when they can only properly handle 4 This patch adds the ID of yet another one of those cables Signed-off-by: Tarek Soliman <tarek@bashasoliman.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
sound/usb/midi.c
... | ... | @@ -1301,6 +1301,7 @@ |
1301 | 1301 | case USB_ID(0x15ca, 0x0101): /* Textech USB Midi Cable */ |
1302 | 1302 | case USB_ID(0x15ca, 0x1806): /* Textech USB Midi Cable */ |
1303 | 1303 | case USB_ID(0x1a86, 0x752d): /* QinHeng CH345 "USB2.0-MIDI" */ |
1304 | + case USB_ID(0xfc08, 0x0101): /* Unknown vendor Cable */ | |
1304 | 1305 | ep->max_transfer = 4; |
1305 | 1306 | break; |
1306 | 1307 | /* |