DemonTPx / steelseries-arctis-5-pulseaudio-profile

Pulseaudio profile for SteelSeries Arctis 5
MIT License
45 stars 44 forks source link

Adding support for Arctis 5 2019 edition. #2

Closed foonly closed 5 years ago

foonly commented 5 years ago

This works for the 2019 edition as well, but udev doesn't detect it because of new HW id. The id is: 1038:12aa

I fixed it by adding a second line to the udev rules: ATTRS{idVendor}=="1038", ATTRS{idProduct}=="12aa", ENV{PULSE_PROFILE_SET}="steelseries-arctis-5-usb-audio.conf"

But there might be a better way.

DemonTPx commented 5 years ago

Good to know that the new version also works!

I think that is the correct way to add it, could you please make a PR with that change? I'll create a new release (.deb file) for it after that :)

DemonTPx commented 5 years ago

Here it is: https://github.com/DemonTPx/steelseries-arctis-5-pulseaudio-profile/releases/tag/0.3

Thanks for submitting the PR :+1: