|
@@ -1792,7 +1792,11 @@ YAMAHA_DEVICE(0x7010, "UB99"),
|
|
USB_DEVICE_VENDOR_SPEC(0x0582, 0x0108),
|
|
USB_DEVICE_VENDOR_SPEC(0x0582, 0x0108),
|
|
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
|
|
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
|
|
.ifnum = 0,
|
|
.ifnum = 0,
|
|
- .type = QUIRK_MIDI_STANDARD_INTERFACE
|
|
|
|
|
|
+ .type = QUIRK_MIDI_FIXED_ENDPOINT,
|
|
|
|
+ .data = & (const struct snd_usb_midi_endpoint_info) {
|
|
|
|
+ .out_cables = 0x0007,
|
|
|
|
+ .in_cables = 0x0007
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|