diff options
author | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2022-03-14 14:50:45 +0100 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2022-03-14 18:49:04 +0100 |
commit | e982320b44486b26c4d39f7c81012f6a0e2aaf77 (patch) | |
tree | 45a4da028dace16006de9b177ccc78ae529798e8 /hwdb.d | |
parent | Add AV production controllers to hwdb and add uaccess (diff) | |
download | systemd-e982320b44486b26c4d39f7c81012f6a0e2aaf77.tar.xz systemd-e982320b44486b26c4d39f7c81012f6a0e2aaf77.zip |
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
Diffstat (limited to 'hwdb.d')
-rw-r--r-- | hwdb.d/70-av-production.hwdb | 26 |
1 files changed, 25 insertions, 1 deletions
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) ############################# |