diff options
author | Be <be@mixxx.org> | 2021-08-28 05:30:50 +0200 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2022-03-14 18:47:32 +0100 |
commit | f2c36c0e2445fa95ba109017d4b768b2fd825c43 (patch) | |
tree | 0c97e505375e31800b57486e0459e7ca078429f9 /hwdb.d/meson.build | |
parent | Merge pull request #22721 from mrc0mmand/journalctl-tweaks (diff) | |
download | systemd-f2c36c0e2445fa95ba109017d4b768b2fd825c43.tar.xz systemd-f2c36c0e2445fa95ba109017d4b768b2fd825c43.zip |
Add AV production controllers to hwdb and add uaccess
This adds support for AV production controller devices, such
as DJ tables, music-oriented key pads, and others.
The USB vendor and product IDs come from Mixxx, Ctlra, and
Ardour.
Fixes #20533
Co-developed-by: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Diffstat (limited to 'hwdb.d/meson.build')
-rw-r--r-- | hwdb.d/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hwdb.d/meson.build b/hwdb.d/meson.build index 21079d077a..b4c519c8fd 100644 --- a/hwdb.d/meson.build +++ b/hwdb.d/meson.build @@ -27,6 +27,7 @@ hwdb_files_test = files( '60-seat.hwdb', '60-sensor.hwdb', '70-analyzers.hwdb', + '70-av-production.hwdb', '70-cameras.hwdb', '70-joystick.hwdb', '70-mouse.hwdb', |