diff options
| -rw-r--r-- | sound/usb/quirks-table.h | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h index 32d2a21f2e3..99b8c888526 100644 --- a/sound/usb/quirks-table.h +++ b/sound/usb/quirks-table.h @@ -2336,6 +2336,16 @@ YAMAHA_DEVICE(0x7010, "UB99"),  	}  }, +{ +	USB_DEVICE_VENDOR_SPEC(0x0944, 0x0201), +	.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { +		.vendor_name = "KORG, Inc.", +		/* .product_name = "ToneLab ST", */ +		.ifnum = 3, +		.type = QUIRK_MIDI_STANDARD_INTERFACE, +	} +}, +  /* AKAI devices */  {  	USB_DEVICE(0x09e8, 0x0062),  |