aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/usb/quirks-table.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 5c1a176c426d..78c3e8dbca60 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -2179,6 +2179,17 @@ YAMAHA_DEVICE(0x7010, "UB99"),
2179 } 2179 }
2180}, 2180},
2181 2181
2182/* KORG devices */
2183{
2184 USB_DEVICE_VENDOR_SPEC(0x0944, 0x0200),
2185 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2186 .vendor_name = "KORG, Inc.",
2187 /* .product_name = "PANDORA PX5D", */
2188 .ifnum = 3,
2189 .type = QUIRK_MIDI_STANDARD_INTERFACE,
2190 }
2191},
2192
2182/* AKAI devices */ 2193/* AKAI devices */
2183{ 2194{
2184 USB_DEVICE(0x09e8, 0x0062), 2195 USB_DEVICE(0x09e8, 0x0062),