aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usbquirks.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb/usbquirks.h')
-rw-r--r--sound/usb/usbquirks.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h
index bb7829cf98dc..0485e21861a1 100644
--- a/sound/usb/usbquirks.h
+++ b/sound/usb/usbquirks.h
@@ -1537,22 +1537,24 @@ YAMAHA_DEVICE(0x7010, "UB99"),
1537 } 1537 }
1538}, 1538},
1539 1539
1540/* Miditech devices */
1540{ 1541{
1541 USB_DEVICE(0x4752, 0x0011), 1542 USB_DEVICE(0x4752, 0x0011),
1542 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 1543 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1543 .vendor_name = "Miditech", 1544 .vendor_name = "Miditech",
1544 .product_name = "Midistart-2", 1545 .product_name = "Midistart-2",
1545 .ifnum = 0, 1546 .ifnum = 0,
1546 .type = QUIRK_MIDI_MIDITECH 1547 .type = QUIRK_MIDI_CME
1547 } 1548 }
1548}, 1549},
1550
1551/* Central Music devices */
1549{ 1552{
1553 /* this ID used by both Miditech MidiStudio-2 and CME UF-x */
1550 USB_DEVICE(0x7104, 0x2202), 1554 USB_DEVICE(0x7104, 0x2202),
1551 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 1555 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1552 .vendor_name = "Miditech",
1553 .product_name = "MidiStudio-2",
1554 .ifnum = 0, 1556 .ifnum = 0,
1555 .type = QUIRK_MIDI_MIDITECH 1557 .type = QUIRK_MIDI_CME
1556 } 1558 }
1557}, 1559},
1558 1560