mirror of
https://github.com/systemd/systemd
synced 2025-10-05 16:03:15 +02:00
We don't want to encourage people to copy the whole files. The boilerplate text that recommends an override file rather than a full copy appeared first in0213a26f65
, but was added in other places in57bb707d48
. Directly inspired by951e8cb060
, but the wrong boilerplate was added in other places too.
61 lines
1.5 KiB
Plaintext
61 lines
1.5 KiB
Plaintext
# This file is part of systemd.
|
|
#
|
|
# Database of sound hardware that gets misdetected.
|
|
#
|
|
# The lookup keys are $MODALIAS strings, see udev's hwdb builtin.
|
|
#
|
|
# To add local entries, create a new file
|
|
# /etc/udev/hwdb.d/71-sound-card-local.hwdb
|
|
# and add your rules there. To load the new rules execute (as root):
|
|
# systemd-hwdb update
|
|
# udevadm trigger /dev/…
|
|
#
|
|
# If your changes are generally applicable, send them as a pull request to
|
|
# https://github.com/systemd/systemd
|
|
# or create a bug report on https://github.com/systemd/systemd/issues and
|
|
# include your new rules, a description of the device, and the output of
|
|
# udevadm info
|
|
# for the device.
|
|
#
|
|
# Allowed properties are:
|
|
# SOUND_FORM_FACTOR
|
|
|
|
###########################################################
|
|
# Corsair
|
|
###########################################################
|
|
# Void Headsets
|
|
usb:v1B1Cp0A51*
|
|
SOUND_FORM_FACTOR=headset
|
|
|
|
###########################################################
|
|
# Microsoft
|
|
###########################################################
|
|
# Xbox Wireless Dongle
|
|
usb:v045Ep02E6*
|
|
usb:v045Ep02FE*
|
|
usb:v045Ep02F9*
|
|
usb:v045Ep091E*
|
|
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
|