mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-02 09:47:03 +03:00
f7238e5bd5
git restore -s origin/main hwdb.d/ test/hwdb.d test/hwdb-test.sh (cherry picked from commit 4e26ab9bc9ac7ba146785be8c6c521619596d210) (cherry picked from commit 8e8c9f0f2a002bf71eec1fb261b1e24a0587e927)
39 lines
890 B
Plaintext
39 lines
890 B
Plaintext
# 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
|