Skip to content

Instantly share code, notes, and snippets.

View pierregermain's full-sized avatar
💧
10

Pierre Germain pierregermain

💧
10
  • Madrid
View GitHub Profile
@pierregermain
pierregermain / 99-xone.rules
Created September 6, 2021 10:00 — forked from timnugent/99-xone.rules
udev rule for the Xone 23C; sets configuration to state "2" so this shows up as a 4 input/4 output soundcard - otherwise shows up as only 2 input/2 output. Only tested with the Xone 32C configured for DVS. Put this file in /etc/udev/rules.d/
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="22f0", ATTR{idProduct}=="0008", ATTR{bConfigurationValue}="2"