mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
ca4b6b269d
The Xbox Wireless Headset does not get assigned a sound form factor when connected via the dongle using the `xone` driver. Add USB IDs for the old & new dongle and built-in variants.
49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
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
|
|
|
|
###########################################################
|
|
# 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
|