Skip to content

Instantly share code, notes, and snippets.

@pierregermain
Forked from timnugent/99-xone.rules
Created September 6, 2021 10:00
Show Gist options
  • Save pierregermain/8c9daed094684b1a1f80fb87fa4a0f0b to your computer and use it in GitHub Desktop.
Save pierregermain/8c9daed094684b1a1f80fb87fa4a0f0b to your computer and use it in GitHub Desktop.
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment