35 lines
941 B
Diff
35 lines
941 B
Diff
From 1df4dca034c86b31480b646e5f807e49e0198a5d Mon Sep 17 00:00:00 2001
|
|
From: djantti <djantti@proton.me>
|
|
Date: Sat, 30 May 2026 15:17:10 +0300
|
|
Subject: [PATCH] hwdb: Add Native Instruments Traktor MX2
|
|
|
|
This adds the following device to AV production hwdb:
|
|
|
|
- ID 17cc:2420 Native Instruments Traktor MX2
|
|
|
|
Support for this new HID-based DJ controller was also recently
|
|
merged to Mixxx.
|
|
|
|
(cherry picked from commit e1ed12775b4f9c5b8cc11c590f4820a5d7fc1a51)
|
|
|
|
Related: RHEL-72703
|
|
---
|
|
hwdb.d/70-av-production.hwdb | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/hwdb.d/70-av-production.hwdb b/hwdb.d/70-av-production.hwdb
|
|
index c130acfb8f..67462a5dc2 100644
|
|
--- a/hwdb.d/70-av-production.hwdb
|
|
+++ b/hwdb.d/70-av-production.hwdb
|
|
@@ -235,6 +235,10 @@ usb:v17CCp1210*
|
|
usb:v17CCp1130*
|
|
ID_AV_PRODUCTION_CONTROLLER=1
|
|
|
|
+# Traktor MX2
|
|
+usb:v17CCp2420*
|
|
+ ID_AV_PRODUCTION_CONTROLLER=1
|
|
+
|
|
####################
|
|
# Pioneer
|
|
####################
|