diff options
Diffstat (limited to 'sound/usb/usbquirks.h')
-rw-r--r-- | sound/usb/usbquirks.h | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index 381d9a8ccee1..a433c6f2128d 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h | |||
@@ -1094,7 +1094,20 @@ YAMAHA_DEVICE(0x7010, "UB99"), | |||
1094 | /* TODO: add Roland G-70 support */ | 1094 | /* TODO: add Roland G-70 support */ |
1095 | /* TODO: add Roland V-SYNTH XT support */ | 1095 | /* TODO: add Roland V-SYNTH XT support */ |
1096 | /* TODO: add BOSS GT-PRO support */ | 1096 | /* TODO: add BOSS GT-PRO support */ |
1097 | /* TODO: add Edirol PC-50 support */ | 1097 | { |
1098 | /* has ID 0x008c when not in "Advanced Driver" mode */ | ||
1099 | USB_DEVICE(0x0582, 0x008b), | ||
1100 | .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { | ||
1101 | .vendor_name = "EDIROL", | ||
1102 | .product_name = "PC-50", | ||
1103 | .ifnum = 0, | ||
1104 | .type = QUIRK_MIDI_FIXED_ENDPOINT, | ||
1105 | .data = & (const struct snd_usb_midi_endpoint_info) { | ||
1106 | .out_cables = 0x0001, | ||
1107 | .in_cables = 0x0001 | ||
1108 | } | ||
1109 | } | ||
1110 | }, | ||
1098 | /* TODO: add Edirol PC-80 support */ | 1111 | /* TODO: add Edirol PC-80 support */ |
1099 | /* TODO: add Edirol UA-1EX support */ | 1112 | /* TODO: add Edirol UA-1EX support */ |
1100 | { | 1113 | { |