Skip to content

Commit

Permalink
ALSA: usb-audio: Add quirk for KORG PANDORA PX5D MIDI interface
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mack <[email protected]>
Reported-and-tested-by: Frédéric Jaume <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
zonque authored and tiwai committed May 18, 2011
1 parent 759e890 commit 56a9eb1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sound/usb/quirks-table.h
Original file line number Diff line number Diff line change
Expand Up @@ -2179,6 +2179,17 @@ YAMAHA_DEVICE(0x7010, "UB99"),
}
},

/* KORG devices */
{
USB_DEVICE_VENDOR_SPEC(0x0944, 0x0200),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
.vendor_name = "KORG, Inc.",
/* .product_name = "PANDORA PX5D", */
.ifnum = 3,
.type = QUIRK_MIDI_STANDARD_INTERFACE,
}
},

/* AKAI devices */
{
USB_DEVICE(0x09e8, 0x0062),
Expand Down

0 comments on commit 56a9eb1

Please sign in to comment.