8bitdo Ultimate 2C
Revision as of 16:06, 11 September 2024 by Squall38 (talk | contribs) (Created page with "===udev rule== <pre> ACTION=="add", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="2dc8", ATTRS{idProduct}=="310a", RUN+="/usr/sbin/modprobe xpad" </pre> This is for Fedora 40. modprobe might be in a different path on other Linux distributions. Category:Hardware")
=udev rule
ACTION=="add", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="2dc8", ATTRS{idProduct}=="310a", RUN+="/usr/sbin/modprobe xpad"
This is for Fedora 40. modprobe might be in a different path on other Linux distributions.