8bitdo Ultimate 2C

From Ju's wiki
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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

=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.