Fix ASRock LED Controller Glitch on Steam Linux
It's a very easy fix. Here's the text version:
You'll need the following:
1. Terminal
2. Website: https://bbs.archlinux.org/viewtopic.php?id=261161
Here's what you'll do:
1. Open the terminal
2. sudo -i
3. cd /etc/udev/rules.d/
4. nano
From here, a text editor appears. Go to the website listed above and copy the following (this is what came from the website):
5. SUBSYSTEM=="usb", ATTRS{idVendor}=="26ce", ATTRS{idProduct}=="01a2", ATTR{authorized}="0"
6. Ctrl and X to exit
7. Y and enter to save
8. Type in the file name of your choice for the rule (I chose 01-asrock-LED-controller.rules)
9. Restart your PC
When you log back into Steam, it should no longer have a conflicting fake controller and you can enjoy your games at your leisure!