aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/quirks-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb/quirks-table.h')
-rw-r--r--sound/usb/quirks-table.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 921a86fd9884..c0dcfca9b5b5 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -2290,6 +2290,20 @@ YAMAHA_DEVICE(0x7010, "UB99"),
2290 } 2290 }
2291}, 2291},
2292 2292
2293/* Native Instruments MK2 series */
2294{
2295 /* Traktor Audio 6 */
2296 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
2297 .idVendor = 0x17cc,
2298 .idProduct = 0x1010,
2299},
2300{
2301 /* Traktor Audio 10 */
2302 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
2303 .idVendor = 0x17cc,
2304 .idProduct = 0x1020,
2305},
2306
2293/* Miditech devices */ 2307/* Miditech devices */
2294{ 2308{
2295 USB_DEVICE(0x4752, 0x0011), 2309 USB_DEVICE(0x4752, 0x0011),