diff options
Diffstat (limited to 'sound/usb/usbquirks.h')
-rw-r--r-- | sound/usb/usbquirks.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index a892bda03df9..406b74b65ffb 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h | |||
@@ -2073,6 +2073,33 @@ YAMAHA_DEVICE(0x7010, "UB99"), | |||
2073 | } | 2073 | } |
2074 | }, | 2074 | }, |
2075 | 2075 | ||
2076 | /* Access Music devices */ | ||
2077 | { | ||
2078 | /* VirusTI Desktop */ | ||
2079 | USB_DEVICE_VENDOR_SPEC(0x133e, 0x0815), | ||
2080 | .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { | ||
2081 | .ifnum = QUIRK_ANY_INTERFACE, | ||
2082 | .type = QUIRK_COMPOSITE, | ||
2083 | .data = &(const struct snd_usb_audio_quirk[]) { | ||
2084 | { | ||
2085 | .ifnum = 3, | ||
2086 | .type = QUIRK_MIDI_FIXED_ENDPOINT, | ||
2087 | .data = &(const struct snd_usb_midi_endpoint_info) { | ||
2088 | .out_cables = 0x0003, | ||
2089 | .in_cables = 0x0003 | ||
2090 | } | ||
2091 | }, | ||
2092 | { | ||
2093 | .ifnum = 4, | ||
2094 | .type = QUIRK_IGNORE_INTERFACE | ||
2095 | }, | ||
2096 | { | ||
2097 | .ifnum = -1 | ||
2098 | } | ||
2099 | } | ||
2100 | } | ||
2101 | }, | ||
2102 | |||
2076 | /* */ | 2103 | /* */ |
2077 | { | 2104 | { |
2078 | /* aka. Serato Scratch Live DJ Box */ | 2105 | /* aka. Serato Scratch Live DJ Box */ |