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.
28 lines
816 B
28 lines
816 B
From 85e8c84b006c7c085a31c627dd755092757dcdad Mon Sep 17 00:00:00 2001
|
|
From: Times-Z <44286581+Times-Z@users.noreply.github.com>
|
|
Date: Wed, 31 May 2023 18:44:09 +0200
|
|
Subject: [PATCH] hwdb: add support for Elgato Stream Deck mini (gen 2)
|
|
|
|
(cherry picked from commit 505c501c67dbfc240dffb681c54e241bc6e4f83f)
|
|
|
|
Related: RHEL-5950
|
|
---
|
|
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 f89f26eb6f..9890d726e5 100644
|
|
--- a/hwdb.d/70-av-production.hwdb
|
|
+++ b/hwdb.d/70-av-production.hwdb
|
|
@@ -36,6 +36,10 @@ usb:v0FD9p0060*
|
|
usb:v0FD9p0063*
|
|
ID_AV_PRODUCTION_CONTROLLER=1
|
|
|
|
+# Stream Deck Mini (gen 2)
|
|
+usb:v0FD9p0090*
|
|
+ ID_AV_PRODUCTION_CONTROLLER=1
|
|
+
|
|
# Stream Deck XL
|
|
usb:v0FD9p006C*
|
|
ID_AV_PRODUCTION_CONTROLLER=1
|