68 lines
1.6 KiB
Diff
68 lines
1.6 KiB
Diff
From e70f9608a2e182836818fb3c11ec2a5b860d39cc Mon Sep 17 00:00:00 2001
|
|
From: Craig McLure <craig@mclure.net>
|
|
Date: Tue, 10 Jun 2025 05:52:18 +0100
|
|
Subject: [PATCH] hwdb: Added Beacn and TC-Helicon Audio controllers (#37798)
|
|
|
|
This adds the TC-Helicon and Beacn audio devices as AV production hardware,
|
|
so that user-space can communicate with them and monitor their inputs.
|
|
|
|
(cherry picked from commit 89c8d8bdd1aacf8a65571749c1410d1a9218d1db)
|
|
|
|
Resolves: RHEL-72697
|
|
---
|
|
hwdb.d/70-av-production.hwdb | 34 ++++++++++++++++++++++++++++++++++
|
|
1 file changed, 34 insertions(+)
|
|
|
|
diff --git a/hwdb.d/70-av-production.hwdb b/hwdb.d/70-av-production.hwdb
|
|
index e423bd600e..aa23af6add 100644
|
|
--- a/hwdb.d/70-av-production.hwdb
|
|
+++ b/hwdb.d/70-av-production.hwdb
|
|
@@ -30,6 +30,29 @@
|
|
usb:v2982p1967*
|
|
ID_AV_PRODUCTION_CONTROLLER=1
|
|
|
|
+####################
|
|
+# Beacn
|
|
+####################
|
|
+# Beacn Mic
|
|
+usb:v33AEp0001*
|
|
+ ID_AV_PRODUCTION_CONTROLLER=1
|
|
+
|
|
+# Beacn Studio
|
|
+usb:v33AEp0003*
|
|
+ ID_AV_PRODUCTION_CONTROLLER=1
|
|
+
|
|
+# Beacn Studio (PC2 Port)
|
|
+usb:v33AEp4003*
|
|
+ ID_AV_PRODUCTION_CONTROLLER=1
|
|
+
|
|
+# Beacn Mix
|
|
+usb:v33AEp0004*
|
|
+ ID_AV_PRODUCTION_CONTROLLER=1
|
|
+
|
|
+# Beacn Mix Create
|
|
+usb:v33AEp0007*
|
|
+ ID_AV_PRODUCTION_CONTROLLER=1
|
|
+
|
|
################
|
|
# Contour
|
|
################
|
|
@@ -233,6 +256,17 @@ usb:v1532p0D09*
|
|
usb:v1FC9p0003*
|
|
ID_AV_PRODUCTION_CONTROLLER=1
|
|
|
|
+####################
|
|
+# TC-Helicon
|
|
+####################
|
|
+# GoXLR
|
|
+usb:v1220p8FE4*
|
|
+ ID_AV_PRODUCTION_CONTROLLER=1
|
|
+
|
|
+# GoXLR Mini
|
|
+usb:v1220p8FE0*
|
|
+ ID_AV_PRODUCTION_CONTROLLER=1
|
|
+
|
|
####################
|
|
# Xencelabs
|
|
####################
|