diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:35:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:35:18 +0000 |
commit | b750101eb236130cf056c675997decbac904cc49 (patch) | |
tree | a5df1a06754bdd014cb975c051c83b01c9a97532 /hwdb.d/70-sound-card.hwdb | |
parent | Initial commit. (diff) | |
download | systemd-b750101eb236130cf056c675997decbac904cc49.tar.xz systemd-b750101eb236130cf056c675997decbac904cc49.zip |
Adding upstream version 252.22.upstream/252.22
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'hwdb.d/70-sound-card.hwdb')
-rw-r--r-- | hwdb.d/70-sound-card.hwdb | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/hwdb.d/70-sound-card.hwdb b/hwdb.d/70-sound-card.hwdb new file mode 100644 index 0000000..dd5ef05 --- /dev/null +++ b/hwdb.d/70-sound-card.hwdb @@ -0,0 +1,38 @@ +# This file is part of systemd. +# +# Database of sound hardware that gets misdetected +# +# To add local entries, copy this file to +# /etc/udev/hwdb.d/ +# and add your rules there. To load the new rules execute (as root): +# systemd-hwdb update +# udevadm trigger + +########################################################### +# Corsair +########################################################### +# Void Headsets +usb:v1B1Cp0A51* + SOUND_FORM_FACTOR=headset + +########################################################### +# Steelseries +########################################################### +# Arctis Headsets +usb:v1038p12B3* +usb:v1038p12B6* +usb:v1038p12D7* +usb:v1038p1260* +usb:v1038p12AD* +usb:v1038p1252* +usb:v1038p1280* +usb:v1038p220E* +usb:v1038p2212* +usb:v1038p2216* +usb:v1038p2236* +usb:v1038p12C2* +usb:v1038p2202* +usb:v1038p2206* +usb:v1038p220A* +usb:v1038p1290* + SOUND_FORM_FACTOR=headset |