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