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 35999874d301..e1e245d0e5ec 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -2283,6 +2283,20 @@ YAMAHA_DEVICE(0x7010, "UB99"),
2283 } 2283 }
2284}, 2284},
2285 2285
2286/* Native Instruments MK2 series */
2287{
2288 /* Traktor Audio 6 */
2289 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
2290 .idVendor = 0x17cc,
2291 .idProduct = 0x1010,
2292},
2293{
2294 /* Traktor Audio 10 */
2295 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
2296 .idVendor = 0x17cc,
2297 .idProduct = 0x1020,
2298},
2299
2286/* Miditech devices */ 2300/* Miditech devices */
2287{ 2301{
2288 USB_DEVICE(0x4752, 0x0011), 2302 USB_DEVICE(0x4752, 0x0011),