Skip to content

Instantly share code, notes, and snippets.

View timnugent's full-sized avatar

Tim Nugent timnugent

View GitHub Profile
@timnugent
timnugent / 99-xone.rules
Last active June 2, 2023 14:28
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"