You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.8 KiB
65 lines
1.8 KiB
From 3467ee329568bf6a1b37de9c37ba914adf436291 Mon Sep 17 00:00:00 2001 |
|
From: Georges Basile Stavracas Neto <georges.stavracas@gmail.com> |
|
Date: Mon, 14 Mar 2022 10:50:45 -0300 |
|
Subject: [PATCH] hwdb: Add AV production access to Elgado Stream Deck devices |
|
|
|
The Stream Deck products from Elgato are simple key pads |
|
intended to be used as macro pads. They're popular within |
|
the streaming community. |
|
|
|
This commit adds all 5 Stream Deck variants available to |
|
the AV production file. |
|
|
|
See https://www.elgato.com/en/stream-deck |
|
|
|
(cherry picked from commit e982320b44486b26c4d39f7c81012f6a0e2aaf77) |
|
|
|
Related: #2087778 |
|
--- |
|
hwdb.d/70-av-production.hwdb | 26 +++++++++++++++++++++++++- |
|
1 file changed, 25 insertions(+), 1 deletion(-) |
|
|
|
diff --git a/hwdb.d/70-av-production.hwdb b/hwdb.d/70-av-production.hwdb |
|
index 17ac1b4fb6..a13d6981eb 100644 |
|
--- a/hwdb.d/70-av-production.hwdb |
|
+++ b/hwdb.d/70-av-production.hwdb |
|
@@ -2,7 +2,8 @@ |
|
# |
|
# Database for AV production controllers that should be accessible to the seat owner. |
|
# |
|
-# This covers DJ tables, and music-oriented key pads |
|
+# This covers DJ tables, music-oriented key pads, and streaming-oriented key pads |
|
+# such as Elgato Stream Deck |
|
# |
|
# To add local entries, copy this file to |
|
# /etc/udev/hwdb.d/ |
|
@@ -24,6 +25,29 @@ usb:v2982p1967* |
|
usb:v1157p0300* |
|
ID_AV_PRODUCTION_CONTROLLER=1 |
|
|
|
+################ |
|
+# Elgato |
|
+################ |
|
+# Stream Deck Original (gen 1) |
|
+usb:v0FD9p0060* |
|
+ ID_AV_PRODUCTION_CONTROLLER=1 |
|
+ |
|
+# Stream Deck Mini |
|
+usb:v0FD9p0063* |
|
+ ID_AV_PRODUCTION_CONTROLLER=1 |
|
+ |
|
+# Stream Deck XL |
|
+usb:v0FD9p006C* |
|
+ ID_AV_PRODUCTION_CONTROLLER=1 |
|
+ |
|
+# Stream Deck Original (gen 2) |
|
+usb:v0FD9p006D* |
|
+ ID_AV_PRODUCTION_CONTROLLER=1 |
|
+ |
|
+# Stream Deck MK.2 |
|
+usb:v0FD9p0080* |
|
+ ID_AV_PRODUCTION_CONTROLLER=1 |
|
+ |
|
############################# |
|
# Hercules (Guillemot Corp) |
|
#############################
|
|
|