diff options
-rw-r--r-- | sound/usb/usbquirks.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index 8fca24e2635c..f88a72ccd122 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h | |||
@@ -1060,7 +1060,15 @@ YAMAHA_DEVICE(0x7010, "UB99"), | |||
1060 | .type = QUIRK_MIDI_STANDARD_INTERFACE | 1060 | .type = QUIRK_MIDI_STANDARD_INTERFACE |
1061 | } | 1061 | } |
1062 | }, | 1062 | }, |
1063 | /* TODO: add Roland EXR support */ | 1063 | { |
1064 | USB_DEVICE(0x0582, 0x0060), | ||
1065 | .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { | ||
1066 | .vendor_name = "Roland", | ||
1067 | .product_name = "EXR Series", | ||
1068 | .ifnum = 0, | ||
1069 | .type = QUIRK_MIDI_STANDARD_INTERFACE | ||
1070 | } | ||
1071 | }, | ||
1064 | { | 1072 | { |
1065 | /* has ID 0x0067 when not in "Advanced Driver" mode */ | 1073 | /* has ID 0x0067 when not in "Advanced Driver" mode */ |
1066 | USB_DEVICE(0x0582, 0x0065), | 1074 | USB_DEVICE(0x0582, 0x0065), |