| DIR: /usr/lib/udev/hwdb.d /usr/lib/udev/hwdb.d/ |
| Current File : /usr/lib/udev/hwdb.d/70-sound-card.hwdb |
# 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 |